Shades of Minsk #3A2A72
Tints of Minsk #3A2A72
RGB
CMYK
RGB Variations
Color information
#3A2A72 (or 0x3A2A72) is known color: Minsk. HEX triplet: 3A, 2A and 72. RGB value is (58,42,114). Sum of RGB (Red+Green+Blue) = 58+42+114=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A2A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A72 is #C5D58D. Grayscale: #363636. Windows color (decimal): -12965262 or 7481914. OLE color: 7481914.
HSL color Cylindrical-coordinate representation of color #3A2A72: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A2A72 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 42 | 114 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.55 |
| HSL | 253.33º | 0.46% | 0.31% | - |
| HSV(B) | 253.33º | 0.63% | 0.45% | - |
| XYZ | 5.61 | 3.77 | 16.35 | - |
| YUV | 54.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 114 | 0.49 | 0.63 | 0 | 0.55 | 253.33 | 0.46 | 0.31 |
| Hex | 3A | 2A | 72 | 31 | 3F | 0 | 37 | FD | 2E | 1F |
| Octal | 72 | 52 | 162 | 61 | 77 | 0 | 67 | 375 | 56 | 37 |
| Binary | 111010 | 101010 | 1110010 | 110001 | 111111 | 0 | 110111 | 11111101 | 101110 | 11111 |
Color Harmonies of #3A2A72
Complementary color
Monochromatic Colors of #3A2A72
Black with #3A2A72
Text Example
Text Example
White with #3A2A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A72; }
p { color: rgb(58,42,114); }
H1.HeaderClassName
{
color: #3A2A72;
}
.AnyTagClassName
{
color: #3A2A72;
}
</style>
background-color css
<style>
a { background-color: #3A2A72; }
a { background-color: rgb(58,42,114); }
div.DivClassName
{
background-color: #3A2A72;
}
.BgClassName
{
background-color: #3A2A72;
}
</style>
border-color css
<style>
span { border-color: #3A2A72; }
span { border-color: rgb(58,42,114); }
td.TdClassName
{
border-color: #3A2A72;
}
.TagClassName
{
border-color: #3A2A72;
}
</style>