Shades of Minsk #3A3075
Tints of Minsk #3A3075
RGB
CMYK
RGB Variations
Color information
#3A3075 (or 0x3A3075) is known color: Minsk. HEX triplet: 3A, 30 and 75. RGB value is (58,48,117). Sum of RGB (Red+Green+Blue) = 58+48+117=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A3075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3075 is #C5CF8A. Grayscale: #3A3A3A. Windows color (decimal): -12963723 or 7680058. OLE color: 7680058.
HSL color Cylindrical-coordinate representation of color #3A3075: hue angle of 248.7º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A3075 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 48 | 117 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.54 |
| HSL | 248.7º | 0.42% | 0.32% | - |
| HSV(B) | 248.7º | 0.59% | 0.46% | - |
| XYZ | 6.01 | 4.3 | 17.34 | - |
| YUV | 58.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 117 | 0.50 | 0.59 | 0 | 0.54 | 248.7 | 0.42 | 0.32 |
| Hex | 3A | 30 | 75 | 32 | 3B | 0 | 36 | F9 | 2A | 20 |
| Octal | 72 | 60 | 165 | 62 | 73 | 0 | 66 | 371 | 52 | 40 |
| Binary | 111010 | 110000 | 1110101 | 110010 | 111011 | 0 | 110110 | 11111001 | 101010 | 100000 |
Color Harmonies of #3A3075
Complementary color
Monochromatic Colors of #3A3075
Black with #3A3075
Text Example
Text Example
White with #3A3075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3075; }
p { color: rgb(58,48,117); }
H1.HeaderClassName
{
color: #3A3075;
}
.AnyTagClassName
{
color: #3A3075;
}
</style>
background-color css
<style>
a { background-color: #3A3075; }
a { background-color: rgb(58,48,117); }
div.DivClassName
{
background-color: #3A3075;
}
.BgClassName
{
background-color: #3A3075;
}
</style>
border-color css
<style>
span { border-color: #3A3075; }
span { border-color: rgb(58,48,117); }
td.TdClassName
{
border-color: #3A3075;
}
.TagClassName
{
border-color: #3A3075;
}
</style>