Shades of Madison #283C51
Tints of Madison #283C51
RGB
CMYK
RGB Variations
Color information
#283C51 (or 0x283C51) is known color: Madison. HEX triplet: 28, 3C and 51. RGB value is (40,60,81). Sum of RGB (Red+Green+Blue) = 40+60+81=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #283C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C51 is #D7C3AE. Grayscale: #383838. Windows color (decimal): -14140335 or 5323816. OLE color: 5323816.
HSL color Cylindrical-coordinate representation of color #283C51: hue angle of 210.73º 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 #283C51 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 60 | 81 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.68 |
| HSL | 210.73º | 0.34% | 0.24% | - |
| HSV(B) | 210.73º | 0.51% | 0.32% | - |
| XYZ | 3.98 | 4.28 | 8.4 | - |
| YUV | 56.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 81 | 0.51 | 0.26 | 0 | 0.68 | 210.73 | 0.34 | 0.24 |
| Hex | 28 | 3C | 51 | 33 | 1A | 0 | 44 | D3 | 22 | 18 |
| Octal | 50 | 74 | 121 | 63 | 32 | 0 | 104 | 323 | 42 | 30 |
| Binary | 101000 | 111100 | 1010001 | 110011 | 11010 | 0 | 1000100 | 11010011 | 100010 | 11000 |
Color Harmonies of #283C51
Complementary color
Monochromatic Colors of #283C51
Black with #283C51
Text Example
Text Example
White with #283C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C51; }
p { color: rgb(40,60,81); }
H1.HeaderClassName
{
color: #283C51;
}
.AnyTagClassName
{
color: #283C51;
}
</style>
background-color css
<style>
a { background-color: #283C51; }
a { background-color: rgb(40,60,81); }
div.DivClassName
{
background-color: #283C51;
}
.BgClassName
{
background-color: #283C51;
}
</style>
border-color css
<style>
span { border-color: #283C51; }
span { border-color: rgb(40,60,81); }
td.TdClassName
{
border-color: #283C51;
}
.TagClassName
{
border-color: #283C51;
}
</style>