Shades of Madison #28374E
Tints of Madison #28374E
RGB
CMYK
RGB Variations
Color information
#28374E (or 0x28374E) is known color: Madison. HEX triplet: 28, 37 and 4E. RGB value is (40,55,78). Sum of RGB (Red+Green+Blue) = 40+55+78=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #28374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28374E is #D7C8B1. Grayscale: #353535. Windows color (decimal): -14141618 or 5125928. OLE color: 5125928.
HSL color Cylindrical-coordinate representation of color #28374E: hue angle of 216.32º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28374E is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 55 | 78 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.69 |
| HSL | 216.32º | 0.32% | 0.23% | - |
| HSV(B) | 216.32º | 0.49% | 0.31% | - |
| XYZ | 3.62 | 3.73 | 7.74 | - |
| YUV | 53.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 78 | 0.49 | 0.29 | 0 | 0.69 | 216.32 | 0.32 | 0.23 |
| Hex | 28 | 37 | 4E | 31 | 1D | 0 | 45 | D8 | 20 | 17 |
| Octal | 50 | 67 | 116 | 61 | 35 | 0 | 105 | 330 | 40 | 27 |
| Binary | 101000 | 110111 | 1001110 | 110001 | 11101 | 0 | 1000101 | 11011000 | 100000 | 10111 |
Color Harmonies of #28374E
Complementary color
Monochromatic Colors of #28374E
Black with #28374E
Text Example
Text Example
White with #28374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28374E; }
p { color: rgb(40,55,78); }
H1.HeaderClassName
{
color: #28374E;
}
.AnyTagClassName
{
color: #28374E;
}
</style>
background-color css
<style>
a { background-color: #28374E; }
a { background-color: rgb(40,55,78); }
div.DivClassName
{
background-color: #28374E;
}
.BgClassName
{
background-color: #28374E;
}
</style>
border-color css
<style>
span { border-color: #28374E; }
span { border-color: rgb(40,55,78); }
td.TdClassName
{
border-color: #28374E;
}
.TagClassName
{
border-color: #28374E;
}
</style>