Shades of Minsk #3E3368
Tints of Minsk #3E3368
RGB
CMYK
RGB Variations
Color information
#3E3368 (or 0x3E3368) is known color: Minsk. HEX triplet: 3E, 33 and 68. RGB value is (62,51,104). Sum of RGB (Red+Green+Blue) = 62+51+104=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E3368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3368 is #C1CC97. Grayscale: #3C3C3C. Windows color (decimal): -12700824 or 6828862. OLE color: 6828862.
HSL color Cylindrical-coordinate representation of color #3E3368: hue angle of 252.45º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E3368 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 51 | 104 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.59 |
| HSL | 252.45º | 0.34% | 0.3% | - |
| HSV(B) | 252.45º | 0.51% | 0.41% | - |
| XYZ | 5.67 | 4.39 | 13.65 | - |
| YUV | 60.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 104 | 0.40 | 0.51 | 0 | 0.59 | 252.45 | 0.34 | 0.3 |
| Hex | 3E | 33 | 68 | 28 | 33 | 0 | 3B | FC | 22 | 1E |
| Octal | 76 | 63 | 150 | 50 | 63 | 0 | 73 | 374 | 42 | 36 |
| Binary | 111110 | 110011 | 1101000 | 101000 | 110011 | 0 | 111011 | 11111100 | 100010 | 11110 |
Color Harmonies of #3E3368
Complementary color
Monochromatic Colors of #3E3368
Black with #3E3368
Text Example
Text Example
White with #3E3368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3368; }
p { color: rgb(62,51,104); }
H1.HeaderClassName
{
color: #3E3368;
}
.AnyTagClassName
{
color: #3E3368;
}
</style>
background-color css
<style>
a { background-color: #3E3368; }
a { background-color: rgb(62,51,104); }
div.DivClassName
{
background-color: #3E3368;
}
.BgClassName
{
background-color: #3E3368;
}
</style>
border-color css
<style>
span { border-color: #3E3368; }
span { border-color: rgb(62,51,104); }
td.TdClassName
{
border-color: #3E3368;
}
.TagClassName
{
border-color: #3E3368;
}
</style>