Shades of Endeavour #29519F
Tints of Endeavour #29519F
RGB
CMYK
RGB Variations
Color information
#29519F (or 0x29519F) is known color: Endeavour. HEX triplet: 29, 51 and 9F. RGB value is (41,81,159). Sum of RGB (Red+Green+Blue) = 41+81+159=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #29519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29519F is #D6AE60. Grayscale: #4D4D4D. Windows color (decimal): -14069345 or 10441001. OLE color: 10441001.
HSL color Cylindrical-coordinate representation of color #29519F: hue angle of 219.66º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29519F is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 81 | 159 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.38 |
| HSL | 219.66º | 0.59% | 0.39% | - |
| HSV(B) | 219.66º | 0.74% | 0.62% | - |
| XYZ | 10.11 | 8.86 | 33.98 | - |
| YUV | 77.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 159 | 0.74 | 0.49 | 0 | 0.38 | 219.66 | 0.59 | 0.39 |
| Hex | 29 | 51 | 9F | 4A | 31 | 0 | 26 | DC | 3B | 27 |
| Octal | 51 | 121 | 237 | 112 | 61 | 0 | 46 | 334 | 73 | 47 |
| Binary | 101001 | 1010001 | 10011111 | 1001010 | 110001 | 0 | 100110 | 11011100 | 111011 | 100111 |
Color Harmonies of #29519F
Complementary color
Monochromatic Colors of #29519F
Black with #29519F
Text Example
Text Example
White with #29519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29519F; }
p { color: rgb(41,81,159); }
H1.HeaderClassName
{
color: #29519F;
}
.AnyTagClassName
{
color: #29519F;
}
</style>
background-color css
<style>
a { background-color: #29519F; }
a { background-color: rgb(41,81,159); }
div.DivClassName
{
background-color: #29519F;
}
.BgClassName
{
background-color: #29519F;
}
</style>
border-color css
<style>
span { border-color: #29519F; }
span { border-color: rgb(41,81,159); }
td.TdClassName
{
border-color: #29519F;
}
.TagClassName
{
border-color: #29519F;
}
</style>