#328dac color space conversions
Hex:
        #328dac
        RGB:
        50, 141, 172
        CMY:
        80, 45, 33
        CMYK:
        71, 18, 0, 33
      HSL:
        195°, 54.9550%, 43.5294%
        HSV (HSB):
        195°, 70.9302%, 67.4510%
        XYZ:
        18.2867, 22.7064, 42.4487
        xyY:
        0.2192, 0.2721, 22.7064
      CIE-Lab:
        54.7686, -16.3892, -24.0900
        CIE-LCH:
        54.7686, 29.1364, 235.7713
        CIE-Luv:
        54.7686, -33.7507, -34.2078
        Hunter-Lab:
        47.6513, -14.8885, -19.4608
      #328dac color charts
#328dac RGB chart
      #328dac CMYK chart
      #328dac RGB pie chart
      #328dac color shades, tints & tones
#328dac color schemes
#328dac color preview, HTML & CSS examples
           This text has a color of #328dac        
        
          <p style="color:#328dac;">Text here</p>
        
        
          .mytext {color:#328dac;}
        
        Text color #328dac
      
           This box has a color of #328dac        
        
          <div style="background-color:#328dac;">Content here</div>
        
        
          .mybackground {background-color:#328dac;}
        
        Background color #328dac
      
           Border around this has a color of #328dac        
        
          <div style="border:2px solid #328dac;">Content here</div>
        
        
          .myborder {border:2px solid #328dac;}
        
        Border color #328dac