Shades of Minsk #3A2A6E
Tints of Minsk #3A2A6E
RGB
CMYK
RGB Variations
Color information
#3A2A6E (or 0x3A2A6E) is known color: Minsk. HEX triplet: 3A, 2A and 6E. RGB value is (58,42,110). Sum of RGB (Red+Green+Blue) = 58+42+110=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A2A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A6E is #C5D591. Grayscale: #363636. Windows color (decimal): -12965266 or 7219770. OLE color: 7219770.
HSL color Cylindrical-coordinate representation of color #3A2A6E: hue angle of 254.12º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A2A6E is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 42 | 110 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.57 |
| HSL | 254.12º | 0.45% | 0.3% | - |
| HSV(B) | 254.12º | 0.62% | 0.43% | - |
| XYZ | 5.39 | 3.68 | 15.18 | - |
| YUV | 54.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 110 | 0.47 | 0.62 | 0 | 0.57 | 254.12 | 0.45 | 0.3 |
| Hex | 3A | 2A | 6E | 2F | 3E | 0 | 39 | FE | 2D | 1E |
| Octal | 72 | 52 | 156 | 57 | 76 | 0 | 71 | 376 | 55 | 36 |
| Binary | 111010 | 101010 | 1101110 | 101111 | 111110 | 0 | 111001 | 11111110 | 101101 | 11110 |
Color Harmonies of #3A2A6E
Complementary color
Monochromatic Colors of #3A2A6E
Black with #3A2A6E
Text Example
Text Example
White with #3A2A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A6E; }
p { color: rgb(58,42,110); }
H1.HeaderClassName
{
color: #3A2A6E;
}
.AnyTagClassName
{
color: #3A2A6E;
}
</style>
background-color css
<style>
a { background-color: #3A2A6E; }
a { background-color: rgb(58,42,110); }
div.DivClassName
{
background-color: #3A2A6E;
}
.BgClassName
{
background-color: #3A2A6E;
}
</style>
border-color css
<style>
span { border-color: #3A2A6E; }
span { border-color: rgb(58,42,110); }
td.TdClassName
{
border-color: #3A2A6E;
}
.TagClassName
{
border-color: #3A2A6E;
}
</style>