Shades of Minsk #3E3365
Tints of Minsk #3E3365
RGB
CMYK
RGB Variations
Color information
#3E3365 (or 0x3E3365) is known color: Minsk. HEX triplet: 3E, 33 and 65. RGB value is (62,51,101). Sum of RGB (Red+Green+Blue) = 62+51+101=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E3365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3365 is #C1CC9A. Grayscale: #3B3B3B. Windows color (decimal): -12700827 or 6632254. OLE color: 6632254.
HSL color Cylindrical-coordinate representation of color #3E3365: hue angle of 253.2º degrees, saturation: 0.33, 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 #3E3365 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 51 | 101 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.60 |
| HSL | 253.2º | 0.33% | 0.3% | - |
| HSV(B) | 253.2º | 0.5% | 0.4% | - |
| XYZ | 5.52 | 4.33 | 12.86 | - |
| YUV | 59.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 101 | 0.39 | 0.50 | 0 | 0.60 | 253.2 | 0.33 | 0.3 |
| Hex | 3E | 33 | 65 | 27 | 32 | 0 | 3C | FD | 21 | 1E |
| Octal | 76 | 63 | 145 | 47 | 62 | 0 | 74 | 375 | 41 | 36 |
| Binary | 111110 | 110011 | 1100101 | 100111 | 110010 | 0 | 111100 | 11111101 | 100001 | 11110 |
Color Harmonies of #3E3365
Complementary color
Monochromatic Colors of #3E3365
Black with #3E3365
Text Example
Text Example
White with #3E3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3365; }
p { color: rgb(62,51,101); }
H1.HeaderClassName
{
color: #3E3365;
}
.AnyTagClassName
{
color: #3E3365;
}
</style>
background-color css
<style>
a { background-color: #3E3365; }
a { background-color: rgb(62,51,101); }
div.DivClassName
{
background-color: #3E3365;
}
.BgClassName
{
background-color: #3E3365;
}
</style>
border-color css
<style>
span { border-color: #3E3365; }
span { border-color: rgb(62,51,101); }
td.TdClassName
{
border-color: #3E3365;
}
.TagClassName
{
border-color: #3E3365;
}
</style>