Shades of Endeavour #295891
Tints of Endeavour #295891
RGB
CMYK
RGB Variations
Color information
#295891 (or 0x295891) is known color: Endeavour. HEX triplet: 29, 58 and 91. RGB value is (41,88,145). Sum of RGB (Red+Green+Blue) = 41+88+145=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #295891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295891 is #D6A76E. Grayscale: #505050. Windows color (decimal): -14067567 or 9525289. OLE color: 9525289.
HSL color Cylindrical-coordinate representation of color #295891: hue angle of 212.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295891 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 88 | 145 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.43 |
| HSL | 212.88º | 0.56% | 0.36% | - |
| HSV(B) | 212.88º | 0.72% | 0.57% | - |
| XYZ | 9.52 | 9.5 | 28.12 | - |
| YUV | 80.45 | 164.43 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 145 | 0.72 | 0.39 | 0 | 0.43 | 212.88 | 0.56 | 0.36 |
| Hex | 29 | 58 | 91 | 48 | 27 | 0 | 2B | D5 | 38 | 24 |
| Octal | 51 | 130 | 221 | 110 | 47 | 0 | 53 | 325 | 70 | 44 |
| Binary | 101001 | 1011000 | 10010001 | 1001000 | 100111 | 0 | 101011 | 11010101 | 111000 | 100100 |
Color Harmonies of #295891
Complementary color
Monochromatic Colors of #295891
Black with #295891
Text Example
Text Example
White with #295891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295891; }
p { color: rgb(41,88,145); }
H1.HeaderClassName
{
color: #295891;
}
.AnyTagClassName
{
color: #295891;
}
</style>
background-color css
<style>
a { background-color: #295891; }
a { background-color: rgb(41,88,145); }
div.DivClassName
{
background-color: #295891;
}
.BgClassName
{
background-color: #295891;
}
</style>
border-color css
<style>
span { border-color: #295891; }
span { border-color: rgb(41,88,145); }
td.TdClassName
{
border-color: #295891;
}
.TagClassName
{
border-color: #295891;
}
</style>