Shades of Minsk #393072
Tints of Minsk #393072
RGB
CMYK
RGB Variations
Color information
#393072 (or 0x393072) is known color: Minsk. HEX triplet: 39, 30 and 72. RGB value is (57,48,114). Sum of RGB (Red+Green+Blue) = 57+48+114=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #393072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393072 is #C6CF8D. Grayscale: #393939. Windows color (decimal): -13029262 or 7483449. OLE color: 7483449.
HSL color Cylindrical-coordinate representation of color #393072: hue angle of 248.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393072 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 48 | 114 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.55 |
| HSL | 248.18º | 0.41% | 0.32% | - |
| HSV(B) | 248.18º | 0.58% | 0.45% | - |
| XYZ | 5.78 | 4.2 | 16.43 | - |
| YUV | 58.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 114 | 0.50 | 0.58 | 0 | 0.55 | 248.18 | 0.41 | 0.32 |
| Hex | 39 | 30 | 72 | 32 | 3A | 0 | 37 | F8 | 29 | 20 |
| Octal | 71 | 60 | 162 | 62 | 72 | 0 | 67 | 370 | 51 | 40 |
| Binary | 111001 | 110000 | 1110010 | 110010 | 111010 | 0 | 110111 | 11111000 | 101001 | 100000 |
Color Harmonies of #393072
Complementary color
Monochromatic Colors of #393072
Black with #393072
Text Example
Text Example
White with #393072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393072; }
p { color: rgb(57,48,114); }
H1.HeaderClassName
{
color: #393072;
}
.AnyTagClassName
{
color: #393072;
}
</style>
background-color css
<style>
a { background-color: #393072; }
a { background-color: rgb(57,48,114); }
div.DivClassName
{
background-color: #393072;
}
.BgClassName
{
background-color: #393072;
}
</style>
border-color css
<style>
span { border-color: #393072; }
span { border-color: rgb(57,48,114); }
td.TdClassName
{
border-color: #393072;
}
.TagClassName
{
border-color: #393072;
}
</style>