#3f77ec color space conversions
Hex:
        #3f77ec
        RGB:
        63, 119, 236
        CMY:
        75, 53, 7
        CMYK:
        73, 50, 0, 7
      HSL:
        221°, 81.9905%, 58.6275%
        HSV (HSB):
        221°, 73.3051%, 92.5490%
        XYZ:
        23.7870, 20.3065, 82.0227
        xyY:
        0.1886, 0.1610, 20.3065
      CIE-Lab:
        52.1820, 21.2039, -64.4238
        CIE-LCH:
        52.1820, 67.8235, 288.2180
        CIE-Luv:
        52.1820, -21.8483, -101.8854
        Hunter-Lab:
        45.0628, 15.3640, -76.3750
      #3f77ec color charts
#3f77ec RGB chart
      #3f77ec CMYK chart
      #3f77ec RGB pie chart
      #3f77ec color shades, tints & tones
#3f77ec color schemes
#3f77ec color preview, HTML & CSS examples
           This text has a color of #3f77ec        
        
          <p style="color:#3f77ec;">Text here</p>
        
        
          .mytext {color:#3f77ec;}
        
        Text color #3f77ec
      
           This box has a color of #3f77ec        
        
          <div style="background-color:#3f77ec;">Content here</div>
        
        
          .mybackground {background-color:#3f77ec;}
        
        Background color #3f77ec
      
           Border around this has a color of #3f77ec        
        
          <div style="border:2px solid #3f77ec;">Content here</div>
        
        
          .myborder {border:2px solid #3f77ec;}
        
        Border color #3f77ec