Shades of Madison #26384E
Tints of Madison #26384E
RGB
CMYK
RGB Variations
Color information
#26384E (or 0x26384E) is known color: Madison. HEX triplet: 26, 38 and 4E. RGB value is (38,56,78). Sum of RGB (Red+Green+Blue) = 38+56+78=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #26384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26384E is #D9C7B1. Grayscale: #353535. Windows color (decimal): -14272434 or 5126182. OLE color: 5126182.
HSL color Cylindrical-coordinate representation of color #26384E: hue angle of 213º 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 #26384E is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 56 | 78 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.69 |
| HSL | 213º | 0.34% | 0.23% | - |
| HSV(B) | 213º | 0.51% | 0.31% | - |
| XYZ | 3.59 | 3.79 | 7.75 | - |
| YUV | 53.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 78 | 0.51 | 0.28 | 0 | 0.69 | 213 | 0.34 | 0.23 |
| Hex | 26 | 38 | 4E | 33 | 1C | 0 | 45 | D5 | 22 | 17 |
| Octal | 46 | 70 | 116 | 63 | 34 | 0 | 105 | 325 | 42 | 27 |
| Binary | 100110 | 111000 | 1001110 | 110011 | 11100 | 0 | 1000101 | 11010101 | 100010 | 10111 |
Color Harmonies of #26384E
Complementary color
Monochromatic Colors of #26384E
Black with #26384E
Text Example
Text Example
White with #26384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26384E; }
p { color: rgb(38,56,78); }
H1.HeaderClassName
{
color: #26384E;
}
.AnyTagClassName
{
color: #26384E;
}
</style>
background-color css
<style>
a { background-color: #26384E; }
a { background-color: rgb(38,56,78); }
div.DivClassName
{
background-color: #26384E;
}
.BgClassName
{
background-color: #26384E;
}
</style>
border-color css
<style>
span { border-color: #26384E; }
span { border-color: rgb(38,56,78); }
td.TdClassName
{
border-color: #26384E;
}
.TagClassName
{
border-color: #26384E;
}
</style>