Shades of Minsk #3E3176
Tints of Minsk #3E3176
RGB
CMYK
RGB Variations
Color information
#3E3176 (or 0x3E3176) is known color: Minsk. HEX triplet: 3E, 31 and 76. RGB value is (62,49,118). Sum of RGB (Red+Green+Blue) = 62+49+118=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E3176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3176 is #C1CE89. Grayscale: #3C3C3C. Windows color (decimal): -12701322 or 7745854. OLE color: 7745854.
HSL color Cylindrical-coordinate representation of color #3E3176: hue angle of 251.3º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E3176 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 49 | 118 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.54 |
| HSL | 251.3º | 0.41% | 0.33% | - |
| HSV(B) | 251.3º | 0.58% | 0.46% | - |
| XYZ | 6.35 | 4.53 | 17.68 | - |
| YUV | 60.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 118 | 0.47 | 0.58 | 0 | 0.54 | 251.3 | 0.41 | 0.33 |
| Hex | 3E | 31 | 76 | 2F | 3A | 0 | 36 | FB | 29 | 21 |
| Octal | 76 | 61 | 166 | 57 | 72 | 0 | 66 | 373 | 51 | 41 |
| Binary | 111110 | 110001 | 1110110 | 101111 | 111010 | 0 | 110110 | 11111011 | 101001 | 100001 |
Color Harmonies of #3E3176
Complementary color
Monochromatic Colors of #3E3176
Black with #3E3176
Text Example
Text Example
White with #3E3176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3176; }
p { color: rgb(62,49,118); }
H1.HeaderClassName
{
color: #3E3176;
}
.AnyTagClassName
{
color: #3E3176;
}
</style>
background-color css
<style>
a { background-color: #3E3176; }
a { background-color: rgb(62,49,118); }
div.DivClassName
{
background-color: #3E3176;
}
.BgClassName
{
background-color: #3E3176;
}
</style>
border-color css
<style>
span { border-color: #3E3176; }
span { border-color: rgb(62,49,118); }
td.TdClassName
{
border-color: #3E3176;
}
.TagClassName
{
border-color: #3E3176;
}
</style>