Shades of Minsk #3E3765
Tints of Minsk #3E3765
RGB
CMYK
RGB Variations
Color information
#3E3765 (or 0x3E3765) is known color: Minsk. HEX triplet: 3E, 37 and 65. RGB value is (62,55,101). Sum of RGB (Red+Green+Blue) = 62+55+101=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E3765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3765 is #C1C89A. Grayscale: #3E3E3E. Windows color (decimal): -12699803 or 6633278. OLE color: 6633278.
HSL color Cylindrical-coordinate representation of color #3E3765: hue angle of 249.13º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E3765 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 55 | 101 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.60 |
| HSL | 249.13º | 0.29% | 0.31% | - |
| HSV(B) | 249.13º | 0.46% | 0.4% | - |
| XYZ | 5.7 | 4.7 | 12.92 | - |
| YUV | 62.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 101 | 0.39 | 0.46 | 0 | 0.60 | 249.13 | 0.29 | 0.31 |
| Hex | 3E | 37 | 65 | 27 | 2E | 0 | 3C | F9 | 1D | 1F |
| Octal | 76 | 67 | 145 | 47 | 56 | 0 | 74 | 371 | 35 | 37 |
| Binary | 111110 | 110111 | 1100101 | 100111 | 101110 | 0 | 111100 | 11111001 | 11101 | 11111 |
Color Harmonies of #3E3765
Complementary color
Monochromatic Colors of #3E3765
Black with #3E3765
Text Example
Text Example
White with #3E3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3765; }
p { color: rgb(62,55,101); }
H1.HeaderClassName
{
color: #3E3765;
}
.AnyTagClassName
{
color: #3E3765;
}
</style>
background-color css
<style>
a { background-color: #3E3765; }
a { background-color: rgb(62,55,101); }
div.DivClassName
{
background-color: #3E3765;
}
.BgClassName
{
background-color: #3E3765;
}
</style>
border-color css
<style>
span { border-color: #3E3765; }
span { border-color: rgb(62,55,101); }
td.TdClassName
{
border-color: #3E3765;
}
.TagClassName
{
border-color: #3E3765;
}
</style>