Shades of Madison #283A53
Tints of Madison #283A53
RGB
CMYK
RGB Variations
Color information
#283A53 (or 0x283A53) is known color: Madison. HEX triplet: 28, 3A and 53. RGB value is (40,58,83). Sum of RGB (Red+Green+Blue) = 40+58+83=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #283A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A53 is #D7C5AC. Grayscale: #373737. Windows color (decimal): -14140845 or 5454376. OLE color: 5454376.
HSL color Cylindrical-coordinate representation of color #283A53: hue angle of 214.88º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #283A53 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 58 | 83 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.67 |
| HSL | 214.88º | 0.35% | 0.24% | - |
| HSV(B) | 214.88º | 0.52% | 0.33% | - |
| XYZ | 3.95 | 4.1 | 8.77 | - |
| YUV | 55.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 83 | 0.52 | 0.30 | 0 | 0.67 | 214.88 | 0.35 | 0.24 |
| Hex | 28 | 3A | 53 | 34 | 1E | 0 | 43 | D7 | 23 | 18 |
| Octal | 50 | 72 | 123 | 64 | 36 | 0 | 103 | 327 | 43 | 30 |
| Binary | 101000 | 111010 | 1010011 | 110100 | 11110 | 0 | 1000011 | 11010111 | 100011 | 11000 |
Color Harmonies of #283A53
Complementary color
Monochromatic Colors of #283A53
Black with #283A53
Text Example
Text Example
White with #283A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A53; }
p { color: rgb(40,58,83); }
H1.HeaderClassName
{
color: #283A53;
}
.AnyTagClassName
{
color: #283A53;
}
</style>
background-color css
<style>
a { background-color: #283A53; }
a { background-color: rgb(40,58,83); }
div.DivClassName
{
background-color: #283A53;
}
.BgClassName
{
background-color: #283A53;
}
</style>
border-color css
<style>
span { border-color: #283A53; }
span { border-color: rgb(40,58,83); }
td.TdClassName
{
border-color: #283A53;
}
.TagClassName
{
border-color: #283A53;
}
</style>