Shades of Endeavour #29599B
Tints of Endeavour #29599B
RGB
CMYK
RGB Variations
Color information
#29599B (or 0x29599B) is known color: Endeavour. HEX triplet: 29, 59 and 9B. RGB value is (41,89,155). Sum of RGB (Red+Green+Blue) = 41+89+155=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #29599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29599B is #D6A664. Grayscale: #515151. Windows color (decimal): -14067301 or 10180905. OLE color: 10180905.
HSL color Cylindrical-coordinate representation of color #29599B: hue angle of 214.74º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29599B is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 89 | 155 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.39 |
| HSL | 214.74º | 0.58% | 0.38% | - |
| HSV(B) | 214.74º | 0.74% | 0.61% | - |
| XYZ | 10.4 | 9.98 | 32.39 | - |
| YUV | 82.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 155 | 0.74 | 0.43 | 0 | 0.39 | 214.74 | 0.58 | 0.38 |
| Hex | 29 | 59 | 9B | 4A | 2B | 0 | 27 | D7 | 3A | 26 |
| Octal | 51 | 131 | 233 | 112 | 53 | 0 | 47 | 327 | 72 | 46 |
| Binary | 101001 | 1011001 | 10011011 | 1001010 | 101011 | 0 | 100111 | 11010111 | 111010 | 100110 |
Color Harmonies of #29599B
Complementary color
Monochromatic Colors of #29599B
Black with #29599B
Text Example
Text Example
White with #29599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29599B; }
p { color: rgb(41,89,155); }
H1.HeaderClassName
{
color: #29599B;
}
.AnyTagClassName
{
color: #29599B;
}
</style>
background-color css
<style>
a { background-color: #29599B; }
a { background-color: rgb(41,89,155); }
div.DivClassName
{
background-color: #29599B;
}
.BgClassName
{
background-color: #29599B;
}
</style>
border-color css
<style>
span { border-color: #29599B; }
span { border-color: rgb(41,89,155); }
td.TdClassName
{
border-color: #29599B;
}
.TagClassName
{
border-color: #29599B;
}
</style>