Shades of Minsk #3E3768
Tints of Minsk #3E3768
RGB
CMYK
RGB Variations
Color information
#3E3768 (or 0x3E3768) is known color: Minsk. HEX triplet: 3E, 37 and 68. RGB value is (62,55,104). Sum of RGB (Red+Green+Blue) = 62+55+104=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E3768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3768 is #C1C897. Grayscale: #3E3E3E. Windows color (decimal): -12699800 or 6829886. OLE color: 6829886.
HSL color Cylindrical-coordinate representation of color #3E3768: hue angle of 248.57º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E3768 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 55 | 104 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.59 |
| HSL | 248.57º | 0.31% | 0.31% | - |
| HSV(B) | 248.57º | 0.47% | 0.41% | - |
| XYZ | 5.85 | 4.76 | 13.71 | - |
| YUV | 62.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 104 | 0.40 | 0.47 | 0 | 0.59 | 248.57 | 0.31 | 0.31 |
| Hex | 3E | 37 | 68 | 28 | 2F | 0 | 3B | F9 | 1F | 1F |
| Octal | 76 | 67 | 150 | 50 | 57 | 0 | 73 | 371 | 37 | 37 |
| Binary | 111110 | 110111 | 1101000 | 101000 | 101111 | 0 | 111011 | 11111001 | 11111 | 11111 |
Color Harmonies of #3E3768
Complementary color
Monochromatic Colors of #3E3768
Black with #3E3768
Text Example
Text Example
White with #3E3768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3768; }
p { color: rgb(62,55,104); }
H1.HeaderClassName
{
color: #3E3768;
}
.AnyTagClassName
{
color: #3E3768;
}
</style>
background-color css
<style>
a { background-color: #3E3768; }
a { background-color: rgb(62,55,104); }
div.DivClassName
{
background-color: #3E3768;
}
.BgClassName
{
background-color: #3E3768;
}
</style>
border-color css
<style>
span { border-color: #3E3768; }
span { border-color: rgb(62,55,104); }
td.TdClassName
{
border-color: #3E3768;
}
.TagClassName
{
border-color: #3E3768;
}
</style>