#3456cb color space conversions
Hex:
        #3456cb
        RGB:
        52, 86, 203
        CMY:
        80, 66, 20
        CMYK:
        74, 58, 0, 20
      HSL:
        226°, 59.2157%, 50.0000%
        HSV (HSB):
        226°, 74.3842%, 79.6078%
        XYZ:
        15.5235, 11.6974, 57.9396
        xyY:
        0.1823, 0.1374, 11.6974
      CIE-Lab:
        40.7311, 28.7778, -64.2573
        CIE-LCH:
        40.7311, 70.4072, 294.1253
        CIE-Luv:
        40.7311, -14.6293, -95.1791
        Hunter-Lab:
        34.2015, 21.1653, -76.5000
      #3456cb color charts
#3456cb RGB chart
      #3456cb CMYK chart
      #3456cb RGB pie chart
      #3456cb color shades, tints & tones
#3456cb color schemes
#3456cb color preview, HTML & CSS examples
           This text has a color of #3456cb        
        
          <p style="color:#3456cb;">Text here</p>
        
        
          .mytext {color:#3456cb;}
        
        Text color #3456cb
      
           This box has a color of #3456cb        
        
          <div style="background-color:#3456cb;">Content here</div>
        
        
          .mybackground {background-color:#3456cb;}
        
        Background color #3456cb
      
           Border around this has a color of #3456cb        
        
          <div style="border:2px solid #3456cb;">Content here</div>
        
        
          .myborder {border:2px solid #3456cb;}
        
        Border color #3456cb