Shades of Madison #283C52
Tints of Madison #283C52
RGB
CMYK
RGB Variations
Color information
#283C52 (or 0x283C52) is known color: Madison. HEX triplet: 28, 3C and 52. RGB value is (40,60,82). Sum of RGB (Red+Green+Blue) = 40+60+82=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #283C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C52 is #D7C3AD. Grayscale: #383838. Windows color (decimal): -14140334 or 5389352. OLE color: 5389352.
HSL color Cylindrical-coordinate representation of color #283C52: hue angle of 211.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #283C52 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 60 | 82 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.68 |
| HSL | 211.43º | 0.34% | 0.24% | - |
| HSV(B) | 211.43º | 0.51% | 0.32% | - |
| XYZ | 4.01 | 4.29 | 8.6 | - |
| YUV | 56.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 82 | 0.51 | 0.27 | 0 | 0.68 | 211.43 | 0.34 | 0.24 |
| Hex | 28 | 3C | 52 | 33 | 1B | 0 | 44 | D3 | 22 | 18 |
| Octal | 50 | 74 | 122 | 63 | 33 | 0 | 104 | 323 | 42 | 30 |
| Binary | 101000 | 111100 | 1010010 | 110011 | 11011 | 0 | 1000100 | 11010011 | 100010 | 11000 |
Color Harmonies of #283C52
Complementary color
Monochromatic Colors of #283C52
Black with #283C52
Text Example
Text Example
White with #283C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C52; }
p { color: rgb(40,60,82); }
H1.HeaderClassName
{
color: #283C52;
}
.AnyTagClassName
{
color: #283C52;
}
</style>
background-color css
<style>
a { background-color: #283C52; }
a { background-color: rgb(40,60,82); }
div.DivClassName
{
background-color: #283C52;
}
.BgClassName
{
background-color: #283C52;
}
</style>
border-color css
<style>
span { border-color: #283C52; }
span { border-color: rgb(40,60,82); }
td.TdClassName
{
border-color: #283C52;
}
.TagClassName
{
border-color: #283C52;
}
</style>