Shades of Minsk #3A2968
Tints of Minsk #3A2968
RGB
CMYK
RGB Variations
Color information
#3A2968 (or 0x3A2968) is known color: Minsk. HEX triplet: 3A, 29 and 68. RGB value is (58,41,104). Sum of RGB (Red+Green+Blue) = 58+41+104=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A2968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2968 is #C5D697. Grayscale: #353535. Windows color (decimal): -12965528 or 6826298. OLE color: 6826298.
HSL color Cylindrical-coordinate representation of color #3A2968: hue angle of 256.19º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A2968 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 41 | 104 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.59 |
| HSL | 256.19º | 0.43% | 0.28% | - |
| HSV(B) | 256.19º | 0.61% | 0.41% | - |
| XYZ | 5.04 | 3.48 | 13.5 | - |
| YUV | 53.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 104 | 0.44 | 0.61 | 0 | 0.59 | 256.19 | 0.43 | 0.28 |
| Hex | 3A | 29 | 68 | 2C | 3D | 0 | 3B | 100 | 2B | 1C |
| Octal | 72 | 51 | 150 | 54 | 75 | 0 | 73 | 400 | 53 | 34 |
| Binary | 111010 | 101001 | 1101000 | 101100 | 111101 | 0 | 111011 | 100000000 | 101011 | 11100 |
Color Harmonies of #3A2968
Complementary color
Monochromatic Colors of #3A2968
Black with #3A2968
Text Example
Text Example
White with #3A2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2968; }
p { color: rgb(58,41,104); }
H1.HeaderClassName
{
color: #3A2968;
}
.AnyTagClassName
{
color: #3A2968;
}
</style>
background-color css
<style>
a { background-color: #3A2968; }
a { background-color: rgb(58,41,104); }
div.DivClassName
{
background-color: #3A2968;
}
.BgClassName
{
background-color: #3A2968;
}
</style>
border-color css
<style>
span { border-color: #3A2968; }
span { border-color: rgb(58,41,104); }
td.TdClassName
{
border-color: #3A2968;
}
.TagClassName
{
border-color: #3A2968;
}
</style>