Shades of Minsk #3E3A60
Tints of Minsk #3E3A60
RGB
CMYK
RGB Variations
Color information
#3E3A60 (or 0x3E3A60) is known color: Minsk. HEX triplet: 3E, 3A and 60. RGB value is (62,58,96). Sum of RGB (Red+Green+Blue) = 62+58+96=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E3A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A60 is #C1C59F. Grayscale: #3F3F3F. Windows color (decimal): -12699040 or 6306366. OLE color: 6306366.
HSL color Cylindrical-coordinate representation of color #3E3A60: hue angle of 246.32º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E3A60 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 58 | 96 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.62 |
| HSL | 246.32º | 0.25% | 0.3% | - |
| HSV(B) | 246.32º | 0.4% | 0.38% | - |
| XYZ | 5.61 | 4.89 | 11.72 | - |
| YUV | 63.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 96 | 0.35 | 0.40 | 0 | 0.62 | 246.32 | 0.25 | 0.3 |
| Hex | 3E | 3A | 60 | 23 | 28 | 0 | 3E | F6 | 19 | 1E |
| Octal | 76 | 72 | 140 | 43 | 50 | 0 | 76 | 366 | 31 | 36 |
| Binary | 111110 | 111010 | 1100000 | 100011 | 101000 | 0 | 111110 | 11110110 | 11001 | 11110 |
Color Harmonies of #3E3A60
Complementary color
Monochromatic Colors of #3E3A60
Black with #3E3A60
Text Example
Text Example
White with #3E3A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A60; }
p { color: rgb(62,58,96); }
H1.HeaderClassName
{
color: #3E3A60;
}
.AnyTagClassName
{
color: #3E3A60;
}
</style>
background-color css
<style>
a { background-color: #3E3A60; }
a { background-color: rgb(62,58,96); }
div.DivClassName
{
background-color: #3E3A60;
}
.BgClassName
{
background-color: #3E3A60;
}
</style>
border-color css
<style>
span { border-color: #3E3A60; }
span { border-color: rgb(62,58,96); }
td.TdClassName
{
border-color: #3E3A60;
}
.TagClassName
{
border-color: #3E3A60;
}
</style>