Shades of Madison #2A3952
Tints of Madison #2A3952
RGB
CMYK
RGB Variations
Color information
#2A3952 (or 0x2A3952) is known color: Madison. HEX triplet: 2A, 39 and 52. RGB value is (42,57,82). Sum of RGB (Red+Green+Blue) = 42+57+82=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #2A3952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3952 is #D5C6AD. Grayscale: #373737. Windows color (decimal): -14010030 or 5388586. OLE color: 5388586.
HSL color Cylindrical-coordinate representation of color #2A3952: hue angle of 217.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A3952 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 57 | 82 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.68 |
| HSL | 217.5º | 0.32% | 0.24% | - |
| HSV(B) | 217.5º | 0.49% | 0.32% | - |
| XYZ | 3.94 | 4.03 | 8.55 | - |
| YUV | 55.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 82 | 0.49 | 0.30 | 0 | 0.68 | 217.5 | 0.32 | 0.24 |
| Hex | 2A | 39 | 52 | 31 | 1E | 0 | 44 | DA | 20 | 18 |
| Octal | 52 | 71 | 122 | 61 | 36 | 0 | 104 | 332 | 40 | 30 |
| Binary | 101010 | 111001 | 1010010 | 110001 | 11110 | 0 | 1000100 | 11011010 | 100000 | 11000 |
Color Harmonies of #2A3952
Complementary color
Monochromatic Colors of #2A3952
Black with #2A3952
Text Example
Text Example
White with #2A3952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3952; }
p { color: rgb(42,57,82); }
H1.HeaderClassName
{
color: #2A3952;
}
.AnyTagClassName
{
color: #2A3952;
}
</style>
background-color css
<style>
a { background-color: #2A3952; }
a { background-color: rgb(42,57,82); }
div.DivClassName
{
background-color: #2A3952;
}
.BgClassName
{
background-color: #2A3952;
}
</style>
border-color css
<style>
span { border-color: #2A3952; }
span { border-color: rgb(42,57,82); }
td.TdClassName
{
border-color: #2A3952;
}
.TagClassName
{
border-color: #2A3952;
}
</style>