Shades of Madison #2A3959
Tints of Madison #2A3959
RGB
CMYK
RGB Variations
Color information
#2A3959 (or 0x2A3959) is known color: Madison. HEX triplet: 2A, 39 and 59. RGB value is (42,57,89). Sum of RGB (Red+Green+Blue) = 42+57+89=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A3959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3959 is #D5C6A6. Grayscale: #383838. Windows color (decimal): -14010023 or 5847338. OLE color: 5847338.
HSL color Cylindrical-coordinate representation of color #2A3959: hue angle of 220.85º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A3959 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 57 | 89 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.65 |
| HSL | 220.85º | 0.36% | 0.26% | - |
| HSV(B) | 220.85º | 0.53% | 0.35% | - |
| XYZ | 4.22 | 4.14 | 10.03 | - |
| YUV | 56.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 89 | 0.53 | 0.36 | 0 | 0.65 | 220.85 | 0.36 | 0.26 |
| Hex | 2A | 39 | 59 | 35 | 24 | 0 | 41 | DD | 24 | 1A |
| Octal | 52 | 71 | 131 | 65 | 44 | 0 | 101 | 335 | 44 | 32 |
| Binary | 101010 | 111001 | 1011001 | 110101 | 100100 | 0 | 1000001 | 11011101 | 100100 | 11010 |
Color Harmonies of #2A3959
Complementary color
Monochromatic Colors of #2A3959
Black with #2A3959
Text Example
Text Example
White with #2A3959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3959; }
p { color: rgb(42,57,89); }
H1.HeaderClassName
{
color: #2A3959;
}
.AnyTagClassName
{
color: #2A3959;
}
</style>
background-color css
<style>
a { background-color: #2A3959; }
a { background-color: rgb(42,57,89); }
div.DivClassName
{
background-color: #2A3959;
}
.BgClassName
{
background-color: #2A3959;
}
</style>
border-color css
<style>
span { border-color: #2A3959; }
span { border-color: rgb(42,57,89); }
td.TdClassName
{
border-color: #2A3959;
}
.TagClassName
{
border-color: #2A3959;
}
</style>