Shades of Madison #32435B
Tints of Madison #32435B
RGB
CMYK
RGB Variations
Color information
#32435B (or 0x32435B) is known color: Madison. HEX triplet: 32, 43 and 5B. RGB value is (50,67,91). Sum of RGB (Red+Green+Blue) = 50+67+91=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #32435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32435B is #CDBCA4. Grayscale: #404040. Windows color (decimal): -13483173 or 5980978. OLE color: 5980978.
HSL color Cylindrical-coordinate representation of color #32435B: hue angle of 215.12º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32435B is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 67 | 91 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.64 |
| HSL | 215.12º | 0.29% | 0.28% | - |
| HSV(B) | 215.12º | 0.45% | 0.36% | - |
| XYZ | 5.21 | 5.45 | 10.67 | - |
| YUV | 64.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 91 | 0.45 | 0.26 | 0 | 0.64 | 215.12 | 0.29 | 0.28 |
| Hex | 32 | 43 | 5B | 2D | 1A | 0 | 40 | D7 | 1D | 1C |
| Octal | 62 | 103 | 133 | 55 | 32 | 0 | 100 | 327 | 35 | 34 |
| Binary | 110010 | 1000011 | 1011011 | 101101 | 11010 | 0 | 1000000 | 11010111 | 11101 | 11100 |
Color Harmonies of #32435B
Complementary color
Monochromatic Colors of #32435B
Black with #32435B
Text Example
Text Example
White with #32435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32435B; }
p { color: rgb(50,67,91); }
H1.HeaderClassName
{
color: #32435B;
}
.AnyTagClassName
{
color: #32435B;
}
</style>
background-color css
<style>
a { background-color: #32435B; }
a { background-color: rgb(50,67,91); }
div.DivClassName
{
background-color: #32435B;
}
.BgClassName
{
background-color: #32435B;
}
</style>
border-color css
<style>
span { border-color: #32435B; }
span { border-color: rgb(50,67,91); }
td.TdClassName
{
border-color: #32435B;
}
.TagClassName
{
border-color: #32435B;
}
</style>