Shades of Minsk #3E3072
Tints of Minsk #3E3072
RGB
CMYK
RGB Variations
Color information
#3E3072 (or 0x3E3072) is known color: Minsk. HEX triplet: 3E, 30 and 72. RGB value is (62,48,114). Sum of RGB (Red+Green+Blue) = 62+48+114=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3072 is #C1CF8D. Grayscale: #3B3B3B. Windows color (decimal): -12701582 or 7483454. OLE color: 7483454.
HSL color Cylindrical-coordinate representation of color #3E3072: hue angle of 252.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E3072 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 48 | 114 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.55 |
| HSL | 252.73º | 0.41% | 0.32% | - |
| HSV(B) | 252.73º | 0.58% | 0.45% | - |
| XYZ | 6.08 | 4.35 | 16.44 | - |
| YUV | 59.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 114 | 0.46 | 0.58 | 0 | 0.55 | 252.73 | 0.41 | 0.32 |
| Hex | 3E | 30 | 72 | 2E | 3A | 0 | 37 | FD | 29 | 20 |
| Octal | 76 | 60 | 162 | 56 | 72 | 0 | 67 | 375 | 51 | 40 |
| Binary | 111110 | 110000 | 1110010 | 101110 | 111010 | 0 | 110111 | 11111101 | 101001 | 100000 |
Color Harmonies of #3E3072
Complementary color
Monochromatic Colors of #3E3072
Black with #3E3072
Text Example
Text Example
White with #3E3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3072; }
p { color: rgb(62,48,114); }
H1.HeaderClassName
{
color: #3E3072;
}
.AnyTagClassName
{
color: #3E3072;
}
</style>
background-color css
<style>
a { background-color: #3E3072; }
a { background-color: rgb(62,48,114); }
div.DivClassName
{
background-color: #3E3072;
}
.BgClassName
{
background-color: #3E3072;
}
</style>
border-color css
<style>
span { border-color: #3E3072; }
span { border-color: rgb(62,48,114); }
td.TdClassName
{
border-color: #3E3072;
}
.TagClassName
{
border-color: #3E3072;
}
</style>