Shades of Minsk #3A326D
Tints of Minsk #3A326D
RGB
CMYK
RGB Variations
Color information
#3A326D (or 0x3A326D) is known color: Minsk. HEX triplet: 3A, 32 and 6D. RGB value is (58,50,109). Sum of RGB (Red+Green+Blue) = 58+50+109=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A326D is #C5CD92. Grayscale: #3A3A3A. Windows color (decimal): -12963219 or 7156282. OLE color: 7156282.
HSL color Cylindrical-coordinate representation of color #3A326D: hue angle of 248.14º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A326D is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 50 | 109 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.57 |
| HSL | 248.14º | 0.37% | 0.31% | - |
| HSV(B) | 248.14º | 0.54% | 0.43% | - |
| XYZ | 5.65 | 4.28 | 15 | - |
| YUV | 59.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 109 | 0.47 | 0.54 | 0 | 0.57 | 248.14 | 0.37 | 0.31 |
| Hex | 3A | 32 | 6D | 2F | 36 | 0 | 39 | F8 | 25 | 1F |
| Octal | 72 | 62 | 155 | 57 | 66 | 0 | 71 | 370 | 45 | 37 |
| Binary | 111010 | 110010 | 1101101 | 101111 | 110110 | 0 | 111001 | 11111000 | 100101 | 11111 |
Color Harmonies of #3A326D
Complementary color
Monochromatic Colors of #3A326D
Black with #3A326D
Text Example
Text Example
White with #3A326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A326D; }
p { color: rgb(58,50,109); }
H1.HeaderClassName
{
color: #3A326D;
}
.AnyTagClassName
{
color: #3A326D;
}
</style>
background-color css
<style>
a { background-color: #3A326D; }
a { background-color: rgb(58,50,109); }
div.DivClassName
{
background-color: #3A326D;
}
.BgClassName
{
background-color: #3A326D;
}
</style>
border-color css
<style>
span { border-color: #3A326D; }
span { border-color: rgb(58,50,109); }
td.TdClassName
{
border-color: #3A326D;
}
.TagClassName
{
border-color: #3A326D;
}
</style>