#348ccd color space conversions
Hex:
        #348ccd
        RGB:
        52, 140, 205
        CMY:
        80, 45, 20
        CMYK:
        75, 32, 0, 20
      HSL:
        205°, 60.4743%, 50.3922%
        HSV (HSB):
        205°, 74.6341%, 80.3922%
        XYZ:
        21.8137, 23.8940, 61.2199
        xyY:
        0.2040, 0.2235, 23.8940
      CIE-Lab:
        55.9815, -4.1391, -40.9662
        CIE-LCH:
        55.9815, 41.1748, 264.2306
        CIE-Luv:
        55.9815, -31.3670, -63.2934
        Hunter-Lab:
        48.8815, -5.8858, -40.0386
      #348ccd color charts
#348ccd RGB chart
      #348ccd CMYK chart
      #348ccd RGB pie chart
      #348ccd color shades, tints & tones
#348ccd color schemes
#348ccd color preview, HTML & CSS examples
           This text has a color of #348ccd        
        
          <p style="color:#348ccd;">Text here</p>
        
        
          .mytext {color:#348ccd;}
        
        Text color #348ccd
      
           This box has a color of #348ccd        
        
          <div style="background-color:#348ccd;">Content here</div>
        
        
          .mybackground {background-color:#348ccd;}
        
        Background color #348ccd
      
           Border around this has a color of #348ccd        
        
          <div style="border:2px solid #348ccd;">Content here</div>
        
        
          .myborder {border:2px solid #348ccd;}
        
        Border color #348ccd