#317dac color space conversions
Hex:
        #317dac
        RGB:
        49, 125, 172
        CMY:
        81, 51, 33
        CMYK:
        72, 27, 0, 33
      HSL:
        203°, 55.6561%, 43.3333%
        HSV (HSB):
        203°, 71.5116%, 67.4510%
        XYZ:
        16.0466, 18.2988, 41.7160
        xyY:
        0.2110, 0.2406, 18.2988
      CIE-Lab:
        49.8565, -7.5190, -31.7137
        CIE-LCH:
        49.8565, 32.5929, 256.6620
        CIE-Luv:
        49.8565, -28.1452, -46.7571
        Hunter-Lab:
        42.7770, -7.9005, -27.8754
      #317dac color charts
#317dac RGB chart
      #317dac CMYK chart
      #317dac RGB pie chart
      #317dac color shades, tints & tones
#317dac color schemes
#317dac color preview, HTML & CSS examples
           This text has a color of #317dac        
        
          <p style="color:#317dac;">Text here</p>
        
        
          .mytext {color:#317dac;}
        
        Text color #317dac
      
           This box has a color of #317dac        
        
          <div style="background-color:#317dac;">Content here</div>
        
        
          .mybackground {background-color:#317dac;}
        
        Background color #317dac
      
           Border around this has a color of #317dac        
        
          <div style="border:2px solid #317dac;">Content here</div>
        
        
          .myborder {border:2px solid #317dac;}
        
        Border color #317dac