Shades of Minsk #3E346D
Tints of Minsk #3E346D
RGB
CMYK
RGB Variations
Color information
#3E346D (or 0x3E346D) is known color: Minsk. HEX triplet: 3E, 34 and 6D. RGB value is (62,52,109). Sum of RGB (Red+Green+Blue) = 62+52+109=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E346D is #C1CB92. Grayscale: #3D3D3D. Windows color (decimal): -12700563 or 7156798. OLE color: 7156798.
HSL color Cylindrical-coordinate representation of color #3E346D: hue angle of 250.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E346D is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 52 | 109 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.57 |
| HSL | 250.53º | 0.35% | 0.32% | - |
| HSV(B) | 250.53º | 0.52% | 0.43% | - |
| XYZ | 5.97 | 4.58 | 15.04 | - |
| YUV | 61.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 109 | 0.43 | 0.52 | 0 | 0.57 | 250.53 | 0.35 | 0.32 |
| Hex | 3E | 34 | 6D | 2B | 34 | 0 | 39 | FB | 23 | 20 |
| Octal | 76 | 64 | 155 | 53 | 64 | 0 | 71 | 373 | 43 | 40 |
| Binary | 111110 | 110100 | 1101101 | 101011 | 110100 | 0 | 111001 | 11111011 | 100011 | 100000 |
Color Harmonies of #3E346D
Complementary color
Monochromatic Colors of #3E346D
Black with #3E346D
Text Example
Text Example
White with #3E346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E346D; }
p { color: rgb(62,52,109); }
H1.HeaderClassName
{
color: #3E346D;
}
.AnyTagClassName
{
color: #3E346D;
}
</style>
background-color css
<style>
a { background-color: #3E346D; }
a { background-color: rgb(62,52,109); }
div.DivClassName
{
background-color: #3E346D;
}
.BgClassName
{
background-color: #3E346D;
}
</style>
border-color css
<style>
span { border-color: #3E346D; }
span { border-color: rgb(62,52,109); }
td.TdClassName
{
border-color: #3E346D;
}
.TagClassName
{
border-color: #3E346D;
}
</style>