Shades of Minsk #3E3068
Tints of Minsk #3E3068
RGB
CMYK
RGB Variations
Color information
#3E3068 (or 0x3E3068) is known color: Minsk. HEX triplet: 3E, 30 and 68. RGB value is (62,48,104). Sum of RGB (Red+Green+Blue) = 62+48+104=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E3068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3068 is #C1CF97. Grayscale: #3A3A3A. Windows color (decimal): -12701592 or 6828094. OLE color: 6828094.
HSL color Cylindrical-coordinate representation of color #3E3068: hue angle of 255º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E3068 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 48 | 104 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.59 |
| HSL | 255º | 0.37% | 0.3% | - |
| HSV(B) | 255º | 0.54% | 0.41% | - |
| XYZ | 5.54 | 4.14 | 13.6 | - |
| YUV | 58.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 104 | 0.40 | 0.54 | 0 | 0.59 | 255 | 0.37 | 0.3 |
| Hex | 3E | 30 | 68 | 28 | 36 | 0 | 3B | FF | 25 | 1E |
| Octal | 76 | 60 | 150 | 50 | 66 | 0 | 73 | 377 | 45 | 36 |
| Binary | 111110 | 110000 | 1101000 | 101000 | 110110 | 0 | 111011 | 11111111 | 100101 | 11110 |
Color Harmonies of #3E3068
Complementary color
Monochromatic Colors of #3E3068
Black with #3E3068
Text Example
Text Example
White with #3E3068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3068; }
p { color: rgb(62,48,104); }
H1.HeaderClassName
{
color: #3E3068;
}
.AnyTagClassName
{
color: #3E3068;
}
</style>
background-color css
<style>
a { background-color: #3E3068; }
a { background-color: rgb(62,48,104); }
div.DivClassName
{
background-color: #3E3068;
}
.BgClassName
{
background-color: #3E3068;
}
</style>
border-color css
<style>
span { border-color: #3E3068; }
span { border-color: rgb(62,48,104); }
td.TdClassName
{
border-color: #3E3068;
}
.TagClassName
{
border-color: #3E3068;
}
</style>