Shades of Endeavour #29648F
Tints of Endeavour #29648F
RGB
CMYK
RGB Variations
Color information
#29648F (or 0x29648F) is known color: Endeavour. HEX triplet: 29, 64 and 8F. RGB value is (41,100,143). Sum of RGB (Red+Green+Blue) = 41+100+143=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #29648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29648F is #D69B70. Grayscale: #575757. Windows color (decimal): -14064497 or 9397289. OLE color: 9397289.
HSL color Cylindrical-coordinate representation of color #29648F: hue angle of 205.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29648F is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 100 | 143 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.44 |
| HSL | 205.29º | 0.55% | 0.36% | - |
| HSV(B) | 205.29º | 0.71% | 0.56% | - |
| XYZ | 10.43 | 11.57 | 27.67 | - |
| YUV | 87.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 143 | 0.71 | 0.30 | 0 | 0.44 | 205.29 | 0.55 | 0.36 |
| Hex | 29 | 64 | 8F | 47 | 1E | 0 | 2C | CD | 37 | 24 |
| Octal | 51 | 144 | 217 | 107 | 36 | 0 | 54 | 315 | 67 | 44 |
| Binary | 101001 | 1100100 | 10001111 | 1000111 | 11110 | 0 | 101100 | 11001101 | 110111 | 100100 |
Color Harmonies of #29648F
Complementary color
Monochromatic Colors of #29648F
Black with #29648F
Text Example
Text Example
White with #29648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29648F; }
p { color: rgb(41,100,143); }
H1.HeaderClassName
{
color: #29648F;
}
.AnyTagClassName
{
color: #29648F;
}
</style>
background-color css
<style>
a { background-color: #29648F; }
a { background-color: rgb(41,100,143); }
div.DivClassName
{
background-color: #29648F;
}
.BgClassName
{
background-color: #29648F;
}
</style>
border-color css
<style>
span { border-color: #29648F; }
span { border-color: rgb(41,100,143); }
td.TdClassName
{
border-color: #29648F;
}
.TagClassName
{
border-color: #29648F;
}
</style>