#222fae color space conversions
Hex:
        #222fae
        RGB:
        34, 47, 174
        CMY:
        87, 82, 32
        CMYK:
        80, 73, 0, 32
      HSL:
        234°, 67.3077%, 40.7843%
        HSV (HSB):
        234°, 80.4598%, 68.2353%
        XYZ:
        9.3162, 5.4291, 40.6013
        xyY:
        0.1683, 0.0981, 5.4291
      CIE-Lab:
        27.9239, 41.2078, -68.2230
        CIE-LCH:
        27.9239, 79.7023, 301.1326
        CIE-Luv:
        27.9239, -8.1761, -86.5631
        Hunter-Lab:
        23.3004, 30.5937, -87.0033
      #222fae color charts
#222fae RGB chart
      #222fae CMYK chart
      #222fae RGB pie chart
      #222fae color shades, tints & tones
#222fae color schemes
#222fae color preview, HTML & CSS examples
           This text has a color of #222fae        
        
          <p style="color:#222fae;">Text here</p>
        
        
          .mytext {color:#222fae;}
        
        Text color #222fae
      
           This box has a color of #222fae        
        
          <div style="background-color:#222fae;">Content here</div>
        
        
          .mybackground {background-color:#222fae;}
        
        Background color #222fae
      
           Border around this has a color of #222fae        
        
          <div style="border:2px solid #222fae;">Content here</div>
        
        
          .myborder {border:2px solid #222fae;}
        
        Border color #222fae