#036adf color space conversions
Hex:
        #036adf
        RGB:
        3, 106, 223
        CMY:
        99, 58, 13
        CMYK:
        99, 52, 0, 13
      HSL:
        212°, 97.3451%, 44.3137%
        HSV (HSB):
        212°, 98.6547%, 87.4510%
        XYZ:
        18.5109, 15.6551, 71.8582
        xyY:
        0.1746, 0.1477, 15.6551
      CIE-Lab:
        46.5188, 20.3456, -66.3371
        CIE-LCH:
        46.5188, 69.3869, 287.0508
        CIE-Luv:
        46.5188, -24.1505, -101.5133
        Hunter-Lab:
        39.5666, 14.2681, -79.9819
      #036adf color charts
#036adf RGB chart
      #036adf CMYK chart
      #036adf RGB pie chart
      #036adf color shades, tints & tones
#036adf color schemes
#036adf color preview, HTML & CSS examples
           This text has a color of #036adf        
        
          <p style="color:#036adf;">Text here</p>
        
        
          .mytext {color:#036adf;}
        
        Text color #036adf
      
           This box has a color of #036adf        
        
          <div style="background-color:#036adf;">Content here</div>
        
        
          .mybackground {background-color:#036adf;}
        
        Background color #036adf
      
           Border around this has a color of #036adf        
        
          <div style="border:2px solid #036adf;">Content here</div>
        
        
          .myborder {border:2px solid #036adf;}
        
        Border color #036adf