Shades of Madison #314355
Tints of Madison #314355
RGB
CMYK
RGB Variations
Color information
#314355 (or 0x314355) is known color: Madison. HEX triplet: 31, 43 and 55. RGB value is (49,67,85). Sum of RGB (Red+Green+Blue) = 49+67+85=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 67 (26.56% from 255 or 33.33% 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 #314355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314355 is #CEBCAA. Grayscale: #3F3F3F. Windows color (decimal): -13548715 or 5587761. OLE color: 5587761.
HSL color Cylindrical-coordinate representation of color #314355: hue angle of 210º 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 #314355 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 67 | 85 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.67 |
| HSL | 210º | 0.27% | 0.26% | - |
| HSV(B) | 210º | 0.42% | 0.33% | - |
| XYZ | 4.91 | 5.32 | 9.36 | - |
| YUV | 63.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 85 | 0.42 | 0.21 | 0 | 0.67 | 210 | 0.27 | 0.26 |
| Hex | 31 | 43 | 55 | 2A | 15 | 0 | 43 | D2 | 1B | 1A |
| Octal | 61 | 103 | 125 | 52 | 25 | 0 | 103 | 322 | 33 | 32 |
| Binary | 110001 | 1000011 | 1010101 | 101010 | 10101 | 0 | 1000011 | 11010010 | 11011 | 11010 |
Color Harmonies of #314355
Complementary color
Monochromatic Colors of #314355
Black with #314355
Text Example
Text Example
White with #314355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314355; }
p { color: rgb(49,67,85); }
H1.HeaderClassName
{
color: #314355;
}
.AnyTagClassName
{
color: #314355;
}
</style>
background-color css
<style>
a { background-color: #314355; }
a { background-color: rgb(49,67,85); }
div.DivClassName
{
background-color: #314355;
}
.BgClassName
{
background-color: #314355;
}
</style>
border-color css
<style>
span { border-color: #314355; }
span { border-color: rgb(49,67,85); }
td.TdClassName
{
border-color: #314355;
}
.TagClassName
{
border-color: #314355;
}
</style>