Shades of Royal Blue #296DE2
Tints of Royal Blue #296DE2
RGB
CMYK
RGB Variations
Color information
#296DE2 (or 0x296DE2) is known color: Royal Blue. HEX triplet: 29, 6D and E2. RGB value is (41,109,226). Sum of RGB (Red+Green+Blue) = 41+109+226=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 226 (88.67% from 255 or 60.11% from 376); Max value from RGB is 226 - color contains mainly: blue. Hex color #296DE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DE2 is #D6921D. Grayscale: #656565. Windows color (decimal): -14062110 or 14839081. OLE color: 14839081.
HSL color Cylindrical-coordinate representation of color #296DE2: hue angle of 217.95º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296DE2 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 109 | 226 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.11 |
| HSL | 217.95º | 0.76% | 0.52% | - |
| HSV(B) | 217.95º | 0.82% | 0.89% | - |
| XYZ | 20.11 | 16.9 | 74.15 | - |
| YUV | 102.01 | 197.97 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 226 | 0.82 | 0.52 | 0 | 0.11 | 217.95 | 0.76 | 0.52 |
| Hex | 29 | 6D | E2 | 52 | 34 | 0 | B | DA | 4C | 34 |
| Octal | 51 | 155 | 342 | 122 | 64 | 0 | 13 | 332 | 114 | 64 |
| Binary | 101001 | 1101101 | 11100010 | 1010010 | 110100 | 0 | 1011 | 11011010 | 1001100 | 110100 |
Color Harmonies of #296DE2
Complementary color
Monochromatic Colors of #296DE2
Black with #296DE2
Text Example
Text Example
White with #296DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DE2; }
p { color: rgb(41,109,226); }
H1.HeaderClassName
{
color: #296DE2;
}
.AnyTagClassName
{
color: #296DE2;
}
</style>
background-color css
<style>
a { background-color: #296DE2; }
a { background-color: rgb(41,109,226); }
div.DivClassName
{
background-color: #296DE2;
}
.BgClassName
{
background-color: #296DE2;
}
</style>
border-color css
<style>
span { border-color: #296DE2; }
span { border-color: rgb(41,109,226); }
td.TdClassName
{
border-color: #296DE2;
}
.TagClassName
{
border-color: #296DE2;
}
</style>