Shades of Endeavour #29598B
Tints of Endeavour #29598B
RGB
CMYK
RGB Variations
Color information
#29598B (or 0x29598B) is known color: Endeavour. HEX triplet: 29, 59 and 8B. RGB value is (41,89,139). Sum of RGB (Red+Green+Blue) = 41+89+139=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #29598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29598B is #D6A674. Grayscale: #505050. Windows color (decimal): -14067317 or 9132329. OLE color: 9132329.
HSL color Cylindrical-coordinate representation of color #29598B: hue angle of 210.61º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29598B is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 89 | 139 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.45 |
| HSL | 210.61º | 0.54% | 0.35% | - |
| HSV(B) | 210.61º | 0.71% | 0.55% | - |
| XYZ | 9.15 | 9.48 | 25.77 | - |
| YUV | 80.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 139 | 0.71 | 0.36 | 0 | 0.45 | 210.61 | 0.54 | 0.35 |
| Hex | 29 | 59 | 8B | 47 | 24 | 0 | 2D | D3 | 36 | 23 |
| Octal | 51 | 131 | 213 | 107 | 44 | 0 | 55 | 323 | 66 | 43 |
| Binary | 101001 | 1011001 | 10001011 | 1000111 | 100100 | 0 | 101101 | 11010011 | 110110 | 100011 |
Color Harmonies of #29598B
Complementary color
Monochromatic Colors of #29598B
Black with #29598B
Text Example
Text Example
White with #29598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29598B; }
p { color: rgb(41,89,139); }
H1.HeaderClassName
{
color: #29598B;
}
.AnyTagClassName
{
color: #29598B;
}
</style>
background-color css
<style>
a { background-color: #29598B; }
a { background-color: rgb(41,89,139); }
div.DivClassName
{
background-color: #29598B;
}
.BgClassName
{
background-color: #29598B;
}
</style>
border-color css
<style>
span { border-color: #29598B; }
span { border-color: rgb(41,89,139); }
td.TdClassName
{
border-color: #29598B;
}
.TagClassName
{
border-color: #29598B;
}
</style>