Shades of Madison #2E3C51
Tints of Madison #2E3C51
RGB
CMYK
RGB Variations
Color information
#2E3C51 (or 0x2E3C51) is known color: Madison. HEX triplet: 2E, 3C and 51. RGB value is (46,60,81). Sum of RGB (Red+Green+Blue) = 46+60+81=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E3C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3C51 is #D1C3AE. Grayscale: #3A3A3A. Windows color (decimal): -13747119 or 5323822. OLE color: 5323822.
HSL color Cylindrical-coordinate representation of color #2E3C51: hue angle of 216º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E3C51 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 60 | 81 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.68 |
| HSL | 216º | 0.28% | 0.25% | - |
| HSV(B) | 216º | 0.43% | 0.32% | - |
| XYZ | 4.23 | 4.41 | 8.41 | - |
| YUV | 58.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 81 | 0.43 | 0.26 | 0 | 0.68 | 216 | 0.28 | 0.25 |
| Hex | 2E | 3C | 51 | 2B | 1A | 0 | 44 | D8 | 1C | 19 |
| Octal | 56 | 74 | 121 | 53 | 32 | 0 | 104 | 330 | 34 | 31 |
| Binary | 101110 | 111100 | 1010001 | 101011 | 11010 | 0 | 1000100 | 11011000 | 11100 | 11001 |
Color Harmonies of #2E3C51
Complementary color
Monochromatic Colors of #2E3C51
Black with #2E3C51
Text Example
Text Example
White with #2E3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C51; }
p { color: rgb(46,60,81); }
H1.HeaderClassName
{
color: #2E3C51;
}
.AnyTagClassName
{
color: #2E3C51;
}
</style>
background-color css
<style>
a { background-color: #2E3C51; }
a { background-color: rgb(46,60,81); }
div.DivClassName
{
background-color: #2E3C51;
}
.BgClassName
{
background-color: #2E3C51;
}
</style>
border-color css
<style>
span { border-color: #2E3C51; }
span { border-color: rgb(46,60,81); }
td.TdClassName
{
border-color: #2E3C51;
}
.TagClassName
{
border-color: #2E3C51;
}
</style>