#303f7b color space conversions
Hex:
        #303f7b
        RGB:
        48, 63, 123
        CMY:
        81, 75, 52
        CMYK:
        61, 49, 0, 52
      HSL:
        228°, 43.8596%, 33.5294%
        HSV (HSB):
        228°, 60.9756%, 48.2353%
        XYZ:
        6.5716, 5.6135, 19.4760
        xyY:
        0.2076, 0.1773, 5.6135
      CIE-Lab:
        28.4155, 13.7711, -36.1093
        CIE-LCH:
        28.4155, 38.6461, 290.8754
        CIE-Luv:
        28.4155, -8.0011, -47.9212
        Hunter-Lab:
        23.6927, 8.0478, -32.1530
      #303f7b color charts
#303f7b RGB chart
      #303f7b CMYK chart
      #303f7b RGB pie chart
      #303f7b color shades, tints & tones
#303f7b color schemes
#303f7b color preview, HTML & CSS examples
           This text has a color of #303f7b        
        
          <p style="color:#303f7b;">Text here</p>
        
        
          .mytext {color:#303f7b;}
        
        Text color #303f7b
      
           This box has a color of #303f7b        
        
          <div style="background-color:#303f7b;">Content here</div>
        
        
          .mybackground {background-color:#303f7b;}
        
        Background color #303f7b
      
           Border around this has a color of #303f7b        
        
          <div style="border:2px solid #303f7b;">Content here</div>
        
        
          .myborder {border:2px solid #303f7b;}
        
        Border color #303f7b