Shades of Minsk #3A336A
Tints of Minsk #3A336A
RGB
CMYK
RGB Variations
Color information
#3A336A (or 0x3A336A) is known color: Minsk. HEX triplet: 3A, 33 and 6A. RGB value is (58,51,106). Sum of RGB (Red+Green+Blue) = 58+51+106=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A336A is #C5CC95. Grayscale: #3B3B3B. Windows color (decimal): -12962966 or 6959930. OLE color: 6959930.
HSL color Cylindrical-coordinate representation of color #3A336A: hue angle of 247.64º 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 #3A336A is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 51 | 106 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.58 |
| HSL | 247.64º | 0.35% | 0.31% | - |
| HSV(B) | 247.64º | 0.52% | 0.42% | - |
| XYZ | 5.53 | 4.31 | 14.18 | - |
| YUV | 59.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 106 | 0.45 | 0.52 | 0 | 0.58 | 247.64 | 0.35 | 0.31 |
| Hex | 3A | 33 | 6A | 2D | 34 | 0 | 3A | F8 | 23 | 1F |
| Octal | 72 | 63 | 152 | 55 | 64 | 0 | 72 | 370 | 43 | 37 |
| Binary | 111010 | 110011 | 1101010 | 101101 | 110100 | 0 | 111010 | 11111000 | 100011 | 11111 |
Color Harmonies of #3A336A
Complementary color
Monochromatic Colors of #3A336A
Black with #3A336A
Text Example
Text Example
White with #3A336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A336A; }
p { color: rgb(58,51,106); }
H1.HeaderClassName
{
color: #3A336A;
}
.AnyTagClassName
{
color: #3A336A;
}
</style>
background-color css
<style>
a { background-color: #3A336A; }
a { background-color: rgb(58,51,106); }
div.DivClassName
{
background-color: #3A336A;
}
.BgClassName
{
background-color: #3A336A;
}
</style>
border-color css
<style>
span { border-color: #3A336A; }
span { border-color: rgb(58,51,106); }
td.TdClassName
{
border-color: #3A336A;
}
.TagClassName
{
border-color: #3A336A;
}
</style>