Shades of Endeavour #294F99
Tints of Endeavour #294F99
RGB
CMYK
RGB Variations
Color information
#294F99 (or 0x294F99) is known color: Endeavour. HEX triplet: 29, 4F and 99. RGB value is (41,79,153). Sum of RGB (Red+Green+Blue) = 41+79+153=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #294F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F99 is #D6B066. Grayscale: #4B4B4B. Windows color (decimal): -14069863 or 10047273. OLE color: 10047273.
HSL color Cylindrical-coordinate representation of color #294F99: hue angle of 219.64º 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 #294F99 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 79 | 153 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.4 |
| HSL | 219.64º | 0.58% | 0.38% | - |
| HSV(B) | 219.64º | 0.73% | 0.6% | - |
| XYZ | 9.46 | 8.36 | 31.25 | - |
| YUV | 76.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 153 | 0.73 | 0.48 | 0 | 0.4 | 219.64 | 0.58 | 0.38 |
| Hex | 29 | 4F | 99 | 49 | 30 | 0 | 28 | DC | 3A | 26 |
| Octal | 51 | 117 | 231 | 111 | 60 | 0 | 50 | 334 | 72 | 46 |
| Binary | 101001 | 1001111 | 10011001 | 1001001 | 110000 | 0 | 101000 | 11011100 | 111010 | 100110 |
Color Harmonies of #294F99
Complementary color
Monochromatic Colors of #294F99
Black with #294F99
Text Example
Text Example
White with #294F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F99; }
p { color: rgb(41,79,153); }
H1.HeaderClassName
{
color: #294F99;
}
.AnyTagClassName
{
color: #294F99;
}
</style>
background-color css
<style>
a { background-color: #294F99; }
a { background-color: rgb(41,79,153); }
div.DivClassName
{
background-color: #294F99;
}
.BgClassName
{
background-color: #294F99;
}
</style>
border-color css
<style>
span { border-color: #294F99; }
span { border-color: rgb(41,79,153); }
td.TdClassName
{
border-color: #294F99;
}
.TagClassName
{
border-color: #294F99;
}
</style>