Shades of Minsk #3E3668
Tints of Minsk #3E3668
RGB
CMYK
RGB Variations
Color information
#3E3668 (or 0x3E3668) is known color: Minsk. HEX triplet: 3E, 36 and 68. RGB value is (62,54,104). Sum of RGB (Red+Green+Blue) = 62+54+104=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E3668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3668 is #C1C997. Grayscale: #3D3D3D. Windows color (decimal): -12700056 or 6829630. OLE color: 6829630.
HSL color Cylindrical-coordinate representation of color #3E3668: hue angle of 249.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E3668 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 54 | 104 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.59 |
| HSL | 249.6º | 0.32% | 0.31% | - |
| HSV(B) | 249.6º | 0.48% | 0.41% | - |
| XYZ | 5.8 | 4.66 | 13.69 | - |
| YUV | 62.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 104 | 0.40 | 0.48 | 0 | 0.59 | 249.6 | 0.32 | 0.31 |
| Hex | 3E | 36 | 68 | 28 | 30 | 0 | 3B | FA | 20 | 1F |
| Octal | 76 | 66 | 150 | 50 | 60 | 0 | 73 | 372 | 40 | 37 |
| Binary | 111110 | 110110 | 1101000 | 101000 | 110000 | 0 | 111011 | 11111010 | 100000 | 11111 |
Color Harmonies of #3E3668
Complementary color
Monochromatic Colors of #3E3668
Black with #3E3668
Text Example
Text Example
White with #3E3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3668; }
p { color: rgb(62,54,104); }
H1.HeaderClassName
{
color: #3E3668;
}
.AnyTagClassName
{
color: #3E3668;
}
</style>
background-color css
<style>
a { background-color: #3E3668; }
a { background-color: rgb(62,54,104); }
div.DivClassName
{
background-color: #3E3668;
}
.BgClassName
{
background-color: #3E3668;
}
</style>
border-color css
<style>
span { border-color: #3E3668; }
span { border-color: rgb(62,54,104); }
td.TdClassName
{
border-color: #3E3668;
}
.TagClassName
{
border-color: #3E3668;
}
</style>