Shades of Minsk #3A2A6A
Tints of Minsk #3A2A6A
RGB
CMYK
RGB Variations
Color information
#3A2A6A (or 0x3A2A6A) is known color: Minsk. HEX triplet: 3A, 2A and 6A. RGB value is (58,42,106). Sum of RGB (Red+Green+Blue) = 58+42+106=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A2A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A6A is #C5D595. Grayscale: #353535. Windows color (decimal): -12965270 or 6957626. OLE color: 6957626.
HSL color Cylindrical-coordinate representation of color #3A2A6A: hue angle of 255º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A2A6A is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 42 | 106 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.58 |
| HSL | 255º | 0.43% | 0.29% | - |
| HSV(B) | 255º | 0.6% | 0.42% | - |
| XYZ | 5.17 | 3.6 | 14.06 | - |
| YUV | 54.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 106 | 0.45 | 0.60 | 0 | 0.58 | 255 | 0.43 | 0.29 |
| Hex | 3A | 2A | 6A | 2D | 3C | 0 | 3A | FF | 2B | 1D |
| Octal | 72 | 52 | 152 | 55 | 74 | 0 | 72 | 377 | 53 | 35 |
| Binary | 111010 | 101010 | 1101010 | 101101 | 111100 | 0 | 111010 | 11111111 | 101011 | 11101 |
Color Harmonies of #3A2A6A
Complementary color
Monochromatic Colors of #3A2A6A
Black with #3A2A6A
Text Example
Text Example
White with #3A2A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A6A; }
p { color: rgb(58,42,106); }
H1.HeaderClassName
{
color: #3A2A6A;
}
.AnyTagClassName
{
color: #3A2A6A;
}
</style>
background-color css
<style>
a { background-color: #3A2A6A; }
a { background-color: rgb(58,42,106); }
div.DivClassName
{
background-color: #3A2A6A;
}
.BgClassName
{
background-color: #3A2A6A;
}
</style>
border-color css
<style>
span { border-color: #3A2A6A; }
span { border-color: rgb(58,42,106); }
td.TdClassName
{
border-color: #3A2A6A;
}
.TagClassName
{
border-color: #3A2A6A;
}
</style>