Shades of Endeavour #295996
Tints of Endeavour #295996
RGB
CMYK
RGB Variations
Color information
#295996 (or 0x295996) is known color: Endeavour. HEX triplet: 29, 59 and 96. RGB value is (41,89,150). Sum of RGB (Red+Green+Blue) = 41+89+150=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #295996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295996 is #D6A669. Grayscale: #515151. Windows color (decimal): -14067306 or 9853225. OLE color: 9853225.
HSL color Cylindrical-coordinate representation of color #295996: hue angle of 213.58º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295996 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 89 | 150 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.41 |
| HSL | 213.58º | 0.57% | 0.37% | - |
| HSV(B) | 213.58º | 0.73% | 0.59% | - |
| XYZ | 9.99 | 9.82 | 30.22 | - |
| YUV | 81.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 150 | 0.73 | 0.41 | 0 | 0.41 | 213.58 | 0.57 | 0.37 |
| Hex | 29 | 59 | 96 | 49 | 29 | 0 | 29 | D6 | 39 | 25 |
| Octal | 51 | 131 | 226 | 111 | 51 | 0 | 51 | 326 | 71 | 45 |
| Binary | 101001 | 1011001 | 10010110 | 1001001 | 101001 | 0 | 101001 | 11010110 | 111001 | 100101 |
Color Harmonies of #295996
Complementary color
Monochromatic Colors of #295996
Black with #295996
Text Example
Text Example
White with #295996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295996; }
p { color: rgb(41,89,150); }
H1.HeaderClassName
{
color: #295996;
}
.AnyTagClassName
{
color: #295996;
}
</style>
background-color css
<style>
a { background-color: #295996; }
a { background-color: rgb(41,89,150); }
div.DivClassName
{
background-color: #295996;
}
.BgClassName
{
background-color: #295996;
}
</style>
border-color css
<style>
span { border-color: #295996; }
span { border-color: rgb(41,89,150); }
td.TdClassName
{
border-color: #295996;
}
.TagClassName
{
border-color: #295996;
}
</style>