Shades of Madison #314050
Tints of Madison #314050
RGB
CMYK
RGB Variations
Color information
#314050 (or 0x314050) is known color: Madison. HEX triplet: 31, 40 and 50. RGB value is (49,64,80). Sum of RGB (Red+Green+Blue) = 49+64+80=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #314050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314050 is #CEBFAF. Grayscale: #3D3D3D. Windows color (decimal): -13549488 or 5259313. OLE color: 5259313.
HSL color Cylindrical-coordinate representation of color #314050: hue angle of 210.97º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #314050 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 64 | 80 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.69 |
| HSL | 210.97º | 0.24% | 0.25% | - |
| HSV(B) | 210.97º | 0.39% | 0.31% | - |
| XYZ | 4.55 | 4.9 | 8.3 | - |
| YUV | 61.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 80 | 0.39 | 0.20 | 0 | 0.69 | 210.97 | 0.24 | 0.25 |
| Hex | 31 | 40 | 50 | 27 | 14 | 0 | 45 | D3 | 18 | 19 |
| Octal | 61 | 100 | 120 | 47 | 24 | 0 | 105 | 323 | 30 | 31 |
| Binary | 110001 | 1000000 | 1010000 | 100111 | 10100 | 0 | 1000101 | 11010011 | 11000 | 11001 |
Color Harmonies of #314050
Complementary color
Monochromatic Colors of #314050
Black with #314050
Text Example
Text Example
White with #314050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314050; }
p { color: rgb(49,64,80); }
H1.HeaderClassName
{
color: #314050;
}
.AnyTagClassName
{
color: #314050;
}
</style>
background-color css
<style>
a { background-color: #314050; }
a { background-color: rgb(49,64,80); }
div.DivClassName
{
background-color: #314050;
}
.BgClassName
{
background-color: #314050;
}
</style>
border-color css
<style>
span { border-color: #314050; }
span { border-color: rgb(49,64,80); }
td.TdClassName
{
border-color: #314050;
}
.TagClassName
{
border-color: #314050;
}
</style>