#3500ff color space conversions
Hex:
        #3500ff
        RGB:
        53, 0, 255
        CMY:
        79, 100, 0
        CMYK:
        79, 100, 0, 0
      HSL:
        252°, 100.0000%, 50.0000%
        HSV (HSB):
        252°, 100.0000%, 100.0000%
        XYZ:
        19.5182, 7.9769, 95.1187
        xyY:
        0.1592, 0.0651, 7.9769
      CIE-Lab:
        33.9347, 79.7518, -105.0957
        CIE-LCH:
        33.9347, 131.9298, 307.1930
        CIE-Luv:
        33.9347, -6.1473, -132.0039
        Hunter-Lab:
        28.2434, 73.9304, -179.9079
      #3500ff color charts
#3500ff RGB chart
      #3500ff CMYK chart
      #3500ff RGB pie chart
      #3500ff color shades, tints & tones
#3500ff color schemes
#3500ff color preview, HTML & CSS examples
           This text has a color of #3500ff        
        
          <p style="color:#3500ff;">Text here</p>
        
        
          .mytext {color:#3500ff;}
        
        Text color #3500ff
      
           This box has a color of #3500ff        
        
          <div style="background-color:#3500ff;">Content here</div>
        
        
          .mybackground {background-color:#3500ff;}
        
        Background color #3500ff
      
           Border around this has a color of #3500ff        
        
          <div style="border:2px solid #3500ff;">Content here</div>
        
        
          .myborder {border:2px solid #3500ff;}
        
        Border color #3500ff