Shades of Minsk #3E326A
Tints of Minsk #3E326A
RGB
CMYK
RGB Variations
Color information
#3E326A (or 0x3E326A) is known color: Minsk. HEX triplet: 3E, 32 and 6A. RGB value is (62,50,106). Sum of RGB (Red+Green+Blue) = 62+50+106=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #3E326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E326A is #C1CD95. Grayscale: #3B3B3B. Windows color (decimal): -12701078 or 6959678. OLE color: 6959678.
HSL color Cylindrical-coordinate representation of color #3E326A: hue angle of 252.86º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E326A is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 50 | 106 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.58 |
| HSL | 252.86º | 0.36% | 0.31% | - |
| HSV(B) | 252.86º | 0.53% | 0.42% | - |
| XYZ | 5.73 | 4.35 | 14.17 | - |
| YUV | 59.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 106 | 0.42 | 0.53 | 0 | 0.58 | 252.86 | 0.36 | 0.31 |
| Hex | 3E | 32 | 6A | 2A | 35 | 0 | 3A | FD | 24 | 1F |
| Octal | 76 | 62 | 152 | 52 | 65 | 0 | 72 | 375 | 44 | 37 |
| Binary | 111110 | 110010 | 1101010 | 101010 | 110101 | 0 | 111010 | 11111101 | 100100 | 11111 |
Color Harmonies of #3E326A
Complementary color
Monochromatic Colors of #3E326A
Black with #3E326A
Text Example
Text Example
White with #3E326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E326A; }
p { color: rgb(62,50,106); }
H1.HeaderClassName
{
color: #3E326A;
}
.AnyTagClassName
{
color: #3E326A;
}
</style>
background-color css
<style>
a { background-color: #3E326A; }
a { background-color: rgb(62,50,106); }
div.DivClassName
{
background-color: #3E326A;
}
.BgClassName
{
background-color: #3E326A;
}
</style>
border-color css
<style>
span { border-color: #3E326A; }
span { border-color: rgb(62,50,106); }
td.TdClassName
{
border-color: #3E326A;
}
.TagClassName
{
border-color: #3E326A;
}
</style>