#329aaf color space conversions
Hex:
        #329aaf
        RGB:
        50, 154, 175
        CMY:
        80, 40, 31
        CMYK:
        71, 12, 0, 31
      HSL:
        190°, 55.5556%, 44.1176%
        HSV (HSB):
        190°, 71.4286%, 68.6275%
        XYZ:
        20.6089, 26.8845, 44.6605
        xyY:
        0.2236, 0.2917, 26.8845
      CIE-Lab:
        58.8672, -22.3207, -19.5182
        CIE-LCH:
        58.8672, 29.6509, 221.1679
        CIE-Luv:
        58.8672, -38.3159, -26.4823
        Hunter-Lab:
        51.8502, -19.7897, -14.7734
      #329aaf color charts
#329aaf RGB chart
      #329aaf CMYK chart
      #329aaf RGB pie chart
      #329aaf color shades, tints & tones
#329aaf color schemes
#329aaf color preview, HTML & CSS examples
           This text has a color of #329aaf        
        
          <p style="color:#329aaf;">Text here</p>
        
        
          .mytext {color:#329aaf;}
        
        Text color #329aaf
      
           This box has a color of #329aaf        
        
          <div style="background-color:#329aaf;">Content here</div>
        
        
          .mybackground {background-color:#329aaf;}
        
        Background color #329aaf
      
           Border around this has a color of #329aaf        
        
          <div style="border:2px solid #329aaf;">Content here</div>
        
        
          .myborder {border:2px solid #329aaf;}
        
        Border color #329aaf