Shades of Minsk #393265
Tints of Minsk #393265
RGB
CMYK
RGB Variations
Color information
#393265 (or 0x393265) is known color: Minsk. HEX triplet: 39, 32 and 65. RGB value is (57,50,101). Sum of RGB (Red+Green+Blue) = 57+50+101=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #393265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393265 is #C6CD9A. Grayscale: #393939. Windows color (decimal): -13028763 or 6631993. OLE color: 6631993.
HSL color Cylindrical-coordinate representation of color #393265: hue angle of 248.24º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393265 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 50 | 101 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.60 |
| HSL | 248.24º | 0.34% | 0.3% | - |
| HSV(B) | 248.24º | 0.5% | 0.4% | - |
| XYZ | 5.18 | 4.09 | 12.83 | - |
| YUV | 57.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 101 | 0.44 | 0.50 | 0 | 0.60 | 248.24 | 0.34 | 0.3 |
| Hex | 39 | 32 | 65 | 2C | 32 | 0 | 3C | F8 | 22 | 1E |
| Octal | 71 | 62 | 145 | 54 | 62 | 0 | 74 | 370 | 42 | 36 |
| Binary | 111001 | 110010 | 1100101 | 101100 | 110010 | 0 | 111100 | 11111000 | 100010 | 11110 |
Color Harmonies of #393265
Complementary color
Monochromatic Colors of #393265
Black with #393265
Text Example
Text Example
White with #393265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393265; }
p { color: rgb(57,50,101); }
H1.HeaderClassName
{
color: #393265;
}
.AnyTagClassName
{
color: #393265;
}
</style>
background-color css
<style>
a { background-color: #393265; }
a { background-color: rgb(57,50,101); }
div.DivClassName
{
background-color: #393265;
}
.BgClassName
{
background-color: #393265;
}
</style>
border-color css
<style>
span { border-color: #393265; }
span { border-color: rgb(57,50,101); }
td.TdClassName
{
border-color: #393265;
}
.TagClassName
{
border-color: #393265;
}
</style>