Shades of Madison #28384E
Tints of Madison #28384E
RGB
CMYK
RGB Variations
Color information
#28384E (or 0x28384E) is known color: Madison. HEX triplet: 28, 38 and 4E. RGB value is (40,56,78). Sum of RGB (Red+Green+Blue) = 40+56+78=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #28384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28384E is #D7C7B1. Grayscale: #353535. Windows color (decimal): -14141362 or 5126184. OLE color: 5126184.
HSL color Cylindrical-coordinate representation of color #28384E: hue angle of 214.74º 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 #28384E is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 56 | 78 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.69 |
| HSL | 214.74º | 0.32% | 0.23% | - |
| HSV(B) | 214.74º | 0.49% | 0.31% | - |
| XYZ | 3.66 | 3.83 | 7.75 | - |
| YUV | 53.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 78 | 0.49 | 0.28 | 0 | 0.69 | 214.74 | 0.32 | 0.23 |
| Hex | 28 | 38 | 4E | 31 | 1C | 0 | 45 | D7 | 20 | 17 |
| Octal | 50 | 70 | 116 | 61 | 34 | 0 | 105 | 327 | 40 | 27 |
| Binary | 101000 | 111000 | 1001110 | 110001 | 11100 | 0 | 1000101 | 11010111 | 100000 | 10111 |
Color Harmonies of #28384E
Complementary color
Monochromatic Colors of #28384E
Black with #28384E
Text Example
Text Example
White with #28384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28384E; }
p { color: rgb(40,56,78); }
H1.HeaderClassName
{
color: #28384E;
}
.AnyTagClassName
{
color: #28384E;
}
</style>
background-color css
<style>
a { background-color: #28384E; }
a { background-color: rgb(40,56,78); }
div.DivClassName
{
background-color: #28384E;
}
.BgClassName
{
background-color: #28384E;
}
</style>
border-color css
<style>
span { border-color: #28384E; }
span { border-color: rgb(40,56,78); }
td.TdClassName
{
border-color: #28384E;
}
.TagClassName
{
border-color: #28384E;
}
</style>