Shades of Minsk #3E336B
Tints of Minsk #3E336B
RGB
CMYK
RGB Variations
Color information
#3E336B (or 0x3E336B) is known color: Minsk. HEX triplet: 3E, 33 and 6B. RGB value is (62,51,107). Sum of RGB (Red+Green+Blue) = 62+51+107=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E336B is #C1CC94. Grayscale: #3C3C3C. Windows color (decimal): -12700821 or 7025470. OLE color: 7025470.
HSL color Cylindrical-coordinate representation of color #3E336B: hue angle of 251.79º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E336B is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 51 | 107 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.58 |
| HSL | 251.79º | 0.35% | 0.31% | - |
| HSV(B) | 251.79º | 0.52% | 0.42% | - |
| XYZ | 5.82 | 4.45 | 14.46 | - |
| YUV | 60.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 107 | 0.42 | 0.52 | 0 | 0.58 | 251.79 | 0.35 | 0.31 |
| Hex | 3E | 33 | 6B | 2A | 34 | 0 | 3A | FC | 23 | 1F |
| Octal | 76 | 63 | 153 | 52 | 64 | 0 | 72 | 374 | 43 | 37 |
| Binary | 111110 | 110011 | 1101011 | 101010 | 110100 | 0 | 111010 | 11111100 | 100011 | 11111 |
Color Harmonies of #3E336B
Complementary color
Monochromatic Colors of #3E336B
Black with #3E336B
Text Example
Text Example
White with #3E336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E336B; }
p { color: rgb(62,51,107); }
H1.HeaderClassName
{
color: #3E336B;
}
.AnyTagClassName
{
color: #3E336B;
}
</style>
background-color css
<style>
a { background-color: #3E336B; }
a { background-color: rgb(62,51,107); }
div.DivClassName
{
background-color: #3E336B;
}
.BgClassName
{
background-color: #3E336B;
}
</style>
border-color css
<style>
span { border-color: #3E336B; }
span { border-color: rgb(62,51,107); }
td.TdClassName
{
border-color: #3E336B;
}
.TagClassName
{
border-color: #3E336B;
}
</style>