Shades of Minsk #3E3477
Tints of Minsk #3E3477
RGB
CMYK
RGB Variations
Color information
#3E3477 (or 0x3E3477) is known color: Minsk. HEX triplet: 3E, 34 and 77. RGB value is (62,52,119). Sum of RGB (Red+Green+Blue) = 62+52+119=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E3477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3477 is #C1CB88. Grayscale: #3E3E3E. Windows color (decimal): -12700553 or 7812158. OLE color: 7812158.
HSL color Cylindrical-coordinate representation of color #3E3477: hue angle of 248.96º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E3477 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 52 | 119 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.53 |
| HSL | 248.96º | 0.39% | 0.34% | - |
| HSV(B) | 248.96º | 0.56% | 0.47% | - |
| XYZ | 6.54 | 4.81 | 18.04 | - |
| YUV | 62.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 119 | 0.48 | 0.56 | 0 | 0.53 | 248.96 | 0.39 | 0.34 |
| Hex | 3E | 34 | 77 | 30 | 38 | 0 | 35 | F9 | 27 | 22 |
| Octal | 76 | 64 | 167 | 60 | 70 | 0 | 65 | 371 | 47 | 42 |
| Binary | 111110 | 110100 | 1110111 | 110000 | 111000 | 0 | 110101 | 11111001 | 100111 | 100010 |
Color Harmonies of #3E3477
Complementary color
Monochromatic Colors of #3E3477
Black with #3E3477
Text Example
Text Example
White with #3E3477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3477; }
p { color: rgb(62,52,119); }
H1.HeaderClassName
{
color: #3E3477;
}
.AnyTagClassName
{
color: #3E3477;
}
</style>
background-color css
<style>
a { background-color: #3E3477; }
a { background-color: rgb(62,52,119); }
div.DivClassName
{
background-color: #3E3477;
}
.BgClassName
{
background-color: #3E3477;
}
</style>
border-color css
<style>
span { border-color: #3E3477; }
span { border-color: rgb(62,52,119); }
td.TdClassName
{
border-color: #3E3477;
}
.TagClassName
{
border-color: #3E3477;
}
</style>