Shades of Minsk #3E2B69
Tints of Minsk #3E2B69
RGB
CMYK
RGB Variations
Color information
#3E2B69 (or 0x3E2B69) is known color: Minsk. HEX triplet: 3E, 2B and 69. RGB value is (62,43,105). Sum of RGB (Red+Green+Blue) = 62+43+105=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E2B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2B69 is #C1D496. Grayscale: #373737. Windows color (decimal): -12702871 or 6892350. OLE color: 6892350.
HSL color Cylindrical-coordinate representation of color #3E2B69: hue angle of 258.39º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E2B69 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 43 | 105 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.59 |
| HSL | 258.39º | 0.42% | 0.29% | - |
| HSV(B) | 258.39º | 0.59% | 0.41% | - |
| XYZ | 5.4 | 3.77 | 13.81 | - |
| YUV | 55.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 105 | 0.41 | 0.59 | 0 | 0.59 | 258.39 | 0.42 | 0.29 |
| Hex | 3E | 2B | 69 | 29 | 3B | 0 | 3B | 102 | 2A | 1D |
| Octal | 76 | 53 | 151 | 51 | 73 | 0 | 73 | 402 | 52 | 35 |
| Binary | 111110 | 101011 | 1101001 | 101001 | 111011 | 0 | 111011 | 100000010 | 101010 | 11101 |
Color Harmonies of #3E2B69
Complementary color
Monochromatic Colors of #3E2B69
Black with #3E2B69
Text Example
Text Example
White with #3E2B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B69; }
p { color: rgb(62,43,105); }
H1.HeaderClassName
{
color: #3E2B69;
}
.AnyTagClassName
{
color: #3E2B69;
}
</style>
background-color css
<style>
a { background-color: #3E2B69; }
a { background-color: rgb(62,43,105); }
div.DivClassName
{
background-color: #3E2B69;
}
.BgClassName
{
background-color: #3E2B69;
}
</style>
border-color css
<style>
span { border-color: #3E2B69; }
span { border-color: rgb(62,43,105); }
td.TdClassName
{
border-color: #3E2B69;
}
.TagClassName
{
border-color: #3E2B69;
}
</style>