#303f8b color space conversions
Hex:
        #303f8b
        RGB:
        48, 63, 139
        CMY:
        81, 75, 45
        CMYK:
        65, 55, 0, 45
      HSL:
        230°, 48.6631%, 36.6667%
        HSV (HSB):
        230°, 65.4676%, 54.5098%
        XYZ:
        7.6566, 6.0475, 25.1898
        xyY:
        0.1969, 0.1555, 6.0475
      CIE-Lab:
        29.5319, 19.6834, -44.2741
        CIE-LCH:
        29.5319, 48.4523, 293.9690
        CIE-Luv:
        29.5319, -8.3550, -59.6699
        Hunter-Lab:
        24.5916, 12.5409, -43.5182
      #303f8b color charts
#303f8b RGB chart
      #303f8b CMYK chart
      #303f8b RGB pie chart
      #303f8b color shades, tints & tones
#303f8b color schemes
#303f8b color preview, HTML & CSS examples
           This text has a color of #303f8b        
        
          <p style="color:#303f8b;">Text here</p>
        
        
          .mytext {color:#303f8b;}
        
        Text color #303f8b
      
           This box has a color of #303f8b        
        
          <div style="background-color:#303f8b;">Content here</div>
        
        
          .mybackground {background-color:#303f8b;}
        
        Background color #303f8b
      
           Border around this has a color of #303f8b        
        
          <div style="border:2px solid #303f8b;">Content here</div>
        
        
          .myborder {border:2px solid #303f8b;}
        
        Border color #303f8b