Shades of Madison #273950
Tints of Madison #273950
RGB
CMYK
RGB Variations
Color information
#273950 (or 0x273950) is known color: Madison. HEX triplet: 27, 39 and 50. RGB value is (39,57,80). Sum of RGB (Red+Green+Blue) = 39+57+80=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #273950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273950 is #D8C6AF. Grayscale: #363636. Windows color (decimal): -14206640 or 5257511. OLE color: 5257511.
HSL color Cylindrical-coordinate representation of color #273950: hue angle of 213.66º 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 #273950 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 57 | 80 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.69 |
| HSL | 213.66º | 0.34% | 0.23% | - |
| HSV(B) | 213.66º | 0.51% | 0.31% | - |
| XYZ | 3.75 | 3.94 | 8.15 | - |
| YUV | 54.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 80 | 0.51 | 0.29 | 0 | 0.69 | 213.66 | 0.34 | 0.23 |
| Hex | 27 | 39 | 50 | 33 | 1D | 0 | 45 | D6 | 22 | 17 |
| Octal | 47 | 71 | 120 | 63 | 35 | 0 | 105 | 326 | 42 | 27 |
| Binary | 100111 | 111001 | 1010000 | 110011 | 11101 | 0 | 1000101 | 11010110 | 100010 | 10111 |
Color Harmonies of #273950
Complementary color
Monochromatic Colors of #273950
Black with #273950
Text Example
Text Example
White with #273950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273950; }
p { color: rgb(39,57,80); }
H1.HeaderClassName
{
color: #273950;
}
.AnyTagClassName
{
color: #273950;
}
</style>
background-color css
<style>
a { background-color: #273950; }
a { background-color: rgb(39,57,80); }
div.DivClassName
{
background-color: #273950;
}
.BgClassName
{
background-color: #273950;
}
</style>
border-color css
<style>
span { border-color: #273950; }
span { border-color: rgb(39,57,80); }
td.TdClassName
{
border-color: #273950;
}
.TagClassName
{
border-color: #273950;
}
</style>