Shades of Madison #2C3A54
Tints of Madison #2C3A54
RGB
CMYK
RGB Variations
Color information
#2C3A54 (or 0x2C3A54) is known color: Madison. HEX triplet: 2C, 3A and 54. RGB value is (44,58,84). Sum of RGB (Red+Green+Blue) = 44+58+84=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #2C3A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3A54 is #D3C5AB. Grayscale: #383838. Windows color (decimal): -13878700 or 5519916. OLE color: 5519916.
HSL color Cylindrical-coordinate representation of color #2C3A54: hue angle of 219º 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 #2C3A54 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 58 | 84 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.67 |
| HSL | 219º | 0.31% | 0.25% | - |
| HSV(B) | 219º | 0.48% | 0.33% | - |
| XYZ | 4.15 | 4.2 | 8.98 | - |
| YUV | 56.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 84 | 0.48 | 0.31 | 0 | 0.67 | 219 | 0.31 | 0.25 |
| Hex | 2C | 3A | 54 | 30 | 1F | 0 | 43 | DB | 1F | 19 |
| Octal | 54 | 72 | 124 | 60 | 37 | 0 | 103 | 333 | 37 | 31 |
| Binary | 101100 | 111010 | 1010100 | 110000 | 11111 | 0 | 1000011 | 11011011 | 11111 | 11001 |
Color Harmonies of #2C3A54
Complementary color
Monochromatic Colors of #2C3A54
Black with #2C3A54
Text Example
Text Example
White with #2C3A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3A54; }
p { color: rgb(44,58,84); }
H1.HeaderClassName
{
color: #2C3A54;
}
.AnyTagClassName
{
color: #2C3A54;
}
</style>
background-color css
<style>
a { background-color: #2C3A54; }
a { background-color: rgb(44,58,84); }
div.DivClassName
{
background-color: #2C3A54;
}
.BgClassName
{
background-color: #2C3A54;
}
</style>
border-color css
<style>
span { border-color: #2C3A54; }
span { border-color: rgb(44,58,84); }
td.TdClassName
{
border-color: #2C3A54;
}
.TagClassName
{
border-color: #2C3A54;
}
</style>