Shades of Minsk #3E356D
Tints of Minsk #3E356D
RGB
CMYK
RGB Variations
Color information
#3E356D (or 0x3E356D) is known color: Minsk. HEX triplet: 3E, 35 and 6D. RGB value is (62,53,109). Sum of RGB (Red+Green+Blue) = 62+53+109=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E356D is #C1CA92. Grayscale: #3D3D3D. Windows color (decimal): -12700307 or 7157054. OLE color: 7157054.
HSL color Cylindrical-coordinate representation of color #3E356D: hue angle of 249.64º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E356D is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 53 | 109 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.57 |
| HSL | 249.64º | 0.35% | 0.32% | - |
| HSV(B) | 249.64º | 0.51% | 0.43% | - |
| XYZ | 6.02 | 4.67 | 15.05 | - |
| YUV | 62.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 109 | 0.43 | 0.51 | 0 | 0.57 | 249.64 | 0.35 | 0.32 |
| Hex | 3E | 35 | 6D | 2B | 33 | 0 | 39 | FA | 23 | 20 |
| Octal | 76 | 65 | 155 | 53 | 63 | 0 | 71 | 372 | 43 | 40 |
| Binary | 111110 | 110101 | 1101101 | 101011 | 110011 | 0 | 111001 | 11111010 | 100011 | 100000 |
Color Harmonies of #3E356D
Complementary color
Monochromatic Colors of #3E356D
Black with #3E356D
Text Example
Text Example
White with #3E356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E356D; }
p { color: rgb(62,53,109); }
H1.HeaderClassName
{
color: #3E356D;
}
.AnyTagClassName
{
color: #3E356D;
}
</style>
background-color css
<style>
a { background-color: #3E356D; }
a { background-color: rgb(62,53,109); }
div.DivClassName
{
background-color: #3E356D;
}
.BgClassName
{
background-color: #3E356D;
}
</style>
border-color css
<style>
span { border-color: #3E356D; }
span { border-color: rgb(62,53,109); }
td.TdClassName
{
border-color: #3E356D;
}
.TagClassName
{
border-color: #3E356D;
}
</style>