Shades of Endeavour #294F9C
Tints of Endeavour #294F9C
RGB
CMYK
RGB Variations
Color information
#294F9C (or 0x294F9C) is known color: Endeavour. HEX triplet: 29, 4F and 9C. RGB value is (41,79,156). Sum of RGB (Red+Green+Blue) = 41+79+156=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #294F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F9C is #D6B063. Grayscale: #4C4C4C. Windows color (decimal): -14069860 or 10243881. OLE color: 10243881.
HSL color Cylindrical-coordinate representation of color #294F9C: hue angle of 220.17º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294F9C is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 79 | 156 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.39 |
| HSL | 220.17º | 0.58% | 0.39% | - |
| HSV(B) | 220.17º | 0.74% | 0.61% | - |
| XYZ | 9.71 | 8.46 | 32.57 | - |
| YUV | 76.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 156 | 0.74 | 0.49 | 0 | 0.39 | 220.17 | 0.58 | 0.39 |
| Hex | 29 | 4F | 9C | 4A | 31 | 0 | 27 | DC | 3A | 27 |
| Octal | 51 | 117 | 234 | 112 | 61 | 0 | 47 | 334 | 72 | 47 |
| Binary | 101001 | 1001111 | 10011100 | 1001010 | 110001 | 0 | 100111 | 11011100 | 111010 | 100111 |
Color Harmonies of #294F9C
Complementary color
Monochromatic Colors of #294F9C
Black with #294F9C
Text Example
Text Example
White with #294F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F9C; }
p { color: rgb(41,79,156); }
H1.HeaderClassName
{
color: #294F9C;
}
.AnyTagClassName
{
color: #294F9C;
}
</style>
background-color css
<style>
a { background-color: #294F9C; }
a { background-color: rgb(41,79,156); }
div.DivClassName
{
background-color: #294F9C;
}
.BgClassName
{
background-color: #294F9C;
}
</style>
border-color css
<style>
span { border-color: #294F9C; }
span { border-color: rgb(41,79,156); }
td.TdClassName
{
border-color: #294F9C;
}
.TagClassName
{
border-color: #294F9C;
}
</style>