Shades of Minsk #3E2E68
Tints of Minsk #3E2E68
RGB
CMYK
RGB Variations
Color information
#3E2E68 (or 0x3E2E68) is known color: Minsk. HEX triplet: 3E, 2E and 68. RGB value is (62,46,104). Sum of RGB (Red+Green+Blue) = 62+46+104=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E2E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2E68 is #C1D197. Grayscale: #393939. Windows color (decimal): -12702104 or 6827582. OLE color: 6827582.
HSL color Cylindrical-coordinate representation of color #3E2E68: hue angle of 256.55º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E2E68 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 46 | 104 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.59 |
| HSL | 256.55º | 0.39% | 0.29% | - |
| HSV(B) | 256.55º | 0.56% | 0.41% | - |
| XYZ | 5.46 | 3.98 | 13.58 | - |
| YUV | 57.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 104 | 0.40 | 0.56 | 0 | 0.59 | 256.55 | 0.39 | 0.29 |
| Hex | 3E | 2E | 68 | 28 | 38 | 0 | 3B | 101 | 27 | 1D |
| Octal | 76 | 56 | 150 | 50 | 70 | 0 | 73 | 401 | 47 | 35 |
| Binary | 111110 | 101110 | 1101000 | 101000 | 111000 | 0 | 111011 | 100000001 | 100111 | 11101 |
Color Harmonies of #3E2E68
Complementary color
Monochromatic Colors of #3E2E68
Black with #3E2E68
Text Example
Text Example
White with #3E2E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E68; }
p { color: rgb(62,46,104); }
H1.HeaderClassName
{
color: #3E2E68;
}
.AnyTagClassName
{
color: #3E2E68;
}
</style>
background-color css
<style>
a { background-color: #3E2E68; }
a { background-color: rgb(62,46,104); }
div.DivClassName
{
background-color: #3E2E68;
}
.BgClassName
{
background-color: #3E2E68;
}
</style>
border-color css
<style>
span { border-color: #3E2E68; }
span { border-color: rgb(62,46,104); }
td.TdClassName
{
border-color: #3E2E68;
}
.TagClassName
{
border-color: #3E2E68;
}
</style>