#3535cf color space conversions
Hex:
        #3535cf
        RGB:
        53, 53, 207
        CMY:
        79, 79, 19
        CMYK:
        74, 74, 0, 19
      HSL:
        240°, 61.6000%, 50.9804%
        HSV (HSB):
        240°, 74.3961%, 81.1765%
        XYZ:
        14.0038, 7.8081, 59.8005
        xyY:
        0.1716, 0.0957, 7.8081
      CIE-Lab:
        33.5800, 50.3754, -78.3039
        CIE-LCH:
        33.5800, 93.1084, 302.7545
        CIE-Luv:
        33.5800, -7.6186, -105.6576
        Hunter-Lab:
        27.9429, 40.5562, -107.3261
      #3535cf color charts
#3535cf RGB chart
      #3535cf CMYK chart
      #3535cf RGB pie chart
      #3535cf color shades, tints & tones
#3535cf color schemes
#3535cf color preview, HTML & CSS examples
           This text has a color of #3535cf        
        
          <p style="color:#3535cf;">Text here</p>
        
        
          .mytext {color:#3535cf;}
        
        Text color #3535cf
      
           This box has a color of #3535cf        
        
          <div style="background-color:#3535cf;">Content here</div>
        
        
          .mybackground {background-color:#3535cf;}
        
        Background color #3535cf
      
           Border around this has a color of #3535cf        
        
          <div style="border:2px solid #3535cf;">Content here</div>
        
        
          .myborder {border:2px solid #3535cf;}
        
        Border color #3535cf