Shades of Madison #26394F
Tints of Madison #26394F
RGB
CMYK
RGB Variations
Color information
#26394F (or 0x26394F) is known color: Madison. HEX triplet: 26, 39 and 4F. RGB value is (38,57,79). Sum of RGB (Red+Green+Blue) = 38+57+79=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #26394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26394F is #D9C6B0. Grayscale: #353535. Windows color (decimal): -14272177 or 5191974. OLE color: 5191974.
HSL color Cylindrical-coordinate representation of color #26394F: hue angle of 212.2º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26394F is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 57 | 79 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.69 |
| HSL | 212.2º | 0.35% | 0.23% | - |
| HSV(B) | 212.2º | 0.52% | 0.31% | - |
| XYZ | 3.67 | 3.9 | 7.96 | - |
| YUV | 53.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 79 | 0.52 | 0.28 | 0 | 0.69 | 212.2 | 0.35 | 0.23 |
| Hex | 26 | 39 | 4F | 34 | 1C | 0 | 45 | D4 | 23 | 17 |
| Octal | 46 | 71 | 117 | 64 | 34 | 0 | 105 | 324 | 43 | 27 |
| Binary | 100110 | 111001 | 1001111 | 110100 | 11100 | 0 | 1000101 | 11010100 | 100011 | 10111 |
Color Harmonies of #26394F
Complementary color
Monochromatic Colors of #26394F
Black with #26394F
Text Example
Text Example
White with #26394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26394F; }
p { color: rgb(38,57,79); }
H1.HeaderClassName
{
color: #26394F;
}
.AnyTagClassName
{
color: #26394F;
}
</style>
background-color css
<style>
a { background-color: #26394F; }
a { background-color: rgb(38,57,79); }
div.DivClassName
{
background-color: #26394F;
}
.BgClassName
{
background-color: #26394F;
}
</style>
border-color css
<style>
span { border-color: #26394F; }
span { border-color: rgb(38,57,79); }
td.TdClassName
{
border-color: #26394F;
}
.TagClassName
{
border-color: #26394F;
}
</style>