Shades of Madison #324255
Tints of Madison #324255
RGB
CMYK
RGB Variations
Color information
#324255 (or 0x324255) is known color: Madison. HEX triplet: 32, 42 and 55. RGB value is (50,66,85). Sum of RGB (Red+Green+Blue) = 50+66+85=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #324255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324255 is #CDBDAA. Grayscale: #3F3F3F. Windows color (decimal): -13483435 or 5587506. OLE color: 5587506.
HSL color Cylindrical-coordinate representation of color #324255: hue angle of 212.57º 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 #324255 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 66 | 85 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.67 |
| HSL | 212.57º | 0.26% | 0.26% | - |
| HSV(B) | 212.57º | 0.41% | 0.33% | - |
| XYZ | 4.9 | 5.23 | 9.35 | - |
| YUV | 63.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 85 | 0.41 | 0.22 | 0 | 0.67 | 212.57 | 0.26 | 0.26 |
| Hex | 32 | 42 | 55 | 29 | 16 | 0 | 43 | D5 | 1A | 1A |
| Octal | 62 | 102 | 125 | 51 | 26 | 0 | 103 | 325 | 32 | 32 |
| Binary | 110010 | 1000010 | 1010101 | 101001 | 10110 | 0 | 1000011 | 11010101 | 11010 | 11010 |
Color Harmonies of #324255
Complementary color
Monochromatic Colors of #324255
Black with #324255
Text Example
Text Example
White with #324255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324255; }
p { color: rgb(50,66,85); }
H1.HeaderClassName
{
color: #324255;
}
.AnyTagClassName
{
color: #324255;
}
</style>
background-color css
<style>
a { background-color: #324255; }
a { background-color: rgb(50,66,85); }
div.DivClassName
{
background-color: #324255;
}
.BgClassName
{
background-color: #324255;
}
</style>
border-color css
<style>
span { border-color: #324255; }
span { border-color: rgb(50,66,85); }
td.TdClassName
{
border-color: #324255;
}
.TagClassName
{
border-color: #324255;
}
</style>