Shades of Madison #28394F
Tints of Madison #28394F
RGB
CMYK
RGB Variations
Color information
#28394F (or 0x28394F) is known color: Madison. HEX triplet: 28, 39 and 4F. RGB value is (40,57,79). Sum of RGB (Red+Green+Blue) = 40+57+79=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #28394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28394F is #D7C6B0. Grayscale: #363636. Windows color (decimal): -14141105 or 5191976. OLE color: 5191976.
HSL color Cylindrical-coordinate representation of color #28394F: hue angle of 213.85º degrees, saturation: 0.33, 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 #28394F is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 57 | 79 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.69 |
| HSL | 213.85º | 0.33% | 0.23% | - |
| HSV(B) | 213.85º | 0.49% | 0.31% | - |
| XYZ | 3.75 | 3.94 | 7.96 | - |
| YUV | 54.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 79 | 0.49 | 0.28 | 0 | 0.69 | 213.85 | 0.33 | 0.23 |
| Hex | 28 | 39 | 4F | 31 | 1C | 0 | 45 | D6 | 21 | 17 |
| Octal | 50 | 71 | 117 | 61 | 34 | 0 | 105 | 326 | 41 | 27 |
| Binary | 101000 | 111001 | 1001111 | 110001 | 11100 | 0 | 1000101 | 11010110 | 100001 | 10111 |
Color Harmonies of #28394F
Complementary color
Monochromatic Colors of #28394F
Black with #28394F
Text Example
Text Example
White with #28394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28394F; }
p { color: rgb(40,57,79); }
H1.HeaderClassName
{
color: #28394F;
}
.AnyTagClassName
{
color: #28394F;
}
</style>
background-color css
<style>
a { background-color: #28394F; }
a { background-color: rgb(40,57,79); }
div.DivClassName
{
background-color: #28394F;
}
.BgClassName
{
background-color: #28394F;
}
</style>
border-color css
<style>
span { border-color: #28394F; }
span { border-color: rgb(40,57,79); }
td.TdClassName
{
border-color: #28394F;
}
.TagClassName
{
border-color: #28394F;
}
</style>