Shades of Minsk #3E3772
Tints of Minsk #3E3772
RGB
CMYK
RGB Variations
Color information
#3E3772 (or 0x3E3772) is known color: Minsk. HEX triplet: 3E, 37 and 72. RGB value is (62,55,114). Sum of RGB (Red+Green+Blue) = 62+55+114=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E3772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3772 is #C1C88D. Grayscale: #3F3F3F. Windows color (decimal): -12699790 or 7485246. OLE color: 7485246.
HSL color Cylindrical-coordinate representation of color #3E3772: hue angle of 247.12º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E3772 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 55 | 114 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.55 |
| HSL | 247.12º | 0.35% | 0.33% | - |
| HSV(B) | 247.12º | 0.52% | 0.45% | - |
| XYZ | 6.39 | 4.97 | 16.54 | - |
| YUV | 63.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 114 | 0.46 | 0.52 | 0 | 0.55 | 247.12 | 0.35 | 0.33 |
| Hex | 3E | 37 | 72 | 2E | 34 | 0 | 37 | F7 | 23 | 21 |
| Octal | 76 | 67 | 162 | 56 | 64 | 0 | 67 | 367 | 43 | 41 |
| Binary | 111110 | 110111 | 1110010 | 101110 | 110100 | 0 | 110111 | 11110111 | 100011 | 100001 |
Color Harmonies of #3E3772
Complementary color
Monochromatic Colors of #3E3772
Black with #3E3772
Text Example
Text Example
White with #3E3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3772; }
p { color: rgb(62,55,114); }
H1.HeaderClassName
{
color: #3E3772;
}
.AnyTagClassName
{
color: #3E3772;
}
</style>
background-color css
<style>
a { background-color: #3E3772; }
a { background-color: rgb(62,55,114); }
div.DivClassName
{
background-color: #3E3772;
}
.BgClassName
{
background-color: #3E3772;
}
</style>
border-color css
<style>
span { border-color: #3E3772; }
span { border-color: rgb(62,55,114); }
td.TdClassName
{
border-color: #3E3772;
}
.TagClassName
{
border-color: #3E3772;
}
</style>