Shades of Minsk #392D66
Tints of Minsk #392D66
RGB
CMYK
RGB Variations
Color information
#392D66 (or 0x392D66) is known color: Minsk. HEX triplet: 39, 2D and 66. RGB value is (57,45,102). Sum of RGB (Red+Green+Blue) = 57+45+102=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #392D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D66 is #C6D299. Grayscale: #363636. Windows color (decimal): -13030042 or 6696249. OLE color: 6696249.
HSL color Cylindrical-coordinate representation of color #392D66: hue angle of 252.63º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392D66 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 57 | 45 | 102 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.6 |
| HSL | 252.63º | 0.39% | 0.29% | - |
| HSV(B) | 252.63º | 0.56% | 0.4% | - |
| XYZ | 5.02 | 3.71 | 13.02 | - |
| YUV | 55.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 102 | 0.44 | 0.56 | 0 | 0.6 | 252.63 | 0.39 | 0.29 |
| Hex | 39 | 2D | 66 | 2C | 38 | 0 | 3C | FD | 27 | 1D |
| Octal | 71 | 55 | 146 | 54 | 70 | 0 | 74 | 375 | 47 | 35 |
| Binary | 111001 | 101101 | 1100110 | 101100 | 111000 | 0 | 111100 | 11111101 | 100111 | 11101 |
Color Harmonies of #392D66
Complementary color
Monochromatic Colors of #392D66
Black with #392D66
Text Example
Text Example
White with #392D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D66; }
p { color: rgb(57,45,102); }
H1.HeaderClassName
{
color: #392D66;
}
.AnyTagClassName
{
color: #392D66;
}
</style>
background-color css
<style>
a { background-color: #392D66; }
a { background-color: rgb(57,45,102); }
div.DivClassName
{
background-color: #392D66;
}
.BgClassName
{
background-color: #392D66;
}
</style>
border-color css
<style>
span { border-color: #392D66; }
span { border-color: rgb(57,45,102); }
td.TdClassName
{
border-color: #392D66;
}
.TagClassName
{
border-color: #392D66;
}
</style>