Shades of Minsk #3B326E
Tints of Minsk #3B326E
RGB
CMYK
RGB Variations
Color information
#3B326E (or 0x3B326E) is known color: Minsk. HEX triplet: 3B, 32 and 6E. RGB value is (59,50,110). Sum of RGB (Red+Green+Blue) = 59+50+110=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B326E is #C4CD91. Grayscale: #3B3B3B. Windows color (decimal): -12897682 or 7221819. OLE color: 7221819.
HSL color Cylindrical-coordinate representation of color #3B326E: hue angle of 249º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B326E is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 50 | 110 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.57 |
| HSL | 249º | 0.38% | 0.31% | - |
| HSV(B) | 249º | 0.55% | 0.43% | - |
| XYZ | 5.76 | 4.34 | 15.29 | - |
| YUV | 59.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 110 | 0.46 | 0.55 | 0 | 0.57 | 249 | 0.38 | 0.31 |
| Hex | 3B | 32 | 6E | 2E | 37 | 0 | 39 | F9 | 26 | 1F |
| Octal | 73 | 62 | 156 | 56 | 67 | 0 | 71 | 371 | 46 | 37 |
| Binary | 111011 | 110010 | 1101110 | 101110 | 110111 | 0 | 111001 | 11111001 | 100110 | 11111 |
Color Harmonies of #3B326E
Complementary color
Monochromatic Colors of #3B326E
Black with #3B326E
Text Example
Text Example
White with #3B326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B326E; }
p { color: rgb(59,50,110); }
H1.HeaderClassName
{
color: #3B326E;
}
.AnyTagClassName
{
color: #3B326E;
}
</style>
background-color css
<style>
a { background-color: #3B326E; }
a { background-color: rgb(59,50,110); }
div.DivClassName
{
background-color: #3B326E;
}
.BgClassName
{
background-color: #3B326E;
}
</style>
border-color css
<style>
span { border-color: #3B326E; }
span { border-color: rgb(59,50,110); }
td.TdClassName
{
border-color: #3B326E;
}
.TagClassName
{
border-color: #3B326E;
}
</style>