Shades of Endeavour #295896
Tints of Endeavour #295896
RGB
CMYK
RGB Variations
Color information
#295896 (or 0x295896) is known color: Endeavour. HEX triplet: 29, 58 and 96. RGB value is (41,88,150). Sum of RGB (Red+Green+Blue) = 41+88+150=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #295896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295896 is #D6A769. Grayscale: #505050. Windows color (decimal): -14067562 or 9852969. OLE color: 9852969.
HSL color Cylindrical-coordinate representation of color #295896: hue angle of 214.13º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295896 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 88 | 150 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.41 |
| HSL | 214.13º | 0.57% | 0.37% | - |
| HSV(B) | 214.13º | 0.73% | 0.59% | - |
| XYZ | 9.91 | 9.65 | 30.2 | - |
| YUV | 81.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 150 | 0.73 | 0.41 | 0 | 0.41 | 214.13 | 0.57 | 0.37 |
| Hex | 29 | 58 | 96 | 49 | 29 | 0 | 29 | D6 | 39 | 25 |
| Octal | 51 | 130 | 226 | 111 | 51 | 0 | 51 | 326 | 71 | 45 |
| Binary | 101001 | 1011000 | 10010110 | 1001001 | 101001 | 0 | 101001 | 11010110 | 111001 | 100101 |
Color Harmonies of #295896
Complementary color
Monochromatic Colors of #295896
Black with #295896
Text Example
Text Example
White with #295896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295896; }
p { color: rgb(41,88,150); }
H1.HeaderClassName
{
color: #295896;
}
.AnyTagClassName
{
color: #295896;
}
</style>
background-color css
<style>
a { background-color: #295896; }
a { background-color: rgb(41,88,150); }
div.DivClassName
{
background-color: #295896;
}
.BgClassName
{
background-color: #295896;
}
</style>
border-color css
<style>
span { border-color: #295896; }
span { border-color: rgb(41,88,150); }
td.TdClassName
{
border-color: #295896;
}
.TagClassName
{
border-color: #295896;
}
</style>