Shades of Minsk #3B2E64
Tints of Minsk #3B2E64
RGB
CMYK
RGB Variations
Color information
#3B2E64 (or 0x3B2E64) is known color: Minsk. HEX triplet: 3B, 2E and 64. RGB value is (59,46,100). Sum of RGB (Red+Green+Blue) = 59+46+100=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #3B2E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2E64 is #C4D19B. Grayscale: #373737. Windows color (decimal): -12898716 or 6565435. OLE color: 6565435.
HSL color Cylindrical-coordinate representation of color #3B2E64: hue angle of 254.44º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B2E64 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 46 | 100 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.61 |
| HSL | 254.44º | 0.37% | 0.29% | - |
| HSV(B) | 254.44º | 0.54% | 0.39% | - |
| XYZ | 5.08 | 3.8 | 12.52 | - |
| YUV | 56.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 100 | 0.41 | 0.54 | 0 | 0.61 | 254.44 | 0.37 | 0.29 |
| Hex | 3B | 2E | 64 | 29 | 36 | 0 | 3D | FE | 25 | 1D |
| Octal | 73 | 56 | 144 | 51 | 66 | 0 | 75 | 376 | 45 | 35 |
| Binary | 111011 | 101110 | 1100100 | 101001 | 110110 | 0 | 111101 | 11111110 | 100101 | 11101 |
Color Harmonies of #3B2E64
Complementary color
Monochromatic Colors of #3B2E64
Black with #3B2E64
Text Example
Text Example
White with #3B2E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E64; }
p { color: rgb(59,46,100); }
H1.HeaderClassName
{
color: #3B2E64;
}
.AnyTagClassName
{
color: #3B2E64;
}
</style>
background-color css
<style>
a { background-color: #3B2E64; }
a { background-color: rgb(59,46,100); }
div.DivClassName
{
background-color: #3B2E64;
}
.BgClassName
{
background-color: #3B2E64;
}
</style>
border-color css
<style>
span { border-color: #3B2E64; }
span { border-color: rgb(59,46,100); }
td.TdClassName
{
border-color: #3B2E64;
}
.TagClassName
{
border-color: #3B2E64;
}
</style>