Shades of Endeavour #29648D
Tints of Endeavour #29648D
RGB
CMYK
RGB Variations
Color information
#29648D (or 0x29648D) is known color: Endeavour. HEX triplet: 29, 64 and 8D. RGB value is (41,100,141). Sum of RGB (Red+Green+Blue) = 41+100+141=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #29648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29648D is #D69B72. Grayscale: #565656. Windows color (decimal): -14064499 or 9266217. OLE color: 9266217.
HSL color Cylindrical-coordinate representation of color #29648D: hue angle of 204.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29648D is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 100 | 141 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.45 |
| HSL | 204.6º | 0.55% | 0.36% | - |
| HSV(B) | 204.6º | 0.71% | 0.55% | - |
| XYZ | 10.28 | 11.51 | 26.88 | - |
| YUV | 87.03 | 158.45 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 141 | 0.71 | 0.29 | 0 | 0.45 | 204.6 | 0.55 | 0.36 |
| Hex | 29 | 64 | 8D | 47 | 1D | 0 | 2D | CD | 37 | 24 |
| Octal | 51 | 144 | 215 | 107 | 35 | 0 | 55 | 315 | 67 | 44 |
| Binary | 101001 | 1100100 | 10001101 | 1000111 | 11101 | 0 | 101101 | 11001101 | 110111 | 100100 |
Color Harmonies of #29648D
Complementary color
Monochromatic Colors of #29648D
Black with #29648D
Text Example
Text Example
White with #29648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29648D; }
p { color: rgb(41,100,141); }
H1.HeaderClassName
{
color: #29648D;
}
.AnyTagClassName
{
color: #29648D;
}
</style>
background-color css
<style>
a { background-color: #29648D; }
a { background-color: rgb(41,100,141); }
div.DivClassName
{
background-color: #29648D;
}
.BgClassName
{
background-color: #29648D;
}
</style>
border-color css
<style>
span { border-color: #29648D; }
span { border-color: rgb(41,100,141); }
td.TdClassName
{
border-color: #29648D;
}
.TagClassName
{
border-color: #29648D;
}
</style>