Shades of Royal Blue #296ADC
Tints of Royal Blue #296ADC
RGB
CMYK
RGB Variations
Color information
#296ADC (or 0x296ADC) is known color: Royal Blue. HEX triplet: 29, 6A and DC. RGB value is (41,106,220). Sum of RGB (Red+Green+Blue) = 41+106+220=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #296ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ADC is #D69523. Grayscale: #636363. Windows color (decimal): -14062884 or 14445097. OLE color: 14445097.
HSL color Cylindrical-coordinate representation of color #296ADC: hue angle of 218.21º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296ADC is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 106 | 220 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.14 |
| HSL | 218.21º | 0.72% | 0.51% | - |
| HSV(B) | 218.21º | 0.81% | 0.86% | - |
| XYZ | 18.99 | 15.95 | 69.79 | - |
| YUV | 99.56 | 195.97 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 220 | 0.81 | 0.52 | 0 | 0.14 | 218.21 | 0.72 | 0.51 |
| Hex | 29 | 6A | DC | 51 | 34 | 0 | E | DA | 48 | 33 |
| Octal | 51 | 152 | 334 | 121 | 64 | 0 | 16 | 332 | 110 | 63 |
| Binary | 101001 | 1101010 | 11011100 | 1010001 | 110100 | 0 | 1110 | 11011010 | 1001000 | 110011 |
Color Harmonies of #296ADC
Complementary color
Monochromatic Colors of #296ADC
Black with #296ADC
Text Example
Text Example
White with #296ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296ADC; }
p { color: rgb(41,106,220); }
H1.HeaderClassName
{
color: #296ADC;
}
.AnyTagClassName
{
color: #296ADC;
}
</style>
background-color css
<style>
a { background-color: #296ADC; }
a { background-color: rgb(41,106,220); }
div.DivClassName
{
background-color: #296ADC;
}
.BgClassName
{
background-color: #296ADC;
}
</style>
border-color css
<style>
span { border-color: #296ADC; }
span { border-color: rgb(41,106,220); }
td.TdClassName
{
border-color: #296ADC;
}
.TagClassName
{
border-color: #296ADC;
}
</style>