Shades of Endeavour #295987
Tints of Endeavour #295987
RGB
CMYK
RGB Variations
Color information
#295987 (or 0x295987) is known color: Endeavour. HEX triplet: 29, 59 and 87. RGB value is (41,89,135). Sum of RGB (Red+Green+Blue) = 41+89+135=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #295987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295987 is #D6A678. Grayscale: #4F4F4F. Windows color (decimal): -14067321 or 8870185. OLE color: 8870185.
HSL color Cylindrical-coordinate representation of color #295987: hue angle of 209.36º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295987 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 89 | 135 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.47 |
| HSL | 209.36º | 0.53% | 0.35% | - |
| HSV(B) | 209.36º | 0.7% | 0.53% | - |
| XYZ | 8.86 | 9.37 | 24.26 | - |
| YUV | 79.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 135 | 0.70 | 0.34 | 0 | 0.47 | 209.36 | 0.53 | 0.35 |
| Hex | 29 | 59 | 87 | 46 | 22 | 0 | 2F | D1 | 35 | 23 |
| Octal | 51 | 131 | 207 | 106 | 42 | 0 | 57 | 321 | 65 | 43 |
| Binary | 101001 | 1011001 | 10000111 | 1000110 | 100010 | 0 | 101111 | 11010001 | 110101 | 100011 |
Color Harmonies of #295987
Complementary color
Monochromatic Colors of #295987
Black with #295987
Text Example
Text Example
White with #295987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295987; }
p { color: rgb(41,89,135); }
H1.HeaderClassName
{
color: #295987;
}
.AnyTagClassName
{
color: #295987;
}
</style>
background-color css
<style>
a { background-color: #295987; }
a { background-color: rgb(41,89,135); }
div.DivClassName
{
background-color: #295987;
}
.BgClassName
{
background-color: #295987;
}
</style>
border-color css
<style>
span { border-color: #295987; }
span { border-color: rgb(41,89,135); }
td.TdClassName
{
border-color: #295987;
}
.TagClassName
{
border-color: #295987;
}
</style>