Shades of Minsk #3A3073
Tints of Minsk #3A3073
RGB
CMYK
RGB Variations
Color information
#3A3073 (or 0x3A3073) is known color: Minsk. HEX triplet: 3A, 30 and 73. RGB value is (58,48,115). Sum of RGB (Red+Green+Blue) = 58+48+115=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A3073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3073 is #C5CF8C. Grayscale: #3A3A3A. Windows color (decimal): -12963725 or 7548986. OLE color: 7548986.
HSL color Cylindrical-coordinate representation of color #3A3073: hue angle of 248.96º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A3073 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 48 | 115 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.55 |
| HSL | 248.96º | 0.41% | 0.32% | - |
| HSV(B) | 248.96º | 0.58% | 0.45% | - |
| XYZ | 5.9 | 4.25 | 16.73 | - |
| YUV | 58.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 115 | 0.50 | 0.58 | 0 | 0.55 | 248.96 | 0.41 | 0.32 |
| Hex | 3A | 30 | 73 | 32 | 3A | 0 | 37 | F9 | 29 | 20 |
| Octal | 72 | 60 | 163 | 62 | 72 | 0 | 67 | 371 | 51 | 40 |
| Binary | 111010 | 110000 | 1110011 | 110010 | 111010 | 0 | 110111 | 11111001 | 101001 | 100000 |
Color Harmonies of #3A3073
Complementary color
Monochromatic Colors of #3A3073
Black with #3A3073
Text Example
Text Example
White with #3A3073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3073; }
p { color: rgb(58,48,115); }
H1.HeaderClassName
{
color: #3A3073;
}
.AnyTagClassName
{
color: #3A3073;
}
</style>
background-color css
<style>
a { background-color: #3A3073; }
a { background-color: rgb(58,48,115); }
div.DivClassName
{
background-color: #3A3073;
}
.BgClassName
{
background-color: #3A3073;
}
</style>
border-color css
<style>
span { border-color: #3A3073; }
span { border-color: rgb(58,48,115); }
td.TdClassName
{
border-color: #3A3073;
}
.TagClassName
{
border-color: #3A3073;
}
</style>