#032add color space conversions
Hex:
        #032add
        RGB:
        3, 42, 221
        CMY:
        99, 84, 13
        CMYK:
        99, 81, 0, 13
      HSL:
        229°, 97.3214%, 43.9216%
        HSV (HSB):
        229°, 98.6425%, 86.6667%
        XYZ:
        13.9167, 6.8957, 69.0041
        xyY:
        0.1549, 0.0768, 6.8957
      CIE-Lab:
        31.5684, 58.4972, -89.7770
        CIE-LCH:
        31.5684, 107.1533, 303.0876
        CIE-Luv:
        31.5684, -10.7615, -113.6792
        Hunter-Lab:
        26.2598, 48.6436, -137.4176
      #032add color charts
#032add RGB chart
      #032add CMYK chart
      #032add RGB pie chart
      #032add color shades, tints & tones
#032add color schemes
#032add color preview, HTML & CSS examples
           This text has a color of #032add        
        
          <p style="color:#032add;">Text here</p>
        
        
          .mytext {color:#032add;}
        
        Text color #032add
      
           This box has a color of #032add        
        
          <div style="background-color:#032add;">Content here</div>
        
        
          .mybackground {background-color:#032add;}
        
        Background color #032add
      
           Border around this has a color of #032add        
        
          <div style="border:2px solid #032add;">Content here</div>
        
        
          .myborder {border:2px solid #032add;}
        
        Border color #032add