Shades of Madison #28394E
Tints of Madison #28394E
RGB
CMYK
RGB Variations
Color information
#28394E (or 0x28394E) is known color: Madison. HEX triplet: 28, 39 and 4E. RGB value is (40,57,78). Sum of RGB (Red+Green+Blue) = 40+57+78=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #28394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28394E is #D7C6B1. Grayscale: #363636. Windows color (decimal): -14141106 or 5126440. OLE color: 5126440.
HSL color Cylindrical-coordinate representation of color #28394E: hue angle of 213.16º 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 #28394E is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 57 | 78 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.69 |
| HSL | 213.16º | 0.32% | 0.23% | - |
| HSV(B) | 213.16º | 0.49% | 0.31% | - |
| XYZ | 3.71 | 3.93 | 7.77 | - |
| YUV | 54.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 78 | 0.49 | 0.27 | 0 | 0.69 | 213.16 | 0.32 | 0.23 |
| Hex | 28 | 39 | 4E | 31 | 1B | 0 | 45 | D5 | 20 | 17 |
| Octal | 50 | 71 | 116 | 61 | 33 | 0 | 105 | 325 | 40 | 27 |
| Binary | 101000 | 111001 | 1001110 | 110001 | 11011 | 0 | 1000101 | 11010101 | 100000 | 10111 |
Color Harmonies of #28394E
Complementary color
Monochromatic Colors of #28394E
Black with #28394E
Text Example
Text Example
White with #28394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28394E; }
p { color: rgb(40,57,78); }
H1.HeaderClassName
{
color: #28394E;
}
.AnyTagClassName
{
color: #28394E;
}
</style>
background-color css
<style>
a { background-color: #28394E; }
a { background-color: rgb(40,57,78); }
div.DivClassName
{
background-color: #28394E;
}
.BgClassName
{
background-color: #28394E;
}
</style>
border-color css
<style>
span { border-color: #28394E; }
span { border-color: rgb(40,57,78); }
td.TdClassName
{
border-color: #28394E;
}
.TagClassName
{
border-color: #28394E;
}
</style>