Shades of Minsk #392F68
Tints of Minsk #392F68
RGB
CMYK
RGB Variations
Color information
#392F68 (or 0x392F68) is known color: Minsk. HEX triplet: 39, 2F and 68. RGB value is (57,47,104). Sum of RGB (Red+Green+Blue) = 57+47+104=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #392F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F68 is #C6D097. Grayscale: #383838. Windows color (decimal): -13029528 or 6827833. OLE color: 6827833.
HSL color Cylindrical-coordinate representation of color #392F68: hue angle of 250.53º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #392F68 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 47 | 104 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.59 |
| HSL | 250.53º | 0.38% | 0.3% | - |
| HSV(B) | 250.53º | 0.55% | 0.41% | - |
| XYZ | 5.2 | 3.9 | 13.58 | - |
| YUV | 56.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 104 | 0.45 | 0.55 | 0 | 0.59 | 250.53 | 0.38 | 0.3 |
| Hex | 39 | 2F | 68 | 2D | 37 | 0 | 3B | FB | 26 | 1E |
| Octal | 71 | 57 | 150 | 55 | 67 | 0 | 73 | 373 | 46 | 36 |
| Binary | 111001 | 101111 | 1101000 | 101101 | 110111 | 0 | 111011 | 11111011 | 100110 | 11110 |
Color Harmonies of #392F68
Complementary color
Monochromatic Colors of #392F68
Black with #392F68
Text Example
Text Example
White with #392F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F68; }
p { color: rgb(57,47,104); }
H1.HeaderClassName
{
color: #392F68;
}
.AnyTagClassName
{
color: #392F68;
}
</style>
background-color css
<style>
a { background-color: #392F68; }
a { background-color: rgb(57,47,104); }
div.DivClassName
{
background-color: #392F68;
}
.BgClassName
{
background-color: #392F68;
}
</style>
border-color css
<style>
span { border-color: #392F68; }
span { border-color: rgb(57,47,104); }
td.TdClassName
{
border-color: #392F68;
}
.TagClassName
{
border-color: #392F68;
}
</style>