Shades of Endeavour #29608D
Tints of Endeavour #29608D
RGB
CMYK
RGB Variations
Color information
#29608D (or 0x29608D) is known color: Endeavour. HEX triplet: 29, 60 and 8D. RGB value is (41,96,141). Sum of RGB (Red+Green+Blue) = 41+96+141=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #29608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29608D is #D69F72. Grayscale: #545454. Windows color (decimal): -14065523 or 9265193. OLE color: 9265193.
HSL color Cylindrical-coordinate representation of color #29608D: hue angle of 207º 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 #29608D is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 96 | 141 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.45 |
| HSL | 207º | 0.55% | 0.36% | - |
| HSV(B) | 207º | 0.71% | 0.55% | - |
| XYZ | 9.91 | 10.76 | 26.75 | - |
| YUV | 84.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 141 | 0.71 | 0.32 | 0 | 0.45 | 207 | 0.55 | 0.36 |
| Hex | 29 | 60 | 8D | 47 | 20 | 0 | 2D | CF | 37 | 24 |
| Octal | 51 | 140 | 215 | 107 | 40 | 0 | 55 | 317 | 67 | 44 |
| Binary | 101001 | 1100000 | 10001101 | 1000111 | 100000 | 0 | 101101 | 11001111 | 110111 | 100100 |
Color Harmonies of #29608D
Complementary color
Monochromatic Colors of #29608D
Black with #29608D
Text Example
Text Example
White with #29608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29608D; }
p { color: rgb(41,96,141); }
H1.HeaderClassName
{
color: #29608D;
}
.AnyTagClassName
{
color: #29608D;
}
</style>
background-color css
<style>
a { background-color: #29608D; }
a { background-color: rgb(41,96,141); }
div.DivClassName
{
background-color: #29608D;
}
.BgClassName
{
background-color: #29608D;
}
</style>
border-color css
<style>
span { border-color: #29608D; }
span { border-color: rgb(41,96,141); }
td.TdClassName
{
border-color: #29608D;
}
.TagClassName
{
border-color: #29608D;
}
</style>