Shades of Madison #29394E
Tints of Madison #29394E
RGB
CMYK
RGB Variations
Color information
#29394E (or 0x29394E) is known color: Madison. HEX triplet: 29, 39 and 4E. RGB value is (41,57,78). Sum of RGB (Red+Green+Blue) = 41+57+78=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #29394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29394E is #D6C6B1. Grayscale: #363636. Windows color (decimal): -14075570 or 5126441. OLE color: 5126441.
HSL color Cylindrical-coordinate representation of color #29394E: hue angle of 214.05º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29394E is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 57 | 78 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.69 |
| HSL | 214.05º | 0.31% | 0.23% | - |
| HSV(B) | 214.05º | 0.47% | 0.31% | - |
| XYZ | 3.75 | 3.95 | 7.77 | - |
| YUV | 54.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 78 | 0.47 | 0.27 | 0 | 0.69 | 214.05 | 0.31 | 0.23 |
| Hex | 29 | 39 | 4E | 2F | 1B | 0 | 45 | D6 | 1F | 17 |
| Octal | 51 | 71 | 116 | 57 | 33 | 0 | 105 | 326 | 37 | 27 |
| Binary | 101001 | 111001 | 1001110 | 101111 | 11011 | 0 | 1000101 | 11010110 | 11111 | 10111 |
Color Harmonies of #29394E
Complementary color
Monochromatic Colors of #29394E
Black with #29394E
Text Example
Text Example
White with #29394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29394E; }
p { color: rgb(41,57,78); }
H1.HeaderClassName
{
color: #29394E;
}
.AnyTagClassName
{
color: #29394E;
}
</style>
background-color css
<style>
a { background-color: #29394E; }
a { background-color: rgb(41,57,78); }
div.DivClassName
{
background-color: #29394E;
}
.BgClassName
{
background-color: #29394E;
}
</style>
border-color css
<style>
span { border-color: #29394E; }
span { border-color: rgb(41,57,78); }
td.TdClassName
{
border-color: #29394E;
}
.TagClassName
{
border-color: #29394E;
}
</style>