Shades of Madison #28384C
Tints of Madison #28384C
RGB
CMYK
RGB Variations
Color information
#28384C (or 0x28384C) is known color: Madison. HEX triplet: 28, 38 and 4C. RGB value is (40,56,76). Sum of RGB (Red+Green+Blue) = 40+56+76=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #28384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28384C is #D7C7B3. Grayscale: #353535. Windows color (decimal): -14141364 or 4995112. OLE color: 4995112.
HSL color Cylindrical-coordinate representation of color #28384C: hue angle of 213.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28384C is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 56 | 76 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.70 |
| HSL | 213.33º | 0.31% | 0.23% | - |
| HSV(B) | 213.33º | 0.47% | 0.3% | - |
| XYZ | 3.59 | 3.8 | 7.38 | - |
| YUV | 53.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 76 | 0.47 | 0.26 | 0 | 0.70 | 213.33 | 0.31 | 0.23 |
| Hex | 28 | 38 | 4C | 2F | 1A | 0 | 46 | D5 | 1F | 17 |
| Octal | 50 | 70 | 114 | 57 | 32 | 0 | 106 | 325 | 37 | 27 |
| Binary | 101000 | 111000 | 1001100 | 101111 | 11010 | 0 | 1000110 | 11010101 | 11111 | 10111 |
Color Harmonies of #28384C
Complementary color
Monochromatic Colors of #28384C
Black with #28384C
Text Example
Text Example
White with #28384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28384C; }
p { color: rgb(40,56,76); }
H1.HeaderClassName
{
color: #28384C;
}
.AnyTagClassName
{
color: #28384C;
}
</style>
background-color css
<style>
a { background-color: #28384C; }
a { background-color: rgb(40,56,76); }
div.DivClassName
{
background-color: #28384C;
}
.BgClassName
{
background-color: #28384C;
}
</style>
border-color css
<style>
span { border-color: #28384C; }
span { border-color: rgb(40,56,76); }
td.TdClassName
{
border-color: #28384C;
}
.TagClassName
{
border-color: #28384C;
}
</style>