Shades of Endeavour #294F90
Tints of Endeavour #294F90
RGB
CMYK
RGB Variations
Color information
#294F90 (or 0x294F90) is known color: Endeavour. HEX triplet: 29, 4F and 90. RGB value is (41,79,144). Sum of RGB (Red+Green+Blue) = 41+79+144=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #294F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F90 is #D6B06F. Grayscale: #4A4A4A. Windows color (decimal): -14069872 or 9457449. OLE color: 9457449.
HSL color Cylindrical-coordinate representation of color #294F90: hue angle of 217.86º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294F90 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 79 | 144 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.44 |
| HSL | 217.86º | 0.56% | 0.36% | - |
| HSV(B) | 217.86º | 0.72% | 0.56% | - |
| XYZ | 8.74 | 8.08 | 27.48 | - |
| YUV | 75.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 144 | 0.72 | 0.45 | 0 | 0.44 | 217.86 | 0.56 | 0.36 |
| Hex | 29 | 4F | 90 | 48 | 2D | 0 | 2C | DA | 38 | 24 |
| Octal | 51 | 117 | 220 | 110 | 55 | 0 | 54 | 332 | 70 | 44 |
| Binary | 101001 | 1001111 | 10010000 | 1001000 | 101101 | 0 | 101100 | 11011010 | 111000 | 100100 |
Color Harmonies of #294F90
Complementary color
Monochromatic Colors of #294F90
Black with #294F90
Text Example
Text Example
White with #294F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F90; }
p { color: rgb(41,79,144); }
H1.HeaderClassName
{
color: #294F90;
}
.AnyTagClassName
{
color: #294F90;
}
</style>
background-color css
<style>
a { background-color: #294F90; }
a { background-color: rgb(41,79,144); }
div.DivClassName
{
background-color: #294F90;
}
.BgClassName
{
background-color: #294F90;
}
</style>
border-color css
<style>
span { border-color: #294F90; }
span { border-color: rgb(41,79,144); }
td.TdClassName
{
border-color: #294F90;
}
.TagClassName
{
border-color: #294F90;
}
</style>