Shades of Madison #27384B
Tints of Madison #27384B
RGB
CMYK
RGB Variations
Color information
#27384B (or 0x27384B) is known color: Madison. HEX triplet: 27, 38 and 4B. RGB value is (39,56,75). Sum of RGB (Red+Green+Blue) = 39+56+75=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #27384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27384B is #D8C7B4. Grayscale: #343434. Windows color (decimal): -14206901 or 4929575. OLE color: 4929575.
HSL color Cylindrical-coordinate representation of color #27384B: hue angle of 211.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27384B is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 56 | 75 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.71 |
| HSL | 211.67º | 0.32% | 0.22% | - |
| HSV(B) | 211.67º | 0.48% | 0.29% | - |
| XYZ | 3.52 | 3.77 | 7.2 | - |
| YUV | 53.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 75 | 0.48 | 0.25 | 0 | 0.71 | 211.67 | 0.32 | 0.22 |
| Hex | 27 | 38 | 4B | 30 | 19 | 0 | 47 | D4 | 20 | 16 |
| Octal | 47 | 70 | 113 | 60 | 31 | 0 | 107 | 324 | 40 | 26 |
| Binary | 100111 | 111000 | 1001011 | 110000 | 11001 | 0 | 1000111 | 11010100 | 100000 | 10110 |
Color Harmonies of #27384B
Complementary color
Monochromatic Colors of #27384B
Black with #27384B
Text Example
Text Example
White with #27384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27384B; }
p { color: rgb(39,56,75); }
H1.HeaderClassName
{
color: #27384B;
}
.AnyTagClassName
{
color: #27384B;
}
</style>
background-color css
<style>
a { background-color: #27384B; }
a { background-color: rgb(39,56,75); }
div.DivClassName
{
background-color: #27384B;
}
.BgClassName
{
background-color: #27384B;
}
</style>
border-color css
<style>
span { border-color: #27384B; }
span { border-color: rgb(39,56,75); }
td.TdClassName
{
border-color: #27384B;
}
.TagClassName
{
border-color: #27384B;
}
</style>