#282c7b color space conversions
Hex:
        #282c7b
        RGB:
        40, 44, 123
        CMY:
        84, 83, 52
        CMYK:
        67, 64, 0, 52
      HSL:
        237°, 50.9202%, 31.9608%
        HSV (HSB):
        237°, 67.4797%, 48.2353%
        XYZ:
        5.3509, 3.6825, 19.1677
        xyY:
        0.1897, 0.1306, 3.6825
      CIE-Lab:
        22.5929, 25.2826, -45.5504
        CIE-LCH:
        22.5929, 52.0966, 299.0323
        CIE-Luv:
        22.5929, -4.8739, -55.1240
        Hunter-Lab:
        19.1899, 16.1903, -45.7882
      #282c7b color charts
#282c7b RGB chart
      #282c7b CMYK chart
      #282c7b RGB pie chart
      #282c7b color shades, tints & tones
#282c7b color schemes
#282c7b color preview, HTML & CSS examples
           This text has a color of #282c7b        
        
          <p style="color:#282c7b;">Text here</p>
        
        
          .mytext {color:#282c7b;}
        
        Text color #282c7b
      
           This box has a color of #282c7b        
        
          <div style="background-color:#282c7b;">Content here</div>
        
        
          .mybackground {background-color:#282c7b;}
        
        Background color #282c7b
      
           Border around this has a color of #282c7b        
        
          <div style="border:2px solid #282c7b;">Content here</div>
        
        
          .myborder {border:2px solid #282c7b;}
        
        Border color #282c7b