Shades of Endeavour #295494
Tints of Endeavour #295494
RGB
CMYK
RGB Variations
Color information
#295494 (or 0x295494) is known color: Endeavour. HEX triplet: 29, 54 and 94. RGB value is (41,84,148). Sum of RGB (Red+Green+Blue) = 41+84+148=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #295494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295494 is #D6AB6B. Grayscale: #4E4E4E. Windows color (decimal): -14068588 or 9720873. OLE color: 9720873.
HSL color Cylindrical-coordinate representation of color #295494: hue angle of 215.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295494 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 84 | 148 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.42 |
| HSL | 215.89º | 0.57% | 0.37% | - |
| HSV(B) | 215.89º | 0.72% | 0.58% | - |
| XYZ | 9.43 | 8.95 | 29.25 | - |
| YUV | 78.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 148 | 0.72 | 0.43 | 0 | 0.42 | 215.89 | 0.57 | 0.37 |
| Hex | 29 | 54 | 94 | 48 | 2B | 0 | 2A | D8 | 39 | 25 |
| Octal | 51 | 124 | 224 | 110 | 53 | 0 | 52 | 330 | 71 | 45 |
| Binary | 101001 | 1010100 | 10010100 | 1001000 | 101011 | 0 | 101010 | 11011000 | 111001 | 100101 |
Color Harmonies of #295494
Complementary color
Monochromatic Colors of #295494
Black with #295494
Text Example
Text Example
White with #295494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295494; }
p { color: rgb(41,84,148); }
H1.HeaderClassName
{
color: #295494;
}
.AnyTagClassName
{
color: #295494;
}
</style>
background-color css
<style>
a { background-color: #295494; }
a { background-color: rgb(41,84,148); }
div.DivClassName
{
background-color: #295494;
}
.BgClassName
{
background-color: #295494;
}
</style>
border-color css
<style>
span { border-color: #295494; }
span { border-color: rgb(41,84,148); }
td.TdClassName
{
border-color: #295494;
}
.TagClassName
{
border-color: #295494;
}
</style>