Shades of Endeavour #294F9B
Tints of Endeavour #294F9B
RGB
CMYK
RGB Variations
Color information
#294F9B (or 0x294F9B) is known color: Endeavour. HEX triplet: 29, 4F and 9B. RGB value is (41,79,155). Sum of RGB (Red+Green+Blue) = 41+79+155=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #294F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F9B is #D6B064. Grayscale: #4B4B4B. Windows color (decimal): -14069861 or 10178345. OLE color: 10178345.
HSL color Cylindrical-coordinate representation of color #294F9B: hue angle of 220º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294F9B is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 79 | 155 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.39 |
| HSL | 220º | 0.58% | 0.38% | - |
| HSV(B) | 220º | 0.74% | 0.61% | - |
| XYZ | 9.63 | 8.43 | 32.13 | - |
| YUV | 76.3 | 172.41 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 155 | 0.74 | 0.49 | 0 | 0.39 | 220 | 0.58 | 0.38 |
| Hex | 29 | 4F | 9B | 4A | 31 | 0 | 27 | DC | 3A | 26 |
| Octal | 51 | 117 | 233 | 112 | 61 | 0 | 47 | 334 | 72 | 46 |
| Binary | 101001 | 1001111 | 10011011 | 1001010 | 110001 | 0 | 100111 | 11011100 | 111010 | 100110 |
Color Harmonies of #294F9B
Complementary color
Monochromatic Colors of #294F9B
Black with #294F9B
Text Example
Text Example
White with #294F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F9B; }
p { color: rgb(41,79,155); }
H1.HeaderClassName
{
color: #294F9B;
}
.AnyTagClassName
{
color: #294F9B;
}
</style>
background-color css
<style>
a { background-color: #294F9B; }
a { background-color: rgb(41,79,155); }
div.DivClassName
{
background-color: #294F9B;
}
.BgClassName
{
background-color: #294F9B;
}
</style>
border-color css
<style>
span { border-color: #294F9B; }
span { border-color: rgb(41,79,155); }
td.TdClassName
{
border-color: #294F9B;
}
.TagClassName
{
border-color: #294F9B;
}
</style>