#282c5d color space conversions
Hex:
        #282c5d
        RGB:
        40, 44, 93
        CMY:
        84, 83, 64
        CMYK:
        57, 53, 0, 64
      HSL:
        235°, 39.8496%, 26.0784%
        HSV (HSB):
        235°, 56.9892%, 36.4706%
        XYZ:
        3.7515, 3.0428, 10.7455
        xyY:
        0.2139, 0.1735, 3.0428
      CIE-Lab:
        20.2145, 14.1426, -29.9855
        CIE-LCH:
        20.2145, 33.1533, 295.2509
        CIE-Luv:
        20.2145, -3.6813, -34.9133
        Hunter-Lab:
        17.4436, 7.8631, -24.3130
      #282c5d color charts
#282c5d RGB chart
      #282c5d CMYK chart
      #282c5d RGB pie chart
      #282c5d color shades, tints & tones
#282c5d color schemes
#282c5d color preview, HTML & CSS examples
           This text has a color of #282c5d        
        
          <p style="color:#282c5d;">Text here</p>
        
        
          .mytext {color:#282c5d;}
        
        Text color #282c5d
      
           This box has a color of #282c5d        
        
          <div style="background-color:#282c5d;">Content here</div>
        
        
          .mybackground {background-color:#282c5d;}
        
        Background color #282c5d
      
           Border around this has a color of #282c5d        
        
          <div style="border:2px solid #282c5d;">Content here</div>
        
        
          .myborder {border:2px solid #282c5d;}
        
        Border color #282c5d