#301eaa color space conversions
Hex:
        #301eaa
        RGB:
        48, 30, 170
        CMY:
        81, 88, 33
        CMYK:
        72, 82, 0, 33
      HSL:
        248°, 70.0000%, 39.2157%
        HSV (HSB):
        248°, 82.3529%, 66.6667%
        XYZ:
        8.9389, 4.4592, 38.4198
        xyY:
        0.1725, 0.0861, 4.4592
      CIE-Lab:
        25.1349, 50.0742, -70.4058
        CIE-LCH:
        25.1349, 86.3967, 305.4213
        CIE-Luv:
        25.1349, -3.5036, -84.4043
        Hunter-Lab:
        21.1168, 38.6058, -93.0900
      #301eaa color charts
#301eaa RGB chart
      #301eaa CMYK chart
      #301eaa RGB pie chart
      #301eaa color shades, tints & tones
#301eaa color schemes
#301eaa color preview, HTML & CSS examples
           This text has a color of #301eaa        
        
          <p style="color:#301eaa;">Text here</p>
        
        
          .mytext {color:#301eaa;}
        
        Text color #301eaa
      
           This box has a color of #301eaa        
        
          <div style="background-color:#301eaa;">Content here</div>
        
        
          .mybackground {background-color:#301eaa;}
        
        Background color #301eaa
      
           Border around this has a color of #301eaa        
        
          <div style="border:2px solid #301eaa;">Content here</div>
        
        
          .myborder {border:2px solid #301eaa;}
        
        Border color #301eaa