Shades of Endeavour #295986
Tints of Endeavour #295986
RGB
CMYK
RGB Variations
Color information
#295986 (or 0x295986) is known color: Endeavour. HEX triplet: 29, 59 and 86. RGB value is (41,89,134). Sum of RGB (Red+Green+Blue) = 41+89+134=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #295986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295986 is #D6A679. Grayscale: #4F4F4F. Windows color (decimal): -14067322 or 8804649. OLE color: 8804649.
HSL color Cylindrical-coordinate representation of color #295986: hue angle of 209.03º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295986 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 89 | 134 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.47 |
| HSL | 209.03º | 0.53% | 0.34% | - |
| HSV(B) | 209.03º | 0.69% | 0.53% | - |
| XYZ | 8.79 | 9.34 | 23.89 | - |
| YUV | 79.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 134 | 0.69 | 0.34 | 0 | 0.47 | 209.03 | 0.53 | 0.34 |
| Hex | 29 | 59 | 86 | 45 | 22 | 0 | 2F | D1 | 35 | 22 |
| Octal | 51 | 131 | 206 | 105 | 42 | 0 | 57 | 321 | 65 | 42 |
| Binary | 101001 | 1011001 | 10000110 | 1000101 | 100010 | 0 | 101111 | 11010001 | 110101 | 100010 |
Color Harmonies of #295986
Complementary color
Monochromatic Colors of #295986
Black with #295986
Text Example
Text Example
White with #295986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295986; }
p { color: rgb(41,89,134); }
H1.HeaderClassName
{
color: #295986;
}
.AnyTagClassName
{
color: #295986;
}
</style>
background-color css
<style>
a { background-color: #295986; }
a { background-color: rgb(41,89,134); }
div.DivClassName
{
background-color: #295986;
}
.BgClassName
{
background-color: #295986;
}
</style>
border-color css
<style>
span { border-color: #295986; }
span { border-color: rgb(41,89,134); }
td.TdClassName
{
border-color: #295986;
}
.TagClassName
{
border-color: #295986;
}
</style>