Shades of Madison #26374E
Tints of Madison #26374E
RGB
CMYK
RGB Variations
Color information
#26374E (or 0x26374E) is known color: Madison. HEX triplet: 26, 37 and 4E. RGB value is (38,55,78). Sum of RGB (Red+Green+Blue) = 38+55+78=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #26374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26374E is #D9C8B1. Grayscale: #343434. Windows color (decimal): -14272690 or 5125926. OLE color: 5125926.
HSL color Cylindrical-coordinate representation of color #26374E: hue angle of 214.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26374E is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 55 | 78 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.69 |
| HSL | 214.5º | 0.34% | 0.23% | - |
| HSV(B) | 214.5º | 0.51% | 0.31% | - |
| XYZ | 3.54 | 3.69 | 7.73 | - |
| YUV | 52.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 78 | 0.51 | 0.29 | 0 | 0.69 | 214.5 | 0.34 | 0.23 |
| Hex | 26 | 37 | 4E | 33 | 1D | 0 | 45 | D6 | 22 | 17 |
| Octal | 46 | 67 | 116 | 63 | 35 | 0 | 105 | 326 | 42 | 27 |
| Binary | 100110 | 110111 | 1001110 | 110011 | 11101 | 0 | 1000101 | 11010110 | 100010 | 10111 |
Color Harmonies of #26374E
Complementary color
Monochromatic Colors of #26374E
Black with #26374E
Text Example
Text Example
White with #26374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26374E; }
p { color: rgb(38,55,78); }
H1.HeaderClassName
{
color: #26374E;
}
.AnyTagClassName
{
color: #26374E;
}
</style>
background-color css
<style>
a { background-color: #26374E; }
a { background-color: rgb(38,55,78); }
div.DivClassName
{
background-color: #26374E;
}
.BgClassName
{
background-color: #26374E;
}
</style>
border-color css
<style>
span { border-color: #26374E; }
span { border-color: rgb(38,55,78); }
td.TdClassName
{
border-color: #26374E;
}
.TagClassName
{
border-color: #26374E;
}
</style>