Shades of Madison #283B4F
Tints of Madison #283B4F
RGB
CMYK
RGB Variations
Color information
#283B4F (or 0x283B4F) is known color: Madison. HEX triplet: 28, 3B and 4F. RGB value is (40,59,79). Sum of RGB (Red+Green+Blue) = 40+59+79=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #283B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B4F is #D7C4B0. Grayscale: #373737. Windows color (decimal): -14140593 or 5192488. OLE color: 5192488.
HSL color Cylindrical-coordinate representation of color #283B4F: hue angle of 210.77º 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 #283B4F is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 59 | 79 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.69 |
| HSL | 210.77º | 0.33% | 0.23% | - |
| HSV(B) | 210.77º | 0.49% | 0.31% | - |
| XYZ | 3.85 | 4.14 | 7.99 | - |
| YUV | 55.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 79 | 0.49 | 0.25 | 0 | 0.69 | 210.77 | 0.33 | 0.23 |
| Hex | 28 | 3B | 4F | 31 | 19 | 0 | 45 | D3 | 21 | 17 |
| Octal | 50 | 73 | 117 | 61 | 31 | 0 | 105 | 323 | 41 | 27 |
| Binary | 101000 | 111011 | 1001111 | 110001 | 11001 | 0 | 1000101 | 11010011 | 100001 | 10111 |
Color Harmonies of #283B4F
Complementary color
Monochromatic Colors of #283B4F
Black with #283B4F
Text Example
Text Example
White with #283B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B4F; }
p { color: rgb(40,59,79); }
H1.HeaderClassName
{
color: #283B4F;
}
.AnyTagClassName
{
color: #283B4F;
}
</style>
background-color css
<style>
a { background-color: #283B4F; }
a { background-color: rgb(40,59,79); }
div.DivClassName
{
background-color: #283B4F;
}
.BgClassName
{
background-color: #283B4F;
}
</style>
border-color css
<style>
span { border-color: #283B4F; }
span { border-color: rgb(40,59,79); }
td.TdClassName
{
border-color: #283B4F;
}
.TagClassName
{
border-color: #283B4F;
}
</style>