Shades of Minsk #3E3367
Tints of Minsk #3E3367
RGB
CMYK
RGB Variations
Color information
#3E3367 (or 0x3E3367) is known color: Minsk. HEX triplet: 3E, 33 and 67. RGB value is (62,51,103). Sum of RGB (Red+Green+Blue) = 62+51+103=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E3367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3367 is #C1CC98. Grayscale: #3C3C3C. Windows color (decimal): -12700825 or 6763326. OLE color: 6763326.
HSL color Cylindrical-coordinate representation of color #3E3367: hue angle of 252.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E3367 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 51 | 103 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.60 |
| HSL | 252.69º | 0.34% | 0.3% | - |
| HSV(B) | 252.69º | 0.5% | 0.4% | - |
| XYZ | 5.62 | 4.37 | 13.38 | - |
| YUV | 60.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 103 | 0.40 | 0.50 | 0 | 0.60 | 252.69 | 0.34 | 0.3 |
| Hex | 3E | 33 | 67 | 28 | 32 | 0 | 3C | FD | 22 | 1E |
| Octal | 76 | 63 | 147 | 50 | 62 | 0 | 74 | 375 | 42 | 36 |
| Binary | 111110 | 110011 | 1100111 | 101000 | 110010 | 0 | 111100 | 11111101 | 100010 | 11110 |
Color Harmonies of #3E3367
Complementary color
Monochromatic Colors of #3E3367
Black with #3E3367
Text Example
Text Example
White with #3E3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3367; }
p { color: rgb(62,51,103); }
H1.HeaderClassName
{
color: #3E3367;
}
.AnyTagClassName
{
color: #3E3367;
}
</style>
background-color css
<style>
a { background-color: #3E3367; }
a { background-color: rgb(62,51,103); }
div.DivClassName
{
background-color: #3E3367;
}
.BgClassName
{
background-color: #3E3367;
}
</style>
border-color css
<style>
span { border-color: #3E3367; }
span { border-color: rgb(62,51,103); }
td.TdClassName
{
border-color: #3E3367;
}
.TagClassName
{
border-color: #3E3367;
}
</style>