Shades of Minsk #3E3A63
Tints of Minsk #3E3A63
RGB
CMYK
RGB Variations
Color information
#3E3A63 (or 0x3E3A63) is known color: Minsk. HEX triplet: 3E, 3A and 63. RGB value is (62,58,99). Sum of RGB (Red+Green+Blue) = 62+58+99=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E3A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A63 is #C1C59C. Grayscale: #3F3F3F. Windows color (decimal): -12699037 or 6502974. OLE color: 6502974.
HSL color Cylindrical-coordinate representation of color #3E3A63: hue angle of 245.85º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E3A63 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 58 | 99 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.61 |
| HSL | 245.85º | 0.26% | 0.31% | - |
| HSV(B) | 245.85º | 0.41% | 0.39% | - |
| XYZ | 5.75 | 4.95 | 12.46 | - |
| YUV | 63.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 99 | 0.37 | 0.41 | 0 | 0.61 | 245.85 | 0.26 | 0.31 |
| Hex | 3E | 3A | 63 | 25 | 29 | 0 | 3D | F6 | 1A | 1F |
| Octal | 76 | 72 | 143 | 45 | 51 | 0 | 75 | 366 | 32 | 37 |
| Binary | 111110 | 111010 | 1100011 | 100101 | 101001 | 0 | 111101 | 11110110 | 11010 | 11111 |
Color Harmonies of #3E3A63
Complementary color
Monochromatic Colors of #3E3A63
Black with #3E3A63
Text Example
Text Example
White with #3E3A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A63; }
p { color: rgb(62,58,99); }
H1.HeaderClassName
{
color: #3E3A63;
}
.AnyTagClassName
{
color: #3E3A63;
}
</style>
background-color css
<style>
a { background-color: #3E3A63; }
a { background-color: rgb(62,58,99); }
div.DivClassName
{
background-color: #3E3A63;
}
.BgClassName
{
background-color: #3E3A63;
}
</style>
border-color css
<style>
span { border-color: #3E3A63; }
span { border-color: rgb(62,58,99); }
td.TdClassName
{
border-color: #3E3A63;
}
.TagClassName
{
border-color: #3E3A63;
}
</style>