Shades of Endeavour #29569B
Tints of Endeavour #29569B
RGB
CMYK
RGB Variations
Color information
#29569B (or 0x29569B) is known color: Endeavour. HEX triplet: 29, 56 and 9B. RGB value is (41,86,155). Sum of RGB (Red+Green+Blue) = 41+86+155=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #29569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29569B is #D6A964. Grayscale: #505050. Windows color (decimal): -14068069 or 10180137. OLE color: 10180137.
HSL color Cylindrical-coordinate representation of color #29569B: hue angle of 216.32º 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 #29569B is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 86 | 155 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.39 |
| HSL | 216.32º | 0.58% | 0.38% | - |
| HSV(B) | 216.32º | 0.74% | 0.61% | - |
| XYZ | 10.16 | 9.49 | 32.31 | - |
| YUV | 80.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 155 | 0.74 | 0.45 | 0 | 0.39 | 216.32 | 0.58 | 0.38 |
| Hex | 29 | 56 | 9B | 4A | 2D | 0 | 27 | D8 | 3A | 26 |
| Octal | 51 | 126 | 233 | 112 | 55 | 0 | 47 | 330 | 72 | 46 |
| Binary | 101001 | 1010110 | 10011011 | 1001010 | 101101 | 0 | 100111 | 11011000 | 111010 | 100110 |
Color Harmonies of #29569B
Complementary color
Monochromatic Colors of #29569B
Black with #29569B
Text Example
Text Example
White with #29569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29569B; }
p { color: rgb(41,86,155); }
H1.HeaderClassName
{
color: #29569B;
}
.AnyTagClassName
{
color: #29569B;
}
</style>
background-color css
<style>
a { background-color: #29569B; }
a { background-color: rgb(41,86,155); }
div.DivClassName
{
background-color: #29569B;
}
.BgClassName
{
background-color: #29569B;
}
</style>
border-color css
<style>
span { border-color: #29569B; }
span { border-color: rgb(41,86,155); }
td.TdClassName
{
border-color: #29569B;
}
.TagClassName
{
border-color: #29569B;
}
</style>