Shades of Madison #314254
Tints of Madison #314254
RGB
CMYK
RGB Variations
Color information
#314254 (or 0x314254) is known color: Madison. HEX triplet: 31, 42 and 54. RGB value is (49,66,84). Sum of RGB (Red+Green+Blue) = 49+66+84=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #314254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314254 is #CEBDAB. Grayscale: #3E3E3E. Windows color (decimal): -13548972 or 5521969. OLE color: 5521969.
HSL color Cylindrical-coordinate representation of color #314254: 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.42%. Process color model (Four color, CMYK) of #314254 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 66 | 84 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.67 |
| HSL | 210.86º | 0.26% | 0.26% | - |
| HSV(B) | 210.86º | 0.42% | 0.33% | - |
| XYZ | 4.82 | 5.19 | 9.14 | - |
| YUV | 62.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 84 | 0.42 | 0.21 | 0 | 0.67 | 210.86 | 0.26 | 0.26 |
| Hex | 31 | 42 | 54 | 2A | 15 | 0 | 43 | D3 | 1A | 1A |
| Octal | 61 | 102 | 124 | 52 | 25 | 0 | 103 | 323 | 32 | 32 |
| Binary | 110001 | 1000010 | 1010100 | 101010 | 10101 | 0 | 1000011 | 11010011 | 11010 | 11010 |
Color Harmonies of #314254
Complementary color
Monochromatic Colors of #314254
Black with #314254
Text Example
Text Example
White with #314254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314254; }
p { color: rgb(49,66,84); }
H1.HeaderClassName
{
color: #314254;
}
.AnyTagClassName
{
color: #314254;
}
</style>
background-color css
<style>
a { background-color: #314254; }
a { background-color: rgb(49,66,84); }
div.DivClassName
{
background-color: #314254;
}
.BgClassName
{
background-color: #314254;
}
</style>
border-color css
<style>
span { border-color: #314254; }
span { border-color: rgb(49,66,84); }
td.TdClassName
{
border-color: #314254;
}
.TagClassName
{
border-color: #314254;
}
</style>