Shades of Minsk #3E3A64
Tints of Minsk #3E3A64
RGB
CMYK
RGB Variations
Color information
#3E3A64 (or 0x3E3A64) is known color: Minsk. HEX triplet: 3E, 3A and 64. RGB value is (62,58,100). Sum of RGB (Red+Green+Blue) = 62+58+100=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #3E3A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A64 is #C1C59B. Grayscale: #3F3F3F. Windows color (decimal): -12699036 or 6568510. OLE color: 6568510.
HSL color Cylindrical-coordinate representation of color #3E3A64: hue angle of 245.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E3A64 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 58 | 100 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.61 |
| HSL | 245.71º | 0.27% | 0.31% | - |
| HSV(B) | 245.71º | 0.42% | 0.39% | - |
| XYZ | 5.8 | 4.97 | 12.71 | - |
| YUV | 63.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 100 | 0.38 | 0.42 | 0 | 0.61 | 245.71 | 0.27 | 0.31 |
| Hex | 3E | 3A | 64 | 26 | 2A | 0 | 3D | F6 | 1B | 1F |
| Octal | 76 | 72 | 144 | 46 | 52 | 0 | 75 | 366 | 33 | 37 |
| Binary | 111110 | 111010 | 1100100 | 100110 | 101010 | 0 | 111101 | 11110110 | 11011 | 11111 |
Color Harmonies of #3E3A64
Complementary color
Monochromatic Colors of #3E3A64
Black with #3E3A64
Text Example
Text Example
White with #3E3A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A64; }
p { color: rgb(62,58,100); }
H1.HeaderClassName
{
color: #3E3A64;
}
.AnyTagClassName
{
color: #3E3A64;
}
</style>
background-color css
<style>
a { background-color: #3E3A64; }
a { background-color: rgb(62,58,100); }
div.DivClassName
{
background-color: #3E3A64;
}
.BgClassName
{
background-color: #3E3A64;
}
</style>
border-color css
<style>
span { border-color: #3E3A64; }
span { border-color: rgb(62,58,100); }
td.TdClassName
{
border-color: #3E3A64;
}
.TagClassName
{
border-color: #3E3A64;
}
</style>