Shades of Endeavour #29648B
Tints of Endeavour #29648B
RGB
CMYK
RGB Variations
Color information
#29648B (or 0x29648B) is known color: Endeavour. HEX triplet: 29, 64 and 8B. RGB value is (41,100,139). Sum of RGB (Red+Green+Blue) = 41+100+139=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #29648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29648B is #D69B74. Grayscale: #565656. Windows color (decimal): -14064501 or 9135145. OLE color: 9135145.
HSL color Cylindrical-coordinate representation of color #29648B: hue angle of 203.88º 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 #29648B is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 100 | 139 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.45 |
| HSL | 203.88º | 0.54% | 0.35% | - |
| HSV(B) | 203.88º | 0.71% | 0.55% | - |
| XYZ | 10.13 | 11.45 | 26.1 | - |
| YUV | 86.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 139 | 0.71 | 0.28 | 0 | 0.45 | 203.88 | 0.54 | 0.35 |
| Hex | 29 | 64 | 8B | 47 | 1C | 0 | 2D | CC | 36 | 23 |
| Octal | 51 | 144 | 213 | 107 | 34 | 0 | 55 | 314 | 66 | 43 |
| Binary | 101001 | 1100100 | 10001011 | 1000111 | 11100 | 0 | 101101 | 11001100 | 110110 | 100011 |
Color Harmonies of #29648B
Complementary color
Monochromatic Colors of #29648B
Black with #29648B
Text Example
Text Example
White with #29648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29648B; }
p { color: rgb(41,100,139); }
H1.HeaderClassName
{
color: #29648B;
}
.AnyTagClassName
{
color: #29648B;
}
</style>
background-color css
<style>
a { background-color: #29648B; }
a { background-color: rgb(41,100,139); }
div.DivClassName
{
background-color: #29648B;
}
.BgClassName
{
background-color: #29648B;
}
</style>
border-color css
<style>
span { border-color: #29648B; }
span { border-color: rgb(41,100,139); }
td.TdClassName
{
border-color: #29648B;
}
.TagClassName
{
border-color: #29648B;
}
</style>