#036bdd color space conversions
Hex:
        #036bdd
        RGB:
        3, 107, 221
        CMY:
        99, 58, 13
        CMYK:
        99, 52, 0, 13
      HSL:
        211°, 97.3214%, 43.9216%
        HSV (HSB):
        211°, 98.6425%, 86.6667%
        XYZ:
        18.3464, 15.7552, 70.4807
        xyY:
        0.1754, 0.1506, 15.7552
      CIE-Lab:
        46.6517, 18.9117, -64.9881
        CIE-LCH:
        46.6517, 67.6838, 286.2251
        CIE-Luv:
        46.6517, -24.5011, -99.5386
        Hunter-Lab:
        39.6928, 13.0419, -77.4935
      #036bdd color charts
#036bdd RGB chart
      #036bdd CMYK chart
      #036bdd RGB pie chart
      #036bdd color shades, tints & tones
#036bdd color schemes
#036bdd color preview, HTML & CSS examples
           This text has a color of #036bdd        
        
          <p style="color:#036bdd;">Text here</p>
        
        
          .mytext {color:#036bdd;}
        
        Text color #036bdd
      
           This box has a color of #036bdd        
        
          <div style="background-color:#036bdd;">Content here</div>
        
        
          .mybackground {background-color:#036bdd;}
        
        Background color #036bdd
      
           Border around this has a color of #036bdd        
        
          <div style="border:2px solid #036bdd;">Content here</div>
        
        
          .myborder {border:2px solid #036bdd;}
        
        Border color #036bdd