Shades of Madison #324355
Tints of Madison #324355
RGB
CMYK
RGB Variations
Color information
#324355 (or 0x324355) is known color: Madison. HEX triplet: 32, 43 and 55. RGB value is (50,67,85). Sum of RGB (Red+Green+Blue) = 50+67+85=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #324355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324355 is #CDBCAA. Grayscale: #3F3F3F. Windows color (decimal): -13483179 or 5587762. OLE color: 5587762.
HSL color Cylindrical-coordinate representation of color #324355: hue angle of 210.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #324355 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 67 | 85 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.67 |
| HSL | 210.86º | 0.26% | 0.26% | - |
| HSV(B) | 210.86º | 0.41% | 0.33% | - |
| XYZ | 4.96 | 5.35 | 9.37 | - |
| YUV | 63.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 85 | 0.41 | 0.21 | 0 | 0.67 | 210.86 | 0.26 | 0.26 |
| Hex | 32 | 43 | 55 | 29 | 15 | 0 | 43 | D3 | 1A | 1A |
| Octal | 62 | 103 | 125 | 51 | 25 | 0 | 103 | 323 | 32 | 32 |
| Binary | 110010 | 1000011 | 1010101 | 101001 | 10101 | 0 | 1000011 | 11010011 | 11010 | 11010 |
Color Harmonies of #324355
Complementary color
Monochromatic Colors of #324355
Black with #324355
Text Example
Text Example
White with #324355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324355; }
p { color: rgb(50,67,85); }
H1.HeaderClassName
{
color: #324355;
}
.AnyTagClassName
{
color: #324355;
}
</style>
background-color css
<style>
a { background-color: #324355; }
a { background-color: rgb(50,67,85); }
div.DivClassName
{
background-color: #324355;
}
.BgClassName
{
background-color: #324355;
}
</style>
border-color css
<style>
span { border-color: #324355; }
span { border-color: rgb(50,67,85); }
td.TdClassName
{
border-color: #324355;
}
.TagClassName
{
border-color: #324355;
}
</style>