Shades of Madison #2C3E57
Tints of Madison #2C3E57
RGB
CMYK
RGB Variations
Color information
#2C3E57 (or 0x2C3E57) is known color: Madison. HEX triplet: 2C, 3E and 57. RGB value is (44,62,87). Sum of RGB (Red+Green+Blue) = 44+62+87=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #2C3E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3E57 is #D3C1A8. Grayscale: #3B3B3B. Windows color (decimal): -13877673 or 5717548. OLE color: 5717548.
HSL color Cylindrical-coordinate representation of color #2C3E57: hue angle of 214.88º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C3E57 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 62 | 87 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.66 |
| HSL | 214.88º | 0.33% | 0.26% | - |
| HSV(B) | 214.88º | 0.49% | 0.34% | - |
| XYZ | 4.48 | 4.67 | 9.68 | - |
| YUV | 59.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 62 | 87 | 0.49 | 0.29 | 0 | 0.66 | 214.88 | 0.33 | 0.26 |
| Hex | 2C | 3E | 57 | 31 | 1D | 0 | 42 | D7 | 21 | 1A |
| Octal | 54 | 76 | 127 | 61 | 35 | 0 | 102 | 327 | 41 | 32 |
| Binary | 101100 | 111110 | 1010111 | 110001 | 11101 | 0 | 1000010 | 11010111 | 100001 | 11010 |
Color Harmonies of #2C3E57
Complementary color
Monochromatic Colors of #2C3E57
Black with #2C3E57
Text Example
Text Example
White with #2C3E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3E57; }
p { color: rgb(44,62,87); }
H1.HeaderClassName
{
color: #2C3E57;
}
.AnyTagClassName
{
color: #2C3E57;
}
</style>
background-color css
<style>
a { background-color: #2C3E57; }
a { background-color: rgb(44,62,87); }
div.DivClassName
{
background-color: #2C3E57;
}
.BgClassName
{
background-color: #2C3E57;
}
</style>
border-color css
<style>
span { border-color: #2C3E57; }
span { border-color: rgb(44,62,87); }
td.TdClassName
{
border-color: #2C3E57;
}
.TagClassName
{
border-color: #2C3E57;
}
</style>