Shades of Minsk #39326C
Tints of Minsk #39326C
RGB
CMYK
RGB Variations
Color information
#39326C (or 0x39326C) is known color: Minsk. HEX triplet: 39, 32 and 6C. RGB value is (57,50,108). Sum of RGB (Red+Green+Blue) = 57+50+108=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #39326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39326C is #C6CD93. Grayscale: #3A3A3A. Windows color (decimal): -13028756 or 7090745. OLE color: 7090745.
HSL color Cylindrical-coordinate representation of color #39326C: hue angle of 247.24º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39326C is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 50 | 108 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.58 |
| HSL | 247.24º | 0.37% | 0.31% | - |
| HSV(B) | 247.24º | 0.54% | 0.42% | - |
| XYZ | 5.53 | 4.23 | 14.71 | - |
| YUV | 58.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 108 | 0.47 | 0.54 | 0 | 0.58 | 247.24 | 0.37 | 0.31 |
| Hex | 39 | 32 | 6C | 2F | 36 | 0 | 3A | F7 | 25 | 1F |
| Octal | 71 | 62 | 154 | 57 | 66 | 0 | 72 | 367 | 45 | 37 |
| Binary | 111001 | 110010 | 1101100 | 101111 | 110110 | 0 | 111010 | 11110111 | 100101 | 11111 |
Color Harmonies of #39326C
Complementary color
Monochromatic Colors of #39326C
Black with #39326C
Text Example
Text Example
White with #39326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39326C; }
p { color: rgb(57,50,108); }
H1.HeaderClassName
{
color: #39326C;
}
.AnyTagClassName
{
color: #39326C;
}
</style>
background-color css
<style>
a { background-color: #39326C; }
a { background-color: rgb(57,50,108); }
div.DivClassName
{
background-color: #39326C;
}
.BgClassName
{
background-color: #39326C;
}
</style>
border-color css
<style>
span { border-color: #39326C; }
span { border-color: rgb(57,50,108); }
td.TdClassName
{
border-color: #39326C;
}
.TagClassName
{
border-color: #39326C;
}
</style>