Shades of Endeavour #29539D
Tints of Endeavour #29539D
RGB
CMYK
RGB Variations
Color information
#29539D (or 0x29539D) is known color: Endeavour. HEX triplet: 29, 53 and 9D. RGB value is (41,83,157). Sum of RGB (Red+Green+Blue) = 41+83+157=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #29539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29539D is #D6AC62. Grayscale: #4E4E4E. Windows color (decimal): -14068835 or 10310441. OLE color: 10310441.
HSL color Cylindrical-coordinate representation of color #29539D: hue angle of 218.28º 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 #29539D is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 83 | 157 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.38 |
| HSL | 218.28º | 0.59% | 0.39% | - |
| HSV(B) | 218.28º | 0.74% | 0.62% | - |
| XYZ | 10.09 | 9.09 | 33.12 | - |
| YUV | 78.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 157 | 0.74 | 0.47 | 0 | 0.38 | 218.28 | 0.59 | 0.39 |
| Hex | 29 | 53 | 9D | 4A | 2F | 0 | 26 | DA | 3B | 27 |
| Octal | 51 | 123 | 235 | 112 | 57 | 0 | 46 | 332 | 73 | 47 |
| Binary | 101001 | 1010011 | 10011101 | 1001010 | 101111 | 0 | 100110 | 11011010 | 111011 | 100111 |
Color Harmonies of #29539D
Complementary color
Monochromatic Colors of #29539D
Black with #29539D
Text Example
Text Example
White with #29539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29539D; }
p { color: rgb(41,83,157); }
H1.HeaderClassName
{
color: #29539D;
}
.AnyTagClassName
{
color: #29539D;
}
</style>
background-color css
<style>
a { background-color: #29539D; }
a { background-color: rgb(41,83,157); }
div.DivClassName
{
background-color: #29539D;
}
.BgClassName
{
background-color: #29539D;
}
</style>
border-color css
<style>
span { border-color: #29539D; }
span { border-color: rgb(41,83,157); }
td.TdClassName
{
border-color: #29539D;
}
.TagClassName
{
border-color: #29539D;
}
</style>