#036fcd color space conversions
Hex:
        #036fcd
        RGB:
        3, 111, 205
        CMY:
        99, 56, 20
        CMYK:
        99, 46, 0, 20
      HSL:
        208°, 97.1154%, 40.7843%
        HSV (HSB):
        208°, 98.5366%, 80.3922%
        XYZ:
        16.7414, 15.7960, 59.9242
        xyY:
        0.1811, 0.1708, 15.7960
      CIE-Lab:
        46.7057, 9.9941, -55.7861
        CIE-LCH:
        46.7057, 56.6742, 280.1569
        CIE-Luv:
        46.7057, -26.3189, -85.2210
        Hunter-Lab:
        39.7442, 5.6371, -61.5733
      #036fcd color charts
#036fcd RGB chart
      #036fcd CMYK chart
      #036fcd RGB pie chart
      #036fcd color shades, tints & tones
#036fcd color schemes
#036fcd color preview, HTML & CSS examples
           This text has a color of #036fcd        
        
          <p style="color:#036fcd;">Text here</p>
        
        
          .mytext {color:#036fcd;}
        
        Text color #036fcd
      
           This box has a color of #036fcd        
        
          <div style="background-color:#036fcd;">Content here</div>
        
        
          .mybackground {background-color:#036fcd;}
        
        Background color #036fcd
      
           Border around this has a color of #036fcd        
        
          <div style="border:2px solid #036fcd;">Content here</div>
        
        
          .myborder {border:2px solid #036fcd;}
        
        Border color #036fcd