Shades of Minsk #3B2D69
Tints of Minsk #3B2D69
RGB
CMYK
RGB Variations
Color information
#3B2D69 (or 0x3B2D69) is known color: Minsk. HEX triplet: 3B, 2D and 69. RGB value is (59,45,105). Sum of RGB (Red+Green+Blue) = 59+45+105=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B2D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2D69 is #C4D296. Grayscale: #373737. Windows color (decimal): -12898967 or 6892859. OLE color: 6892859.
HSL color Cylindrical-coordinate representation of color #3B2D69: hue angle of 254º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B2D69 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 45 | 105 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.59 |
| HSL | 254º | 0.4% | 0.29% | - |
| HSV(B) | 254º | 0.57% | 0.41% | - |
| XYZ | 5.29 | 3.83 | 13.82 | - |
| YUV | 56.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 105 | 0.44 | 0.57 | 0 | 0.59 | 254 | 0.4 | 0.29 |
| Hex | 3B | 2D | 69 | 2C | 39 | 0 | 3B | FE | 28 | 1D |
| Octal | 73 | 55 | 151 | 54 | 71 | 0 | 73 | 376 | 50 | 35 |
| Binary | 111011 | 101101 | 1101001 | 101100 | 111001 | 0 | 111011 | 11111110 | 101000 | 11101 |
Color Harmonies of #3B2D69
Complementary color
Monochromatic Colors of #3B2D69
Black with #3B2D69
Text Example
Text Example
White with #3B2D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D69; }
p { color: rgb(59,45,105); }
H1.HeaderClassName
{
color: #3B2D69;
}
.AnyTagClassName
{
color: #3B2D69;
}
</style>
background-color css
<style>
a { background-color: #3B2D69; }
a { background-color: rgb(59,45,105); }
div.DivClassName
{
background-color: #3B2D69;
}
.BgClassName
{
background-color: #3B2D69;
}
</style>
border-color css
<style>
span { border-color: #3B2D69; }
span { border-color: rgb(59,45,105); }
td.TdClassName
{
border-color: #3B2D69;
}
.TagClassName
{
border-color: #3B2D69;
}
</style>