Shades of Royal Blue #296CEA
Tints of Royal Blue #296CEA
RGB
CMYK
RGB Variations
Color information
#296CEA (or 0x296CEA) is known color: Royal Blue. HEX triplet: 29, 6C and EA. RGB value is (41,108,234). Sum of RGB (Red+Green+Blue) = 41+108+234=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #296CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296CEA is #D69315. Grayscale: #656565. Windows color (decimal): -14062358 or 15363113. OLE color: 15363113.
HSL color Cylindrical-coordinate representation of color #296CEA: hue angle of 219.17º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296CEA is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 108 | 234 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.08 |
| HSL | 219.17º | 0.82% | 0.54% | - |
| HSV(B) | 219.17º | 0.82% | 0.92% | - |
| XYZ | 21.13 | 17.14 | 80.04 | - |
| YUV | 102.33 | 202.3 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 234 | 0.82 | 0.54 | 0 | 0.08 | 219.17 | 0.82 | 0.54 |
| Hex | 29 | 6C | EA | 52 | 36 | 0 | 8 | DB | 52 | 36 |
| Octal | 51 | 154 | 352 | 122 | 66 | 0 | 10 | 333 | 122 | 66 |
| Binary | 101001 | 1101100 | 11101010 | 1010010 | 110110 | 0 | 1000 | 11011011 | 1010010 | 110110 |
Color Harmonies of #296CEA
Complementary color
Monochromatic Colors of #296CEA
Black with #296CEA
Text Example
Text Example
White with #296CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296CEA; }
p { color: rgb(41,108,234); }
H1.HeaderClassName
{
color: #296CEA;
}
.AnyTagClassName
{
color: #296CEA;
}
</style>
background-color css
<style>
a { background-color: #296CEA; }
a { background-color: rgb(41,108,234); }
div.DivClassName
{
background-color: #296CEA;
}
.BgClassName
{
background-color: #296CEA;
}
</style>
border-color css
<style>
span { border-color: #296CEA; }
span { border-color: rgb(41,108,234); }
td.TdClassName
{
border-color: #296CEA;
}
.TagClassName
{
border-color: #296CEA;
}
</style>