Shades of Endeavour #295991
Tints of Endeavour #295991
RGB
CMYK
RGB Variations
Color information
#295991 (or 0x295991) is known color: Endeavour. HEX triplet: 29, 59 and 91. RGB value is (41,89,145). Sum of RGB (Red+Green+Blue) = 41+89+145=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #295991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295991 is #D6A66E. Grayscale: #505050. Windows color (decimal): -14067311 or 9525545. OLE color: 9525545.
HSL color Cylindrical-coordinate representation of color #295991: hue angle of 212.31º 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 #295991 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 89 | 145 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.43 |
| HSL | 212.31º | 0.56% | 0.36% | - |
| HSV(B) | 212.31º | 0.72% | 0.57% | - |
| XYZ | 9.6 | 9.66 | 28.15 | - |
| YUV | 81.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 145 | 0.72 | 0.39 | 0 | 0.43 | 212.31 | 0.56 | 0.36 |
| Hex | 29 | 59 | 91 | 48 | 27 | 0 | 2B | D4 | 38 | 24 |
| Octal | 51 | 131 | 221 | 110 | 47 | 0 | 53 | 324 | 70 | 44 |
| Binary | 101001 | 1011001 | 10010001 | 1001000 | 100111 | 0 | 101011 | 11010100 | 111000 | 100100 |
Color Harmonies of #295991
Complementary color
Monochromatic Colors of #295991
Black with #295991
Text Example
Text Example
White with #295991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295991; }
p { color: rgb(41,89,145); }
H1.HeaderClassName
{
color: #295991;
}
.AnyTagClassName
{
color: #295991;
}
</style>
background-color css
<style>
a { background-color: #295991; }
a { background-color: rgb(41,89,145); }
div.DivClassName
{
background-color: #295991;
}
.BgClassName
{
background-color: #295991;
}
</style>
border-color css
<style>
span { border-color: #295991; }
span { border-color: rgb(41,89,145); }
td.TdClassName
{
border-color: #295991;
}
.TagClassName
{
border-color: #295991;
}
</style>