Shades of Minsk #3E2C67
Tints of Minsk #3E2C67
RGB
CMYK
RGB Variations
Color information
#3E2C67 (or 0x3E2C67) is known color: Minsk. HEX triplet: 3E, 2C and 67. RGB value is (62,44,103). Sum of RGB (Red+Green+Blue) = 62+44+103=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E2C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2C67 is #C1D398. Grayscale: #373737. Windows color (decimal): -12702617 or 6761534. OLE color: 6761534.
HSL color Cylindrical-coordinate representation of color #3E2C67: hue angle of 258.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E2C67 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 44 | 103 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.60 |
| HSL | 258.31º | 0.4% | 0.29% | - |
| HSV(B) | 258.31º | 0.57% | 0.4% | - |
| XYZ | 5.34 | 3.8 | 13.29 | - |
| YUV | 56.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 103 | 0.40 | 0.57 | 0 | 0.60 | 258.31 | 0.4 | 0.29 |
| Hex | 3E | 2C | 67 | 28 | 39 | 0 | 3C | 102 | 28 | 1D |
| Octal | 76 | 54 | 147 | 50 | 71 | 0 | 74 | 402 | 50 | 35 |
| Binary | 111110 | 101100 | 1100111 | 101000 | 111001 | 0 | 111100 | 100000010 | 101000 | 11101 |
Color Harmonies of #3E2C67
Complementary color
Monochromatic Colors of #3E2C67
Black with #3E2C67
Text Example
Text Example
White with #3E2C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2C67; }
p { color: rgb(62,44,103); }
H1.HeaderClassName
{
color: #3E2C67;
}
.AnyTagClassName
{
color: #3E2C67;
}
</style>
background-color css
<style>
a { background-color: #3E2C67; }
a { background-color: rgb(62,44,103); }
div.DivClassName
{
background-color: #3E2C67;
}
.BgClassName
{
background-color: #3E2C67;
}
</style>
border-color css
<style>
span { border-color: #3E2C67; }
span { border-color: rgb(62,44,103); }
td.TdClassName
{
border-color: #3E2C67;
}
.TagClassName
{
border-color: #3E2C67;
}
</style>