Shades of Madison #2E4153
Tints of Madison #2E4153
RGB
CMYK
RGB Variations
Color information
#2E4153 (or 0x2E4153) is known color: Madison. HEX triplet: 2E, 41 and 53. RGB value is (46,65,83). Sum of RGB (Red+Green+Blue) = 46+65+83=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E4153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4153 is #D1BEAC. Grayscale: #3D3D3D. Windows color (decimal): -13745837 or 5456174. OLE color: 5456174.
HSL color Cylindrical-coordinate representation of color #2E4153: hue angle of 209.19º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E4153 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 65 | 83 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.67 |
| HSL | 209.19º | 0.29% | 0.25% | - |
| HSV(B) | 209.19º | 0.45% | 0.33% | - |
| XYZ | 4.58 | 4.99 | 8.9 | - |
| YUV | 61.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 83 | 0.45 | 0.22 | 0 | 0.67 | 209.19 | 0.29 | 0.25 |
| Hex | 2E | 41 | 53 | 2D | 16 | 0 | 43 | D1 | 1D | 19 |
| Octal | 56 | 101 | 123 | 55 | 26 | 0 | 103 | 321 | 35 | 31 |
| Binary | 101110 | 1000001 | 1010011 | 101101 | 10110 | 0 | 1000011 | 11010001 | 11101 | 11001 |
Color Harmonies of #2E4153
Complementary color
Monochromatic Colors of #2E4153
Black with #2E4153
Text Example
Text Example
White with #2E4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4153; }
p { color: rgb(46,65,83); }
H1.HeaderClassName
{
color: #2E4153;
}
.AnyTagClassName
{
color: #2E4153;
}
</style>
background-color css
<style>
a { background-color: #2E4153; }
a { background-color: rgb(46,65,83); }
div.DivClassName
{
background-color: #2E4153;
}
.BgClassName
{
background-color: #2E4153;
}
</style>
border-color css
<style>
span { border-color: #2E4153; }
span { border-color: rgb(46,65,83); }
td.TdClassName
{
border-color: #2E4153;
}
.TagClassName
{
border-color: #2E4153;
}
</style>