Shades of Madison #32404F
Tints of Madison #32404F
RGB
CMYK
RGB Variations
Color information
#32404F (or 0x32404F) is known color: Madison. HEX triplet: 32, 40 and 4F. RGB value is (50,64,79). Sum of RGB (Red+Green+Blue) = 50+64+79=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #32404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32404F is #CDBFB0. Grayscale: #3D3D3D. Windows color (decimal): -13483953 or 5193778. OLE color: 5193778.
HSL color Cylindrical-coordinate representation of color #32404F: hue angle of 211.03º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32404F is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 64 | 79 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.69 |
| HSL | 211.03º | 0.22% | 0.25% | - |
| HSV(B) | 211.03º | 0.37% | 0.31% | - |
| XYZ | 4.56 | 4.91 | 8.1 | - |
| YUV | 61.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 79 | 0.37 | 0.19 | 0 | 0.69 | 211.03 | 0.22 | 0.25 |
| Hex | 32 | 40 | 4F | 25 | 13 | 0 | 45 | D3 | 16 | 19 |
| Octal | 62 | 100 | 117 | 45 | 23 | 0 | 105 | 323 | 26 | 31 |
| Binary | 110010 | 1000000 | 1001111 | 100101 | 10011 | 0 | 1000101 | 11010011 | 10110 | 11001 |
Color Harmonies of #32404F
Complementary color
Monochromatic Colors of #32404F
Black with #32404F
Text Example
Text Example
White with #32404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32404F; }
p { color: rgb(50,64,79); }
H1.HeaderClassName
{
color: #32404F;
}
.AnyTagClassName
{
color: #32404F;
}
</style>
background-color css
<style>
a { background-color: #32404F; }
a { background-color: rgb(50,64,79); }
div.DivClassName
{
background-color: #32404F;
}
.BgClassName
{
background-color: #32404F;
}
</style>
border-color css
<style>
span { border-color: #32404F; }
span { border-color: rgb(50,64,79); }
td.TdClassName
{
border-color: #32404F;
}
.TagClassName
{
border-color: #32404F;
}
</style>