Shades of Endeavour #295589
Tints of Endeavour #295589
RGB
CMYK
RGB Variations
Color information
#295589 (or 0x295589) is known color: Endeavour. HEX triplet: 29, 55 and 89. RGB value is (41,85,137). Sum of RGB (Red+Green+Blue) = 41+85+137=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #295589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295589 is #D6AA76. Grayscale: #4D4D4D. Windows color (decimal): -14068343 or 9000233. OLE color: 9000233.
HSL color Cylindrical-coordinate representation of color #295589: hue angle of 212.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295589 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 85 | 137 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.46 |
| HSL | 212.5º | 0.54% | 0.35% | - |
| HSV(B) | 212.5º | 0.7% | 0.54% | - |
| XYZ | 8.68 | 8.77 | 24.9 | - |
| YUV | 77.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 137 | 0.70 | 0.38 | 0 | 0.46 | 212.5 | 0.54 | 0.35 |
| Hex | 29 | 55 | 89 | 46 | 26 | 0 | 2E | D4 | 36 | 23 |
| Octal | 51 | 125 | 211 | 106 | 46 | 0 | 56 | 324 | 66 | 43 |
| Binary | 101001 | 1010101 | 10001001 | 1000110 | 100110 | 0 | 101110 | 11010100 | 110110 | 100011 |
Color Harmonies of #295589
Complementary color
Monochromatic Colors of #295589
Black with #295589
Text Example
Text Example
White with #295589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295589; }
p { color: rgb(41,85,137); }
H1.HeaderClassName
{
color: #295589;
}
.AnyTagClassName
{
color: #295589;
}
</style>
background-color css
<style>
a { background-color: #295589; }
a { background-color: rgb(41,85,137); }
div.DivClassName
{
background-color: #295589;
}
.BgClassName
{
background-color: #295589;
}
</style>
border-color css
<style>
span { border-color: #295589; }
span { border-color: rgb(41,85,137); }
td.TdClassName
{
border-color: #295589;
}
.TagClassName
{
border-color: #295589;
}
</style>