Shades of Endeavour #29518C
Tints of Endeavour #29518C
RGB
CMYK
RGB Variations
Color information
#29518C (or 0x29518C) is known color: Endeavour. HEX triplet: 29, 51 and 8C. RGB value is (41,81,140). Sum of RGB (Red+Green+Blue) = 41+81+140=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #29518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29518C is #D6AE73. Grayscale: #4B4B4B. Windows color (decimal): -14069364 or 9195817. OLE color: 9195817.
HSL color Cylindrical-coordinate representation of color #29518C: hue angle of 215.76º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29518C is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 81 | 140 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.45 |
| HSL | 215.76º | 0.55% | 0.35% | - |
| HSV(B) | 215.76º | 0.71% | 0.55% | - |
| XYZ | 8.59 | 8.25 | 25.95 | - |
| YUV | 75.77 | 164.25 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 140 | 0.71 | 0.42 | 0 | 0.45 | 215.76 | 0.55 | 0.35 |
| Hex | 29 | 51 | 8C | 47 | 2A | 0 | 2D | D8 | 37 | 23 |
| Octal | 51 | 121 | 214 | 107 | 52 | 0 | 55 | 330 | 67 | 43 |
| Binary | 101001 | 1010001 | 10001100 | 1000111 | 101010 | 0 | 101101 | 11011000 | 110111 | 100011 |
Color Harmonies of #29518C
Complementary color
Monochromatic Colors of #29518C
Black with #29518C
Text Example
Text Example
White with #29518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29518C; }
p { color: rgb(41,81,140); }
H1.HeaderClassName
{
color: #29518C;
}
.AnyTagClassName
{
color: #29518C;
}
</style>
background-color css
<style>
a { background-color: #29518C; }
a { background-color: rgb(41,81,140); }
div.DivClassName
{
background-color: #29518C;
}
.BgClassName
{
background-color: #29518C;
}
</style>
border-color css
<style>
span { border-color: #29518C; }
span { border-color: rgb(41,81,140); }
td.TdClassName
{
border-color: #29518C;
}
.TagClassName
{
border-color: #29518C;
}
</style>