#3005cd color space conversions
Hex:
        #3005cd
        RGB:
        48, 5, 205
        CMY:
        81, 98, 20
        CMYK:
        77, 98, 0, 20
      HSL:
        253°, 95.2381%, 41.1765%
        HSV (HSB):
        253°, 97.5610%, 80.3922%
        XYZ:
        12.2926, 5.1447, 58.1027
        xyY:
        0.1627, 0.0681, 5.1447
      CIE-Lab:
        27.1431, 66.8938, -87.8370
        CIE-LCH:
        27.1431, 110.4089, 307.2917
        CIE-Luv:
        27.1431, -4.0319, -103.3163
        Hunter-Lab:
        22.6819, 57.0460, -136.0018
      #3005cd color charts
#3005cd RGB chart
      #3005cd CMYK chart
      #3005cd RGB pie chart
      #3005cd color shades, tints & tones
#3005cd color schemes
#3005cd color preview, HTML & CSS examples
           This text has a color of #3005cd        
        
          <p style="color:#3005cd;">Text here</p>
        
        
          .mytext {color:#3005cd;}
        
        Text color #3005cd
      
           This box has a color of #3005cd        
        
          <div style="background-color:#3005cd;">Content here</div>
        
        
          .mybackground {background-color:#3005cd;}
        
        Background color #3005cd
      
           Border around this has a color of #3005cd        
        
          <div style="border:2px solid #3005cd;">Content here</div>
        
        
          .myborder {border:2px solid #3005cd;}
        
        Border color #3005cd