Shades of Madison #2C4056
Tints of Madison #2C4056
RGB
CMYK
RGB Variations
Color information
#2C4056 (or 0x2C4056) is known color: Madison. HEX triplet: 2C, 40 and 56. RGB value is (44,64,86). Sum of RGB (Red+Green+Blue) = 44+64+86=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #2C4056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4056 is #D3BFA9. Grayscale: #3C3C3C. Windows color (decimal): -13877162 or 5652524. OLE color: 5652524.
HSL color Cylindrical-coordinate representation of color #2C4056: hue angle of 211.43º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C4056 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 64 | 86 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.66 |
| HSL | 211.43º | 0.32% | 0.25% | - |
| HSV(B) | 211.43º | 0.49% | 0.34% | - |
| XYZ | 4.55 | 4.87 | 9.5 | - |
| YUV | 60.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 64 | 86 | 0.49 | 0.26 | 0 | 0.66 | 211.43 | 0.32 | 0.25 |
| Hex | 2C | 40 | 56 | 31 | 1A | 0 | 42 | D3 | 20 | 19 |
| Octal | 54 | 100 | 126 | 61 | 32 | 0 | 102 | 323 | 40 | 31 |
| Binary | 101100 | 1000000 | 1010110 | 110001 | 11010 | 0 | 1000010 | 11010011 | 100000 | 11001 |
Color Harmonies of #2C4056
Complementary color
Monochromatic Colors of #2C4056
Black with #2C4056
Text Example
Text Example
White with #2C4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4056; }
p { color: rgb(44,64,86); }
H1.HeaderClassName
{
color: #2C4056;
}
.AnyTagClassName
{
color: #2C4056;
}
</style>
background-color css
<style>
a { background-color: #2C4056; }
a { background-color: rgb(44,64,86); }
div.DivClassName
{
background-color: #2C4056;
}
.BgClassName
{
background-color: #2C4056;
}
</style>
border-color css
<style>
span { border-color: #2C4056; }
span { border-color: rgb(44,64,86); }
td.TdClassName
{
border-color: #2C4056;
}
.TagClassName
{
border-color: #2C4056;
}
</style>