Shades of Endeavour #295F91
Tints of Endeavour #295F91
RGB
CMYK
RGB Variations
Color information
#295F91 (or 0x295F91) is known color: Endeavour. HEX triplet: 29, 5F and 91. RGB value is (41,95,145). Sum of RGB (Red+Green+Blue) = 41+95+145=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #295F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F91 is #D6A06E. Grayscale: #545454. Windows color (decimal): -14065775 or 9527081. OLE color: 9527081.
HSL color Cylindrical-coordinate representation of color #295F91: hue angle of 208.85º 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 #295F91 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 95 | 145 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.43 |
| HSL | 208.85º | 0.56% | 0.36% | - |
| HSV(B) | 208.85º | 0.72% | 0.57% | - |
| XYZ | 10.12 | 10.7 | 28.32 | - |
| YUV | 84.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 145 | 0.72 | 0.34 | 0 | 0.43 | 208.85 | 0.56 | 0.36 |
| Hex | 29 | 5F | 91 | 48 | 22 | 0 | 2B | D1 | 38 | 24 |
| Octal | 51 | 137 | 221 | 110 | 42 | 0 | 53 | 321 | 70 | 44 |
| Binary | 101001 | 1011111 | 10010001 | 1001000 | 100010 | 0 | 101011 | 11010001 | 111000 | 100100 |
Color Harmonies of #295F91
Complementary color
Monochromatic Colors of #295F91
Black with #295F91
Text Example
Text Example
White with #295F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F91; }
p { color: rgb(41,95,145); }
H1.HeaderClassName
{
color: #295F91;
}
.AnyTagClassName
{
color: #295F91;
}
</style>
background-color css
<style>
a { background-color: #295F91; }
a { background-color: rgb(41,95,145); }
div.DivClassName
{
background-color: #295F91;
}
.BgClassName
{
background-color: #295F91;
}
</style>
border-color css
<style>
span { border-color: #295F91; }
span { border-color: rgb(41,95,145); }
td.TdClassName
{
border-color: #295F91;
}
.TagClassName
{
border-color: #295F91;
}
</style>