Shades of Royal Blue #3266DC
Tints of Royal Blue #3266DC
RGB
CMYK
RGB Variations
Color information
#3266DC (or 0x3266DC) is known color: Royal Blue. HEX triplet: 32, 66 and DC. RGB value is (50,102,220). Sum of RGB (Red+Green+Blue) = 50+102+220=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #3266DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266DC is #CD9923. Grayscale: #636363. Windows color (decimal): -13474084 or 14444082. OLE color: 14444082.
HSL color Cylindrical-coordinate representation of color #3266DC: hue angle of 221.65º 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 #3266DC is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 102 | 220 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.14 |
| HSL | 221.65º | 0.71% | 0.53% | - |
| HSV(B) | 221.65º | 0.77% | 0.86% | - |
| XYZ | 18.99 | 15.35 | 69.67 | - |
| YUV | 99.9 | 195.77 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 220 | 0.77 | 0.54 | 0 | 0.14 | 221.65 | 0.71 | 0.53 |
| Hex | 32 | 66 | DC | 4D | 36 | 0 | E | DE | 47 | 35 |
| Octal | 62 | 146 | 334 | 115 | 66 | 0 | 16 | 336 | 107 | 65 |
| Binary | 110010 | 1100110 | 11011100 | 1001101 | 110110 | 0 | 1110 | 11011110 | 1000111 | 110101 |
Color Harmonies of #3266DC
Complementary color
Monochromatic Colors of #3266DC
Black with #3266DC
Text Example
Text Example
White with #3266DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266DC; }
p { color: rgb(50,102,220); }
H1.HeaderClassName
{
color: #3266DC;
}
.AnyTagClassName
{
color: #3266DC;
}
</style>
background-color css
<style>
a { background-color: #3266DC; }
a { background-color: rgb(50,102,220); }
div.DivClassName
{
background-color: #3266DC;
}
.BgClassName
{
background-color: #3266DC;
}
</style>
border-color css
<style>
span { border-color: #3266DC; }
span { border-color: rgb(50,102,220); }
td.TdClassName
{
border-color: #3266DC;
}
.TagClassName
{
border-color: #3266DC;
}
</style>