Shades of Madison #2C3C54
Tints of Madison #2C3C54
RGB
CMYK
RGB Variations
Color information
#2C3C54 (or 0x2C3C54) is known color: Madison. HEX triplet: 2C, 3C and 54. RGB value is (44,60,84). Sum of RGB (Red+Green+Blue) = 44+60+84=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #2C3C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3C54 is #D3C3AB. Grayscale: #393939. Windows color (decimal): -13878188 or 5520428. OLE color: 5520428.
HSL color Cylindrical-coordinate representation of color #2C3C54: hue angle of 216º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C3C54 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 60 | 84 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.67 |
| HSL | 216º | 0.31% | 0.25% | - |
| HSV(B) | 216º | 0.48% | 0.33% | - |
| XYZ | 4.25 | 4.41 | 9.01 | - |
| YUV | 57.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 60 | 84 | 0.48 | 0.29 | 0 | 0.67 | 216 | 0.31 | 0.25 |
| Hex | 2C | 3C | 54 | 30 | 1D | 0 | 43 | D8 | 1F | 19 |
| Octal | 54 | 74 | 124 | 60 | 35 | 0 | 103 | 330 | 37 | 31 |
| Binary | 101100 | 111100 | 1010100 | 110000 | 11101 | 0 | 1000011 | 11011000 | 11111 | 11001 |
Color Harmonies of #2C3C54
Complementary color
Monochromatic Colors of #2C3C54
Black with #2C3C54
Text Example
Text Example
White with #2C3C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3C54; }
p { color: rgb(44,60,84); }
H1.HeaderClassName
{
color: #2C3C54;
}
.AnyTagClassName
{
color: #2C3C54;
}
</style>
background-color css
<style>
a { background-color: #2C3C54; }
a { background-color: rgb(44,60,84); }
div.DivClassName
{
background-color: #2C3C54;
}
.BgClassName
{
background-color: #2C3C54;
}
</style>
border-color css
<style>
span { border-color: #2C3C54; }
span { border-color: rgb(44,60,84); }
td.TdClassName
{
border-color: #2C3C54;
}
.TagClassName
{
border-color: #2C3C54;
}
</style>