Shades of Endeavour #294E99
Tints of Endeavour #294E99
RGB
CMYK
RGB Variations
Color information
#294E99 (or 0x294E99) is known color: Endeavour. HEX triplet: 29, 4E and 99. RGB value is (41,78,153). Sum of RGB (Red+Green+Blue) = 41+78+153=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #294E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E99 is #D6B166. Grayscale: #4B4B4B. Windows color (decimal): -14070119 or 10047017. OLE color: 10047017.
HSL color Cylindrical-coordinate representation of color #294E99: hue angle of 220.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294E99 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 78 | 153 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.4 |
| HSL | 220.18º | 0.58% | 0.38% | - |
| HSV(B) | 220.18º | 0.73% | 0.6% | - |
| XYZ | 9.39 | 8.22 | 31.23 | - |
| YUV | 75.49 | 171.74 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 153 | 0.73 | 0.49 | 0 | 0.4 | 220.18 | 0.58 | 0.38 |
| Hex | 29 | 4E | 99 | 49 | 31 | 0 | 28 | DC | 3A | 26 |
| Octal | 51 | 116 | 231 | 111 | 61 | 0 | 50 | 334 | 72 | 46 |
| Binary | 101001 | 1001110 | 10011001 | 1001001 | 110001 | 0 | 101000 | 11011100 | 111010 | 100110 |
Color Harmonies of #294E99
Complementary color
Monochromatic Colors of #294E99
Black with #294E99
Text Example
Text Example
White with #294E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E99; }
p { color: rgb(41,78,153); }
H1.HeaderClassName
{
color: #294E99;
}
.AnyTagClassName
{
color: #294E99;
}
</style>
background-color css
<style>
a { background-color: #294E99; }
a { background-color: rgb(41,78,153); }
div.DivClassName
{
background-color: #294E99;
}
.BgClassName
{
background-color: #294E99;
}
</style>
border-color css
<style>
span { border-color: #294E99; }
span { border-color: rgb(41,78,153); }
td.TdClassName
{
border-color: #294E99;
}
.TagClassName
{
border-color: #294E99;
}
</style>