#3400cd color space conversions
Hex:
        #3400cd
        RGB:
        52, 0, 205
        CMY:
        80, 100, 20
        CMYK:
        75, 100, 0, 20
      HSL:
        255°, 100.0000%, 40.1961%
        HSV (HSB):
        255°, 100.0000%, 80.3922%
        XYZ:
        12.4356, 5.1378, 58.0939
        xyY:
        0.1643, 0.0679, 5.1378
      CIE-Lab:
        27.1239, 67.9530, -87.8618
        CIE-LCH:
        27.1239, 111.0734, 307.7186
        CIE-Luv:
        27.1239, -3.2679, -103.3290
        Hunter-Lab:
        22.6668, 58.2630, -136.0905
      #3400cd color charts
#3400cd RGB chart
      #3400cd CMYK chart
      #3400cd RGB pie chart
      #3400cd color shades, tints & tones
#3400cd color schemes
#3400cd color preview, HTML & CSS examples
           This text has a color of #3400cd        
        
          <p style="color:#3400cd;">Text here</p>
        
        
          .mytext {color:#3400cd;}
        
        Text color #3400cd
      
           This box has a color of #3400cd        
        
          <div style="background-color:#3400cd;">Content here</div>
        
        
          .mybackground {background-color:#3400cd;}
        
        Background color #3400cd
      
           Border around this has a color of #3400cd        
        
          <div style="border:2px solid #3400cd;">Content here</div>
        
        
          .myborder {border:2px solid #3400cd;}
        
        Border color #3400cd