Shades of Royal Blue #3276DC
Tints of Royal Blue #3276DC
RGB
CMYK
RGB Variations
Color information
#3276DC (or 0x3276DC) is known color: Royal Blue. HEX triplet: 32, 76 and DC. RGB value is (50,118,220). Sum of RGB (Red+Green+Blue) = 50+118+220=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #3276DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3276DC is #CD8923. Grayscale: #6C6C6C. Windows color (decimal): -13469988 or 14448178. OLE color: 14448178.
HSL color Cylindrical-coordinate representation of color #3276DC: hue angle of 216º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3276DC is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 118 | 220 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.14 |
| HSL | 216º | 0.71% | 0.53% | - |
| HSV(B) | 216º | 0.77% | 0.86% | - |
| XYZ | 20.71 | 18.8 | 70.25 | - |
| YUV | 109.3 | 190.47 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 220 | 0.77 | 0.46 | 0 | 0.14 | 216 | 0.71 | 0.53 |
| Hex | 32 | 76 | DC | 4D | 2E | 0 | E | D8 | 47 | 35 |
| Octal | 62 | 166 | 334 | 115 | 56 | 0 | 16 | 330 | 107 | 65 |
| Binary | 110010 | 1110110 | 11011100 | 1001101 | 101110 | 0 | 1110 | 11011000 | 1000111 | 110101 |
Color Harmonies of #3276DC
Complementary color
Monochromatic Colors of #3276DC
Black with #3276DC
Text Example
Text Example
White with #3276DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3276DC; }
p { color: rgb(50,118,220); }
H1.HeaderClassName
{
color: #3276DC;
}
.AnyTagClassName
{
color: #3276DC;
}
</style>
background-color css
<style>
a { background-color: #3276DC; }
a { background-color: rgb(50,118,220); }
div.DivClassName
{
background-color: #3276DC;
}
.BgClassName
{
background-color: #3276DC;
}
</style>
border-color css
<style>
span { border-color: #3276DC; }
span { border-color: rgb(50,118,220); }
td.TdClassName
{
border-color: #3276DC;
}
.TagClassName
{
border-color: #3276DC;
}
</style>