Shades of Minsk #3B2A64
Tints of Minsk #3B2A64
RGB
CMYK
RGB Variations
Color information
#3B2A64 (or 0x3B2A64) is known color: Minsk. HEX triplet: 3B, 2A and 64. RGB value is (59,42,100). Sum of RGB (Red+Green+Blue) = 59+42+100=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #3B2A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2A64 is #C4D59B. Grayscale: #353535. Windows color (decimal): -12899740 or 6564411. OLE color: 6564411.
HSL color Cylindrical-coordinate representation of color #3B2A64: hue angle of 257.59º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B2A64 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 42 | 100 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.61 |
| HSL | 257.59º | 0.41% | 0.28% | - |
| HSV(B) | 257.59º | 0.58% | 0.39% | - |
| XYZ | 4.93 | 3.51 | 12.47 | - |
| YUV | 53.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 100 | 0.41 | 0.58 | 0 | 0.61 | 257.59 | 0.41 | 0.28 |
| Hex | 3B | 2A | 64 | 29 | 3A | 0 | 3D | 102 | 29 | 1C |
| Octal | 73 | 52 | 144 | 51 | 72 | 0 | 75 | 402 | 51 | 34 |
| Binary | 111011 | 101010 | 1100100 | 101001 | 111010 | 0 | 111101 | 100000010 | 101001 | 11100 |
Color Harmonies of #3B2A64
Complementary color
Monochromatic Colors of #3B2A64
Black with #3B2A64
Text Example
Text Example
White with #3B2A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2A64; }
p { color: rgb(59,42,100); }
H1.HeaderClassName
{
color: #3B2A64;
}
.AnyTagClassName
{
color: #3B2A64;
}
</style>
background-color css
<style>
a { background-color: #3B2A64; }
a { background-color: rgb(59,42,100); }
div.DivClassName
{
background-color: #3B2A64;
}
.BgClassName
{
background-color: #3B2A64;
}
</style>
border-color css
<style>
span { border-color: #3B2A64; }
span { border-color: rgb(59,42,100); }
td.TdClassName
{
border-color: #3B2A64;
}
.TagClassName
{
border-color: #3B2A64;
}
</style>