#3f50ff color space conversions
Hex:
        #3f50ff
        RGB:
        63, 80, 255
        CMY:
        75, 69, 0
        CMYK:
        75, 69, 0, 0
      HSL:
        235°, 100.0000%, 62.3529%
        HSV (HSB):
        235°, 75.2941%, 100.0000%
        XYZ:
        22.9686, 14.0141, 96.1022
        xyY:
        0.1726, 0.1053, 14.0141
      CIE-Lab:
        44.2531, 51.7240, -87.9620
        CIE-LCH:
        44.2531, 102.0426, 300.4567
        CIE-Luv:
        44.2531, -12.4620, -130.2896
        Hunter-Lab:
        37.4354, 44.0071, -126.0014
      #3f50ff color charts
#3f50ff RGB chart
      #3f50ff CMYK chart
      #3f50ff RGB pie chart
      #3f50ff color shades, tints & tones
#3f50ff color schemes
#3f50ff color preview, HTML & CSS examples
           This text has a color of #3f50ff        
        
          <p style="color:#3f50ff;">Text here</p>
        
        
          .mytext {color:#3f50ff;}
        
        Text color #3f50ff
      
           This box has a color of #3f50ff        
        
          <div style="background-color:#3f50ff;">Content here</div>
        
        
          .mybackground {background-color:#3f50ff;}
        
        Background color #3f50ff
      
           Border around this has a color of #3f50ff        
        
          <div style="border:2px solid #3f50ff;">Content here</div>
        
        
          .myborder {border:2px solid #3f50ff;}
        
        Border color #3f50ff