Shades of Endeavour #29589C
Tints of Endeavour #29589C
RGB
CMYK
RGB Variations
Color information
#29589C (or 0x29589C) is known color: Endeavour. HEX triplet: 29, 58 and 9C. RGB value is (41,88,156). Sum of RGB (Red+Green+Blue) = 41+88+156=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #29589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29589C is #D6A763. Grayscale: #515151. Windows color (decimal): -14067556 or 10246185. OLE color: 10246185.
HSL color Cylindrical-coordinate representation of color #29589C: hue angle of 215.48º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29589C is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 88 | 156 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.39 |
| HSL | 215.48º | 0.58% | 0.39% | - |
| HSV(B) | 215.48º | 0.74% | 0.61% | - |
| XYZ | 10.4 | 9.85 | 32.81 | - |
| YUV | 81.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 156 | 0.74 | 0.44 | 0 | 0.39 | 215.48 | 0.58 | 0.39 |
| Hex | 29 | 58 | 9C | 4A | 2C | 0 | 27 | D7 | 3A | 27 |
| Octal | 51 | 130 | 234 | 112 | 54 | 0 | 47 | 327 | 72 | 47 |
| Binary | 101001 | 1011000 | 10011100 | 1001010 | 101100 | 0 | 100111 | 11010111 | 111010 | 100111 |
Color Harmonies of #29589C
Complementary color
Monochromatic Colors of #29589C
Black with #29589C
Text Example
Text Example
White with #29589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29589C; }
p { color: rgb(41,88,156); }
H1.HeaderClassName
{
color: #29589C;
}
.AnyTagClassName
{
color: #29589C;
}
</style>
background-color css
<style>
a { background-color: #29589C; }
a { background-color: rgb(41,88,156); }
div.DivClassName
{
background-color: #29589C;
}
.BgClassName
{
background-color: #29589C;
}
</style>
border-color css
<style>
span { border-color: #29589C; }
span { border-color: rgb(41,88,156); }
td.TdClassName
{
border-color: #29589C;
}
.TagClassName
{
border-color: #29589C;
}
</style>