Shades of Minsk #3E3965
Tints of Minsk #3E3965
RGB
CMYK
RGB Variations
Color information
#3E3965 (or 0x3E3965) is known color: Minsk. HEX triplet: 3E, 39 and 65. RGB value is (62,57,101). Sum of RGB (Red+Green+Blue) = 62+57+101=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E3965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3965 is #C1C69A. Grayscale: #3F3F3F. Windows color (decimal): -12699291 or 6633790. OLE color: 6633790.
HSL color Cylindrical-coordinate representation of color #3E3965: hue angle of 246.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E3965 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 57 | 101 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.60 |
| HSL | 246.82º | 0.28% | 0.31% | - |
| HSV(B) | 246.82º | 0.44% | 0.4% | - |
| XYZ | 5.8 | 4.89 | 12.95 | - |
| YUV | 63.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 101 | 0.39 | 0.44 | 0 | 0.60 | 246.82 | 0.28 | 0.31 |
| Hex | 3E | 39 | 65 | 27 | 2C | 0 | 3C | F7 | 1C | 1F |
| Octal | 76 | 71 | 145 | 47 | 54 | 0 | 74 | 367 | 34 | 37 |
| Binary | 111110 | 111001 | 1100101 | 100111 | 101100 | 0 | 111100 | 11110111 | 11100 | 11111 |
Color Harmonies of #3E3965
Complementary color
Monochromatic Colors of #3E3965
Black with #3E3965
Text Example
Text Example
White with #3E3965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3965; }
p { color: rgb(62,57,101); }
H1.HeaderClassName
{
color: #3E3965;
}
.AnyTagClassName
{
color: #3E3965;
}
</style>
background-color css
<style>
a { background-color: #3E3965; }
a { background-color: rgb(62,57,101); }
div.DivClassName
{
background-color: #3E3965;
}
.BgClassName
{
background-color: #3E3965;
}
</style>
border-color css
<style>
span { border-color: #3E3965; }
span { border-color: rgb(62,57,101); }
td.TdClassName
{
border-color: #3E3965;
}
.TagClassName
{
border-color: #3E3965;
}
</style>