Shades of Endeavour #295696
Tints of Endeavour #295696
RGB
CMYK
RGB Variations
Color information
#295696 (or 0x295696) is known color: Endeavour. HEX triplet: 29, 56 and 96. RGB value is (41,86,150). Sum of RGB (Red+Green+Blue) = 41+86+150=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #295696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295696 is #D6A969. Grayscale: #4F4F4F. Windows color (decimal): -14068074 or 9852457. OLE color: 9852457.
HSL color Cylindrical-coordinate representation of color #295696: hue angle of 215.23º 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 #295696 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 86 | 150 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.41 |
| HSL | 215.23º | 0.57% | 0.37% | - |
| HSV(B) | 215.23º | 0.73% | 0.59% | - |
| XYZ | 9.75 | 9.33 | 30.14 | - |
| YUV | 79.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 150 | 0.73 | 0.43 | 0 | 0.41 | 215.23 | 0.57 | 0.37 |
| Hex | 29 | 56 | 96 | 49 | 2B | 0 | 29 | D7 | 39 | 25 |
| Octal | 51 | 126 | 226 | 111 | 53 | 0 | 51 | 327 | 71 | 45 |
| Binary | 101001 | 1010110 | 10010110 | 1001001 | 101011 | 0 | 101001 | 11010111 | 111001 | 100101 |
Color Harmonies of #295696
Complementary color
Monochromatic Colors of #295696
Black with #295696
Text Example
Text Example
White with #295696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295696; }
p { color: rgb(41,86,150); }
H1.HeaderClassName
{
color: #295696;
}
.AnyTagClassName
{
color: #295696;
}
</style>
background-color css
<style>
a { background-color: #295696; }
a { background-color: rgb(41,86,150); }
div.DivClassName
{
background-color: #295696;
}
.BgClassName
{
background-color: #295696;
}
</style>
border-color css
<style>
span { border-color: #295696; }
span { border-color: rgb(41,86,150); }
td.TdClassName
{
border-color: #295696;
}
.TagClassName
{
border-color: #295696;
}
</style>