Shades of Minsk #3B2B71
Tints of Minsk #3B2B71
RGB
CMYK
RGB Variations
Color information
#3B2B71 (or 0x3B2B71) is known color: Minsk. HEX triplet: 3B, 2B and 71. RGB value is (59,43,113). Sum of RGB (Red+Green+Blue) = 59+43+113=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B2B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2B71 is #C4D48E. Grayscale: #373737. Windows color (decimal): -12899471 or 7416635. OLE color: 7416635.
HSL color Cylindrical-coordinate representation of color #3B2B71: hue angle of 253.71º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B2B71 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 43 | 113 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.56 |
| HSL | 253.71º | 0.45% | 0.31% | - |
| HSV(B) | 253.71º | 0.62% | 0.44% | - |
| XYZ | 5.65 | 3.85 | 16.07 | - |
| YUV | 55.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 113 | 0.48 | 0.62 | 0 | 0.56 | 253.71 | 0.45 | 0.31 |
| Hex | 3B | 2B | 71 | 30 | 3E | 0 | 38 | FE | 2D | 1F |
| Octal | 73 | 53 | 161 | 60 | 76 | 0 | 70 | 376 | 55 | 37 |
| Binary | 111011 | 101011 | 1110001 | 110000 | 111110 | 0 | 111000 | 11111110 | 101101 | 11111 |
Color Harmonies of #3B2B71
Complementary color
Monochromatic Colors of #3B2B71
Black with #3B2B71
Text Example
Text Example
White with #3B2B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B71; }
p { color: rgb(59,43,113); }
H1.HeaderClassName
{
color: #3B2B71;
}
.AnyTagClassName
{
color: #3B2B71;
}
</style>
background-color css
<style>
a { background-color: #3B2B71; }
a { background-color: rgb(59,43,113); }
div.DivClassName
{
background-color: #3B2B71;
}
.BgClassName
{
background-color: #3B2B71;
}
</style>
border-color css
<style>
span { border-color: #3B2B71; }
span { border-color: rgb(59,43,113); }
td.TdClassName
{
border-color: #3B2B71;
}
.TagClassName
{
border-color: #3B2B71;
}
</style>