Shades of Royal Blue #296ADA
Tints of Royal Blue #296ADA
RGB
CMYK
RGB Variations
Color information
#296ADA (or 0x296ADA) is known color: Royal Blue. HEX triplet: 29, 6A and DA. RGB value is (41,106,218). Sum of RGB (Red+Green+Blue) = 41+106+218=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #296ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ADA is #D69525. Grayscale: #626262. Windows color (decimal): -14062886 or 14314025. OLE color: 14314025.
HSL color Cylindrical-coordinate representation of color #296ADA: hue angle of 217.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296ADA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 106 | 218 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.15 |
| HSL | 217.97º | 0.71% | 0.51% | - |
| HSV(B) | 217.97º | 0.81% | 0.85% | - |
| XYZ | 18.72 | 15.84 | 68.4 | - |
| YUV | 99.33 | 194.97 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 218 | 0.81 | 0.51 | 0 | 0.15 | 217.97 | 0.71 | 0.51 |
| Hex | 29 | 6A | DA | 51 | 33 | 0 | F | DA | 47 | 33 |
| Octal | 51 | 152 | 332 | 121 | 63 | 0 | 17 | 332 | 107 | 63 |
| Binary | 101001 | 1101010 | 11011010 | 1010001 | 110011 | 0 | 1111 | 11011010 | 1000111 | 110011 |
Color Harmonies of #296ADA
Complementary color
Monochromatic Colors of #296ADA
Black with #296ADA
Text Example
Text Example
White with #296ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296ADA; }
p { color: rgb(41,106,218); }
H1.HeaderClassName
{
color: #296ADA;
}
.AnyTagClassName
{
color: #296ADA;
}
</style>
background-color css
<style>
a { background-color: #296ADA; }
a { background-color: rgb(41,106,218); }
div.DivClassName
{
background-color: #296ADA;
}
.BgClassName
{
background-color: #296ADA;
}
</style>
border-color css
<style>
span { border-color: #296ADA; }
span { border-color: rgb(41,106,218); }
td.TdClassName
{
border-color: #296ADA;
}
.TagClassName
{
border-color: #296ADA;
}
</style>