#300dcf color space conversions
Hex:
        #300dcf
        RGB:
        48, 13, 207
        CMY:
        81, 95, 19
        CMYK:
        77, 94, 0, 19
      HSL:
        251°, 88.1818%, 43.1373%
        HSV (HSB):
        251°, 93.7198%, 81.1765%
        XYZ:
        12.6253, 5.4212, 59.4125
        xyY:
        0.1630, 0.0700, 5.4212
      CIE-Lab:
        27.9026, 65.8809, -87.7374
        CIE-LCH:
        27.9026, 109.7184, 306.9024
        CIE-Luv:
        27.9026, -4.4604, -104.8580
        Hunter-Lab:
        23.2835, 56.0443, -134.9916
      #300dcf color charts
#300dcf RGB chart
      #300dcf CMYK chart
      #300dcf RGB pie chart
      #300dcf color shades, tints & tones
#300dcf color schemes
#300dcf color preview, HTML & CSS examples
           This text has a color of #300dcf        
        
          <p style="color:#300dcf;">Text here</p>
        
        
          .mytext {color:#300dcf;}
        
        Text color #300dcf
      
           This box has a color of #300dcf        
        
          <div style="background-color:#300dcf;">Content here</div>
        
        
          .mybackground {background-color:#300dcf;}
        
        Background color #300dcf
      
           Border around this has a color of #300dcf        
        
          <div style="border:2px solid #300dcf;">Content here</div>
        
        
          .myborder {border:2px solid #300dcf;}
        
        Border color #300dcf