#2023ae color space conversions
Hex:
        #2023ae
        RGB:
        32, 35, 174
        CMY:
        87, 86, 32
        CMYK:
        82, 80, 0, 32
      HSL:
        239°, 68.9320%, 40.3922%
        HSV (HSB):
        239°, 81.6092%, 68.2353%
        XYZ:
        8.8367, 4.5651, 40.4598
        xyY:
        0.1641, 0.0848, 4.5651
      CIE-Lab:
        25.4581, 47.8111, -72.3070
        CIE-LCH:
        25.4581, 86.6845, 303.4736
        CIE-Luv:
        25.4581, -6.6005, -86.5626
        Hunter-Lab:
        21.3662, 36.4337, -97.3175
      #2023ae color charts
#2023ae RGB chart
      #2023ae CMYK chart
      #2023ae RGB pie chart
      #2023ae color shades, tints & tones
#2023ae color schemes
#2023ae color preview, HTML & CSS examples
           This text has a color of #2023ae        
        
          <p style="color:#2023ae;">Text here</p>
        
        
          .mytext {color:#2023ae;}
        
        Text color #2023ae
      
           This box has a color of #2023ae        
        
          <div style="background-color:#2023ae;">Content here</div>
        
        
          .mybackground {background-color:#2023ae;}
        
        Background color #2023ae
      
           Border around this has a color of #2023ae        
        
          <div style="border:2px solid #2023ae;">Content here</div>
        
        
          .myborder {border:2px solid #2023ae;}
        
        Border color #2023ae