Shades of Minsk #3A2F72
Tints of Minsk #3A2F72
RGB
CMYK
RGB Variations
Color information
#3A2F72 (or 0x3A2F72) is known color: Minsk. HEX triplet: 3A, 2F and 72. RGB value is (58,47,114). Sum of RGB (Red+Green+Blue) = 58+47+114=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A2F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2F72 is #C5D08D. Grayscale: #393939. Windows color (decimal): -12963982 or 7483194. OLE color: 7483194.
HSL color Cylindrical-coordinate representation of color #3A2F72: hue angle of 249.85º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A2F72 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 47 | 114 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.55 |
| HSL | 249.85º | 0.42% | 0.32% | - |
| HSV(B) | 249.85º | 0.59% | 0.45% | - |
| XYZ | 5.8 | 4.15 | 16.41 | - |
| YUV | 57.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 114 | 0.49 | 0.59 | 0 | 0.55 | 249.85 | 0.42 | 0.32 |
| Hex | 3A | 2F | 72 | 31 | 3B | 0 | 37 | FA | 2A | 20 |
| Octal | 72 | 57 | 162 | 61 | 73 | 0 | 67 | 372 | 52 | 40 |
| Binary | 111010 | 101111 | 1110010 | 110001 | 111011 | 0 | 110111 | 11111010 | 101010 | 100000 |
Color Harmonies of #3A2F72
Complementary color
Monochromatic Colors of #3A2F72
Black with #3A2F72
Text Example
Text Example
White with #3A2F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F72; }
p { color: rgb(58,47,114); }
H1.HeaderClassName
{
color: #3A2F72;
}
.AnyTagClassName
{
color: #3A2F72;
}
</style>
background-color css
<style>
a { background-color: #3A2F72; }
a { background-color: rgb(58,47,114); }
div.DivClassName
{
background-color: #3A2F72;
}
.BgClassName
{
background-color: #3A2F72;
}
</style>
border-color css
<style>
span { border-color: #3A2F72; }
span { border-color: rgb(58,47,114); }
td.TdClassName
{
border-color: #3A2F72;
}
.TagClassName
{
border-color: #3A2F72;
}
</style>