Shades of Minsk #3B2E65
Tints of Minsk #3B2E65
RGB
CMYK
RGB Variations
Color information
#3B2E65 (or 0x3B2E65) is known color: Minsk. HEX triplet: 3B, 2E and 65. RGB value is (59,46,101). Sum of RGB (Red+Green+Blue) = 59+46+101=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B2E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2E65 is #C4D19A. Grayscale: #373737. Windows color (decimal): -12898715 or 6630971. OLE color: 6630971.
HSL color Cylindrical-coordinate representation of color #3B2E65: hue angle of 254.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B2E65 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 46 | 101 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.60 |
| HSL | 254.18º | 0.37% | 0.29% | - |
| HSV(B) | 254.18º | 0.54% | 0.4% | - |
| XYZ | 5.13 | 3.82 | 12.78 | - |
| YUV | 56.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 101 | 0.42 | 0.54 | 0 | 0.60 | 254.18 | 0.37 | 0.29 |
| Hex | 3B | 2E | 65 | 2A | 36 | 0 | 3C | FE | 25 | 1D |
| Octal | 73 | 56 | 145 | 52 | 66 | 0 | 74 | 376 | 45 | 35 |
| Binary | 111011 | 101110 | 1100101 | 101010 | 110110 | 0 | 111100 | 11111110 | 100101 | 11101 |
Color Harmonies of #3B2E65
Complementary color
Monochromatic Colors of #3B2E65
Black with #3B2E65
Text Example
Text Example
White with #3B2E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E65; }
p { color: rgb(59,46,101); }
H1.HeaderClassName
{
color: #3B2E65;
}
.AnyTagClassName
{
color: #3B2E65;
}
</style>
background-color css
<style>
a { background-color: #3B2E65; }
a { background-color: rgb(59,46,101); }
div.DivClassName
{
background-color: #3B2E65;
}
.BgClassName
{
background-color: #3B2E65;
}
</style>
border-color css
<style>
span { border-color: #3B2E65; }
span { border-color: rgb(59,46,101); }
td.TdClassName
{
border-color: #3B2E65;
}
.TagClassName
{
border-color: #3B2E65;
}
</style>