Shades of Madison #2C3C58
Tints of Madison #2C3C58
RGB
CMYK
RGB Variations
Color information
#2C3C58 (or 0x2C3C58) is known color: Madison. HEX triplet: 2C, 3C and 58. RGB value is (44,60,88). Sum of RGB (Red+Green+Blue) = 44+60+88=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C3C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3C58 is #D3C3A7. Grayscale: #3A3A3A. Windows color (decimal): -13878184 or 5782572. OLE color: 5782572.
HSL color Cylindrical-coordinate representation of color #2C3C58: hue angle of 218.18º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C3C58 is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 60 | 88 | - |
| CMYK | 0.5 | 0.32 | 0 | 0.65 |
| HSL | 218.18º | 0.33% | 0.26% | - |
| HSV(B) | 218.18º | 0.5% | 0.35% | - |
| XYZ | 4.42 | 4.47 | 9.86 | - |
| YUV | 58.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 60 | 88 | 0.5 | 0.32 | 0 | 0.65 | 218.18 | 0.33 | 0.26 |
| Hex | 2C | 3C | 58 | 32 | 20 | 0 | 41 | DA | 21 | 1A |
| Octal | 54 | 74 | 130 | 62 | 40 | 0 | 101 | 332 | 41 | 32 |
| Binary | 101100 | 111100 | 1011000 | 110010 | 100000 | 0 | 1000001 | 11011010 | 100001 | 11010 |
Color Harmonies of #2C3C58
Complementary color
Monochromatic Colors of #2C3C58
Black with #2C3C58
Text Example
Text Example
White with #2C3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3C58; }
p { color: rgb(44,60,88); }
H1.HeaderClassName
{
color: #2C3C58;
}
.AnyTagClassName
{
color: #2C3C58;
}
</style>
background-color css
<style>
a { background-color: #2C3C58; }
a { background-color: rgb(44,60,88); }
div.DivClassName
{
background-color: #2C3C58;
}
.BgClassName
{
background-color: #2C3C58;
}
</style>
border-color css
<style>
span { border-color: #2C3C58; }
span { border-color: rgb(44,60,88); }
td.TdClassName
{
border-color: #2C3C58;
}
.TagClassName
{
border-color: #2C3C58;
}
</style>