#282c8b color space conversions
Hex:
        #282c8b
        RGB:
        40, 44, 139
        CMY:
        84, 83, 45
        CMYK:
        71, 68, 0, 45
      HSL:
        238°, 55.3073%, 35.0980%
        HSV (HSB):
        238°, 71.2230%, 54.5098%
        XYZ:
        6.4360, 4.1166, 24.8815
        xyY:
        0.1816, 0.1162, 4.1166
      CIE-Lab:
        24.0531, 31.1529, -53.2172
        CIE-LCH:
        24.0531, 61.6651, 300.3444
        CIE-Luv:
        24.0531, -5.5025, -65.3340
        Hunter-Lab:
        20.2893, 21.1155, -58.5068
      #282c8b color charts
#282c8b RGB chart
      #282c8b CMYK chart
      #282c8b RGB pie chart
      #282c8b color shades, tints & tones
#282c8b color schemes
#282c8b color preview, HTML & CSS examples
           This text has a color of #282c8b        
        
          <p style="color:#282c8b;">Text here</p>
        
        
          .mytext {color:#282c8b;}
        
        Text color #282c8b
      
           This box has a color of #282c8b        
        
          <div style="background-color:#282c8b;">Content here</div>
        
        
          .mybackground {background-color:#282c8b;}
        
        Background color #282c8b
      
           Border around this has a color of #282c8b        
        
          <div style="border:2px solid #282c8b;">Content here</div>
        
        
          .myborder {border:2px solid #282c8b;}
        
        Border color #282c8b