Shades of Madison #2E3F4F
Tints of Madison #2E3F4F
RGB
CMYK
RGB Variations
Color information
#2E3F4F (or 0x2E3F4F) is known color: Madison. HEX triplet: 2E, 3F and 4F. RGB value is (46,63,79). Sum of RGB (Red+Green+Blue) = 46+63+79=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E3F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3F4F is #D1C0B0. Grayscale: #3B3B3B. Windows color (decimal): -13746353 or 5193518. OLE color: 5193518.
HSL color Cylindrical-coordinate representation of color #2E3F4F: hue angle of 209.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E3F4F is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 63 | 79 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.69 |
| HSL | 209.09º | 0.26% | 0.25% | - |
| HSV(B) | 209.09º | 0.42% | 0.31% | - |
| XYZ | 4.32 | 4.7 | 8.08 | - |
| YUV | 59.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 79 | 0.42 | 0.20 | 0 | 0.69 | 209.09 | 0.26 | 0.25 |
| Hex | 2E | 3F | 4F | 2A | 14 | 0 | 45 | D1 | 1A | 19 |
| Octal | 56 | 77 | 117 | 52 | 24 | 0 | 105 | 321 | 32 | 31 |
| Binary | 101110 | 111111 | 1001111 | 101010 | 10100 | 0 | 1000101 | 11010001 | 11010 | 11001 |
Color Harmonies of #2E3F4F
Complementary color
Monochromatic Colors of #2E3F4F
Black with #2E3F4F
Text Example
Text Example
White with #2E3F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F4F; }
p { color: rgb(46,63,79); }
H1.HeaderClassName
{
color: #2E3F4F;
}
.AnyTagClassName
{
color: #2E3F4F;
}
</style>
background-color css
<style>
a { background-color: #2E3F4F; }
a { background-color: rgb(46,63,79); }
div.DivClassName
{
background-color: #2E3F4F;
}
.BgClassName
{
background-color: #2E3F4F;
}
</style>
border-color css
<style>
span { border-color: #2E3F4F; }
span { border-color: rgb(46,63,79); }
td.TdClassName
{
border-color: #2E3F4F;
}
.TagClassName
{
border-color: #2E3F4F;
}
</style>