Shades of Endeavour #296098
Tints of Endeavour #296098
RGB
CMYK
RGB Variations
Color information
#296098 (or 0x296098) is known color: Endeavour. HEX triplet: 29, 60 and 98. RGB value is (41,96,152). Sum of RGB (Red+Green+Blue) = 41+96+152=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #296098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296098 is #D69F67. Grayscale: #555555. Windows color (decimal): -14065512 or 9986089. OLE color: 9986089.
HSL color Cylindrical-coordinate representation of color #296098: hue angle of 210.27º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296098 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 96 | 152 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.40 |
| HSL | 210.27º | 0.58% | 0.38% | - |
| HSV(B) | 210.27º | 0.73% | 0.6% | - |
| XYZ | 10.76 | 11.1 | 31.28 | - |
| YUV | 85.94 | 165.28 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 152 | 0.73 | 0.37 | 0 | 0.40 | 210.27 | 0.58 | 0.38 |
| Hex | 29 | 60 | 98 | 49 | 25 | 0 | 28 | D2 | 3A | 26 |
| Octal | 51 | 140 | 230 | 111 | 45 | 0 | 50 | 322 | 72 | 46 |
| Binary | 101001 | 1100000 | 10011000 | 1001001 | 100101 | 0 | 101000 | 11010010 | 111010 | 100110 |
Color Harmonies of #296098
Complementary color
Monochromatic Colors of #296098
Black with #296098
Text Example
Text Example
White with #296098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296098; }
p { color: rgb(41,96,152); }
H1.HeaderClassName
{
color: #296098;
}
.AnyTagClassName
{
color: #296098;
}
</style>
background-color css
<style>
a { background-color: #296098; }
a { background-color: rgb(41,96,152); }
div.DivClassName
{
background-color: #296098;
}
.BgClassName
{
background-color: #296098;
}
</style>
border-color css
<style>
span { border-color: #296098; }
span { border-color: rgb(41,96,152); }
td.TdClassName
{
border-color: #296098;
}
.TagClassName
{
border-color: #296098;
}
</style>