#3a65ed color space conversions
Hex:
        #3a65ed
        RGB:
        58, 101, 237
        CMY:
        77, 60, 7
        CMYK:
        76, 57, 0, 7
      HSL:
        226°, 83.2558%, 57.8431%
        HSV (HSB):
        226°, 75.5274%, 92.9412%
        XYZ:
        21.6847, 16.3213, 82.1282
        xyY:
        0.1805, 0.1359, 16.3213
      CIE-Lab:
        47.3933, 32.2744, -72.7583
        CIE-LCH:
        47.3933, 79.5952, 293.9213
        CIE-Luv:
        47.3933, -17.6960, -112.0926
        Hunter-Lab:
        40.3997, 25.1111, -92.2505
      #3a65ed color charts
#3a65ed RGB chart
      #3a65ed CMYK chart
      #3a65ed RGB pie chart
      #3a65ed color shades, tints & tones
#3a65ed color schemes
#3a65ed color preview, HTML & CSS examples
           This text has a color of #3a65ed        
        
          <p style="color:#3a65ed;">Text here</p>
        
        
          .mytext {color:#3a65ed;}
        
        Text color #3a65ed
      
           This box has a color of #3a65ed        
        
          <div style="background-color:#3a65ed;">Content here</div>
        
        
          .mybackground {background-color:#3a65ed;}
        
        Background color #3a65ed
      
           Border around this has a color of #3a65ed        
        
          <div style="border:2px solid #3a65ed;">Content here</div>
        
        
          .myborder {border:2px solid #3a65ed;}
        
        Border color #3a65ed