Shades of Endeavour #295A8E
Tints of Endeavour #295A8E
RGB
CMYK
RGB Variations
Color information
#295A8E (or 0x295A8E) is known color: Endeavour. HEX triplet: 29, 5A and 8E. RGB value is (41,90,142). Sum of RGB (Red+Green+Blue) = 41+90+142=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #295A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A8E is #D6A571. Grayscale: #515151. Windows color (decimal): -14067058 or 9329193. OLE color: 9329193.
HSL color Cylindrical-coordinate representation of color #295A8E: hue angle of 210.89º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #295A8E is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 90 | 142 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.44 |
| HSL | 210.89º | 0.55% | 0.36% | - |
| HSV(B) | 210.89º | 0.71% | 0.56% | - |
| XYZ | 9.45 | 9.74 | 26.97 | - |
| YUV | 81.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 142 | 0.71 | 0.37 | 0 | 0.44 | 210.89 | 0.55 | 0.36 |
| Hex | 29 | 5A | 8E | 47 | 25 | 0 | 2C | D3 | 37 | 24 |
| Octal | 51 | 132 | 216 | 107 | 45 | 0 | 54 | 323 | 67 | 44 |
| Binary | 101001 | 1011010 | 10001110 | 1000111 | 100101 | 0 | 101100 | 11010011 | 110111 | 100100 |
Color Harmonies of #295A8E
Complementary color
Monochromatic Colors of #295A8E
Black with #295A8E
Text Example
Text Example
White with #295A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A8E; }
p { color: rgb(41,90,142); }
H1.HeaderClassName
{
color: #295A8E;
}
.AnyTagClassName
{
color: #295A8E;
}
</style>
background-color css
<style>
a { background-color: #295A8E; }
a { background-color: rgb(41,90,142); }
div.DivClassName
{
background-color: #295A8E;
}
.BgClassName
{
background-color: #295A8E;
}
</style>
border-color css
<style>
span { border-color: #295A8E; }
span { border-color: rgb(41,90,142); }
td.TdClassName
{
border-color: #295A8E;
}
.TagClassName
{
border-color: #295A8E;
}
</style>