Shades of Minsk #392E75
Tints of Minsk #392E75
RGB
CMYK
RGB Variations
Color information
#392E75 (or 0x392E75) is known color: Minsk. HEX triplet: 39, 2E and 75. RGB value is (57,46,117). Sum of RGB (Red+Green+Blue) = 57+46+117=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #392E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E75 is #C6D18A. Grayscale: #393939. Windows color (decimal): -13029771 or 7679545. OLE color: 7679545.
HSL color Cylindrical-coordinate representation of color #392E75: hue angle of 249.3º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392E75 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 46 | 117 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.54 |
| HSL | 249.3º | 0.44% | 0.32% | - |
| HSV(B) | 249.3º | 0.61% | 0.46% | - |
| XYZ | 5.88 | 4.11 | 17.31 | - |
| YUV | 57.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 117 | 0.51 | 0.61 | 0 | 0.54 | 249.3 | 0.44 | 0.32 |
| Hex | 39 | 2E | 75 | 33 | 3D | 0 | 36 | F9 | 2C | 20 |
| Octal | 71 | 56 | 165 | 63 | 75 | 0 | 66 | 371 | 54 | 40 |
| Binary | 111001 | 101110 | 1110101 | 110011 | 111101 | 0 | 110110 | 11111001 | 101100 | 100000 |
Color Harmonies of #392E75
Complementary color
Monochromatic Colors of #392E75
Black with #392E75
Text Example
Text Example
White with #392E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E75; }
p { color: rgb(57,46,117); }
H1.HeaderClassName
{
color: #392E75;
}
.AnyTagClassName
{
color: #392E75;
}
</style>
background-color css
<style>
a { background-color: #392E75; }
a { background-color: rgb(57,46,117); }
div.DivClassName
{
background-color: #392E75;
}
.BgClassName
{
background-color: #392E75;
}
</style>
border-color css
<style>
span { border-color: #392E75; }
span { border-color: rgb(57,46,117); }
td.TdClassName
{
border-color: #392E75;
}
.TagClassName
{
border-color: #392E75;
}
</style>