#03605f color space conversions
Hex:
        #03605f
        RGB:
        3, 96, 95
        CMY:
        99, 62, 63
        CMYK:
        97, 0, 1, 62
      HSL:
        179°, 93.9394%, 19.4118%
        HSV (HSB):
        179°, 96.8750%, 37.6471%
        XYZ:
        6.2860, 9.2113, 12.2731
        xyY:
        0.2264, 0.3317, 9.2113
      CIE-Lab:
        36.3880, -23.6102, -6.2872
        CIE-LCH:
        36.3880, 24.4330, 194.9114
        CIE-Luv:
        36.3880, -27.9730, -5.2083
        Hunter-Lab:
        30.3502, -16.1427, -2.7308
      #03605f color charts
#03605f RGB chart
      #03605f CMYK chart
      #03605f RGB pie chart
      #03605f color shades, tints & tones
#03605f color schemes
#03605f color preview, HTML & CSS examples
           This text has a color of #03605f        
        
          <p style="color:#03605f;">Text here</p>
        
        
          .mytext {color:#03605f;}
        
        Text color #03605f
      
           This box has a color of #03605f        
        
          <div style="background-color:#03605f;">Content here</div>
        
        
          .mybackground {background-color:#03605f;}
        
        Background color #03605f
      
           Border around this has a color of #03605f        
        
          <div style="border:2px solid #03605f;">Content here</div>
        
        
          .myborder {border:2px solid #03605f;}
        
        Border color #03605f