Shades of Endeavour #29598D
Tints of Endeavour #29598D
RGB
CMYK
RGB Variations
Color information
#29598D (or 0x29598D) is known color: Endeavour. HEX triplet: 29, 59 and 8D. RGB value is (41,89,141). Sum of RGB (Red+Green+Blue) = 41+89+141=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #29598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29598D is #D6A672. Grayscale: #505050. Windows color (decimal): -14067315 or 9263401. OLE color: 9263401.
HSL color Cylindrical-coordinate representation of color #29598D: hue angle of 211.2º 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 #29598D is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 89 | 141 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.45 |
| HSL | 211.2º | 0.55% | 0.36% | - |
| HSV(B) | 211.2º | 0.71% | 0.55% | - |
| XYZ | 9.29 | 9.54 | 26.55 | - |
| YUV | 80.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 141 | 0.71 | 0.37 | 0 | 0.45 | 211.2 | 0.55 | 0.36 |
| Hex | 29 | 59 | 8D | 47 | 25 | 0 | 2D | D3 | 37 | 24 |
| Octal | 51 | 131 | 215 | 107 | 45 | 0 | 55 | 323 | 67 | 44 |
| Binary | 101001 | 1011001 | 10001101 | 1000111 | 100101 | 0 | 101101 | 11010011 | 110111 | 100100 |
Color Harmonies of #29598D
Complementary color
Monochromatic Colors of #29598D
Black with #29598D
Text Example
Text Example
White with #29598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29598D; }
p { color: rgb(41,89,141); }
H1.HeaderClassName
{
color: #29598D;
}
.AnyTagClassName
{
color: #29598D;
}
</style>
background-color css
<style>
a { background-color: #29598D; }
a { background-color: rgb(41,89,141); }
div.DivClassName
{
background-color: #29598D;
}
.BgClassName
{
background-color: #29598D;
}
</style>
border-color css
<style>
span { border-color: #29598D; }
span { border-color: rgb(41,89,141); }
td.TdClassName
{
border-color: #29598D;
}
.TagClassName
{
border-color: #29598D;
}
</style>