Shades of Madison #314255
Tints of Madison #314255
RGB
CMYK
RGB Variations
Color information
#314255 (or 0x314255) is known color: Madison. HEX triplet: 31, 42 and 55. RGB value is (49,66,85). Sum of RGB (Red+Green+Blue) = 49+66+85=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #314255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314255 is #CEBDAA. Grayscale: #3E3E3E. Windows color (decimal): -13548971 or 5587505. OLE color: 5587505.
HSL color Cylindrical-coordinate representation of color #314255: hue angle of 211.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314255 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 66 | 85 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.67 |
| HSL | 211.67º | 0.27% | 0.26% | - |
| HSV(B) | 211.67º | 0.42% | 0.33% | - |
| XYZ | 4.85 | 5.21 | 9.34 | - |
| YUV | 63.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 85 | 0.42 | 0.22 | 0 | 0.67 | 211.67 | 0.27 | 0.26 |
| Hex | 31 | 42 | 55 | 2A | 16 | 0 | 43 | D4 | 1B | 1A |
| Octal | 61 | 102 | 125 | 52 | 26 | 0 | 103 | 324 | 33 | 32 |
| Binary | 110001 | 1000010 | 1010101 | 101010 | 10110 | 0 | 1000011 | 11010100 | 11011 | 11010 |
Color Harmonies of #314255
Complementary color
Monochromatic Colors of #314255
Black with #314255
Text Example
Text Example
White with #314255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314255; }
p { color: rgb(49,66,85); }
H1.HeaderClassName
{
color: #314255;
}
.AnyTagClassName
{
color: #314255;
}
</style>
background-color css
<style>
a { background-color: #314255; }
a { background-color: rgb(49,66,85); }
div.DivClassName
{
background-color: #314255;
}
.BgClassName
{
background-color: #314255;
}
</style>
border-color css
<style>
span { border-color: #314255; }
span { border-color: rgb(49,66,85); }
td.TdClassName
{
border-color: #314255;
}
.TagClassName
{
border-color: #314255;
}
</style>