#282c7d color space conversions
Hex:
        #282c7d
        RGB:
        40, 44, 125
        CMY:
        84, 83, 51
        CMYK:
        68, 65, 0, 51
      HSL:
        237°, 51.5152%, 32.3529%
        HSV (HSB):
        237°, 68.0000%, 49.0196%
        XYZ:
        5.4774, 3.7331, 19.8339
        xyY:
        0.1886, 0.1285, 3.7331
      CIE-Lab:
        22.7689, 26.0226, -46.5309
        CIE-LCH:
        22.7689, 53.3133, 299.2163
        CIE-Luv:
        22.7689, -4.9528, -56.4196
        Hunter-Lab:
        19.3214, 16.7907, -47.3379
      #282c7d color charts
#282c7d RGB chart
      #282c7d CMYK chart
      #282c7d RGB pie chart
      #282c7d color shades, tints & tones
#282c7d color schemes
#282c7d color preview, HTML & CSS examples
           This text has a color of #282c7d        
        
          <p style="color:#282c7d;">Text here</p>
        
        
          .mytext {color:#282c7d;}
        
        Text color #282c7d
      
           This box has a color of #282c7d        
        
          <div style="background-color:#282c7d;">Content here</div>
        
        
          .mybackground {background-color:#282c7d;}
        
        Background color #282c7d
      
           Border around this has a color of #282c7d        
        
          <div style="border:2px solid #282c7d;">Content here</div>
        
        
          .myborder {border:2px solid #282c7d;}
        
        Border color #282c7d