#352aec color space conversions
Hex:
        #352aec
        RGB:
        53, 42, 236
        CMY:
        79, 84, 7
        CMYK:
        78, 82, 0, 7
      HSL:
        243°, 83.6207%, 54.5098%
        HSV (HSB):
        243°, 82.2034%, 92.5490%
        XYZ:
        17.4365, 8.4689, 80.0725
        xyY:
        0.1645, 0.0799, 8.4689
      CIE-Lab:
        34.9410, 64.5303, -92.6958
        CIE-LCH:
        34.9410, 112.9455, 304.8437
        CIE-Luv:
        34.9410, -7.5106, -122.7341
        Hunter-Lab:
        29.1014, 56.0229, -142.7653
      #352aec color charts
#352aec RGB chart
      #352aec CMYK chart
      #352aec RGB pie chart
      #352aec color shades, tints & tones
#352aec color schemes
#352aec color preview, HTML & CSS examples
           This text has a color of #352aec        
        
          <p style="color:#352aec;">Text here</p>
        
        
          .mytext {color:#352aec;}
        
        Text color #352aec
      
           This box has a color of #352aec        
        
          <div style="background-color:#352aec;">Content here</div>
        
        
          .mybackground {background-color:#352aec;}
        
        Background color #352aec
      
           Border around this has a color of #352aec        
        
          <div style="border:2px solid #352aec;">Content here</div>
        
        
          .myborder {border:2px solid #352aec;}
        
        Border color #352aec