Shades of Minsk #3E286B
Tints of Minsk #3E286B
RGB
CMYK
RGB Variations
Color information
#3E286B (or 0x3E286B) is known color: Minsk. HEX triplet: 3E, 28 and 6B. RGB value is (62,40,107). Sum of RGB (Red+Green+Blue) = 62+40+107=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E286B is #C1D794. Grayscale: #353535. Windows color (decimal): -12703637 or 7022654. OLE color: 7022654.
HSL color Cylindrical-coordinate representation of color #3E286B: hue angle of 259.7º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E286B is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 40 | 107 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.58 |
| HSL | 259.7º | 0.46% | 0.29% | - |
| HSV(B) | 259.7º | 0.63% | 0.42% | - |
| XYZ | 5.4 | 3.6 | 14.32 | - |
| YUV | 54.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 107 | 0.42 | 0.63 | 0 | 0.58 | 259.7 | 0.46 | 0.29 |
| Hex | 3E | 28 | 6B | 2A | 3F | 0 | 3A | 104 | 2E | 1D |
| Octal | 76 | 50 | 153 | 52 | 77 | 0 | 72 | 404 | 56 | 35 |
| Binary | 111110 | 101000 | 1101011 | 101010 | 111111 | 0 | 111010 | 100000100 | 101110 | 11101 |
Color Harmonies of #3E286B
Complementary color
Monochromatic Colors of #3E286B
Black with #3E286B
Text Example
Text Example
White with #3E286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E286B; }
p { color: rgb(62,40,107); }
H1.HeaderClassName
{
color: #3E286B;
}
.AnyTagClassName
{
color: #3E286B;
}
</style>
background-color css
<style>
a { background-color: #3E286B; }
a { background-color: rgb(62,40,107); }
div.DivClassName
{
background-color: #3E286B;
}
.BgClassName
{
background-color: #3E286B;
}
</style>
border-color css
<style>
span { border-color: #3E286B; }
span { border-color: rgb(62,40,107); }
td.TdClassName
{
border-color: #3E286B;
}
.TagClassName
{
border-color: #3E286B;
}
</style>