Shades of Minsk #3E2F63
Tints of Minsk #3E2F63
RGB
CMYK
RGB Variations
Color information
#3E2F63 (or 0x3E2F63) is known color: Minsk. HEX triplet: 3E, 2F and 63. RGB value is (62,47,99). Sum of RGB (Red+Green+Blue) = 62+47+99=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E2F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2F63 is #C1D09C. Grayscale: #393939. Windows color (decimal): -12701853 or 6500158. OLE color: 6500158.
HSL color Cylindrical-coordinate representation of color #3E2F63: hue angle of 257.31º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E2F63 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 47 | 99 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.61 |
| HSL | 257.31º | 0.36% | 0.29% | - |
| HSV(B) | 257.31º | 0.53% | 0.39% | - |
| XYZ | 5.26 | 3.96 | 12.29 | - |
| YUV | 57.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 99 | 0.37 | 0.53 | 0 | 0.61 | 257.31 | 0.36 | 0.29 |
| Hex | 3E | 2F | 63 | 25 | 35 | 0 | 3D | 101 | 24 | 1D |
| Octal | 76 | 57 | 143 | 45 | 65 | 0 | 75 | 401 | 44 | 35 |
| Binary | 111110 | 101111 | 1100011 | 100101 | 110101 | 0 | 111101 | 100000001 | 100100 | 11101 |
Color Harmonies of #3E2F63
Complementary color
Monochromatic Colors of #3E2F63
Black with #3E2F63
Text Example
Text Example
White with #3E2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F63; }
p { color: rgb(62,47,99); }
H1.HeaderClassName
{
color: #3E2F63;
}
.AnyTagClassName
{
color: #3E2F63;
}
</style>
background-color css
<style>
a { background-color: #3E2F63; }
a { background-color: rgb(62,47,99); }
div.DivClassName
{
background-color: #3E2F63;
}
.BgClassName
{
background-color: #3E2F63;
}
</style>
border-color css
<style>
span { border-color: #3E2F63; }
span { border-color: rgb(62,47,99); }
td.TdClassName
{
border-color: #3E2F63;
}
.TagClassName
{
border-color: #3E2F63;
}
</style>