Shades of Minsk #3E3478
Tints of Minsk #3E3478
RGB
CMYK
RGB Variations
Color information
#3E3478 (or 0x3E3478) is known color: Minsk. HEX triplet: 3E, 34 and 78. RGB value is (62,52,120). Sum of RGB (Red+Green+Blue) = 62+52+120=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E3478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3478 is #C1CB87. Grayscale: #3E3E3E. Windows color (decimal): -12700552 or 7877694. OLE color: 7877694.
HSL color Cylindrical-coordinate representation of color #3E3478: hue angle of 248.82º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E3478 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 52 | 120 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.53 |
| HSL | 248.82º | 0.4% | 0.34% | - |
| HSV(B) | 248.82º | 0.57% | 0.47% | - |
| XYZ | 6.6 | 4.84 | 18.35 | - |
| YUV | 62.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 120 | 0.48 | 0.57 | 0 | 0.53 | 248.82 | 0.4 | 0.34 |
| Hex | 3E | 34 | 78 | 30 | 39 | 0 | 35 | F9 | 28 | 22 |
| Octal | 76 | 64 | 170 | 60 | 71 | 0 | 65 | 371 | 50 | 42 |
| Binary | 111110 | 110100 | 1111000 | 110000 | 111001 | 0 | 110101 | 11111001 | 101000 | 100010 |
Color Harmonies of #3E3478
Complementary color
Monochromatic Colors of #3E3478
Black with #3E3478
Text Example
Text Example
White with #3E3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3478; }
p { color: rgb(62,52,120); }
H1.HeaderClassName
{
color: #3E3478;
}
.AnyTagClassName
{
color: #3E3478;
}
</style>
background-color css
<style>
a { background-color: #3E3478; }
a { background-color: rgb(62,52,120); }
div.DivClassName
{
background-color: #3E3478;
}
.BgClassName
{
background-color: #3E3478;
}
</style>
border-color css
<style>
span { border-color: #3E3478; }
span { border-color: rgb(62,52,120); }
td.TdClassName
{
border-color: #3E3478;
}
.TagClassName
{
border-color: #3E3478;
}
</style>