Shades of Minsk #392F73
Tints of Minsk #392F73
RGB
CMYK
RGB Variations
Color information
#392F73 (or 0x392F73) is known color: Minsk. HEX triplet: 39, 2F and 73. RGB value is (57,47,115). Sum of RGB (Red+Green+Blue) = 57+47+115=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #392F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F73 is #C6D08C. Grayscale: #393939. Windows color (decimal): -13029517 or 7548729. OLE color: 7548729.
HSL color Cylindrical-coordinate representation of color #392F73: hue angle of 248.82º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #392F73 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 47 | 115 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.55 |
| HSL | 248.82º | 0.42% | 0.32% | - |
| HSV(B) | 248.82º | 0.59% | 0.45% | - |
| XYZ | 5.8 | 4.14 | 16.71 | - |
| YUV | 57.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 115 | 0.50 | 0.59 | 0 | 0.55 | 248.82 | 0.42 | 0.32 |
| Hex | 39 | 2F | 73 | 32 | 3B | 0 | 37 | F9 | 2A | 20 |
| Octal | 71 | 57 | 163 | 62 | 73 | 0 | 67 | 371 | 52 | 40 |
| Binary | 111001 | 101111 | 1110011 | 110010 | 111011 | 0 | 110111 | 11111001 | 101010 | 100000 |
Color Harmonies of #392F73
Complementary color
Monochromatic Colors of #392F73
Black with #392F73
Text Example
Text Example
White with #392F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F73; }
p { color: rgb(57,47,115); }
H1.HeaderClassName
{
color: #392F73;
}
.AnyTagClassName
{
color: #392F73;
}
</style>
background-color css
<style>
a { background-color: #392F73; }
a { background-color: rgb(57,47,115); }
div.DivClassName
{
background-color: #392F73;
}
.BgClassName
{
background-color: #392F73;
}
</style>
border-color css
<style>
span { border-color: #392F73; }
span { border-color: rgb(57,47,115); }
td.TdClassName
{
border-color: #392F73;
}
.TagClassName
{
border-color: #392F73;
}
</style>