#3282cd color space conversions
Hex:
        #3282cd
        RGB:
        50, 130, 205
        CMY:
        80, 49, 20
        CMYK:
        76, 37, 0, 20
      HSL:
        209°, 60.7843%, 50.0000%
        HSV (HSB):
        209°, 75.6098%, 80.3922%
        XYZ:
        20.3175, 21.0512, 60.7500
        xyY:
        0.1990, 0.2061, 21.0512
      CIE-Lab:
        53.0054, 1.5232, -45.6740
        CIE-LCH:
        53.0054, 45.6994, 271.9101
        CIE-Luv:
        53.0054, -28.2860, -70.8495
        Hunter-Lab:
        45.8815, -1.2485, -46.3866
      #3282cd color charts
#3282cd RGB chart
      #3282cd CMYK chart
      #3282cd RGB pie chart
      #3282cd color shades, tints & tones
#3282cd color schemes
#3282cd color preview, HTML & CSS examples
           This text has a color of #3282cd        
        
          <p style="color:#3282cd;">Text here</p>
        
        
          .mytext {color:#3282cd;}
        
        Text color #3282cd
      
           This box has a color of #3282cd        
        
          <div style="background-color:#3282cd;">Content here</div>
        
        
          .mybackground {background-color:#3282cd;}
        
        Background color #3282cd
      
           Border around this has a color of #3282cd        
        
          <div style="border:2px solid #3282cd;">Content here</div>
        
        
          .myborder {border:2px solid #3282cd;}
        
        Border color #3282cd