Shades of Minsk #3B2F6E
Tints of Minsk #3B2F6E
RGB
CMYK
RGB Variations
Color information
#3B2F6E (or 0x3B2F6E) is known color: Minsk. HEX triplet: 3B, 2F and 6E. RGB value is (59,47,110). Sum of RGB (Red+Green+Blue) = 59+47+110=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B2F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2F6E is #C4D091. Grayscale: #393939. Windows color (decimal): -12898450 or 7221051. OLE color: 7221051.
HSL color Cylindrical-coordinate representation of color #3B2F6E: hue angle of 251.43º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B2F6E is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 47 | 110 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.57 |
| HSL | 251.43º | 0.4% | 0.31% | - |
| HSV(B) | 251.43º | 0.57% | 0.43% | - |
| XYZ | 5.63 | 4.09 | 15.24 | - |
| YUV | 57.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 110 | 0.46 | 0.57 | 0 | 0.57 | 251.43 | 0.4 | 0.31 |
| Hex | 3B | 2F | 6E | 2E | 39 | 0 | 39 | FB | 28 | 1F |
| Octal | 73 | 57 | 156 | 56 | 71 | 0 | 71 | 373 | 50 | 37 |
| Binary | 111011 | 101111 | 1101110 | 101110 | 111001 | 0 | 111001 | 11111011 | 101000 | 11111 |
Color Harmonies of #3B2F6E
Complementary color
Monochromatic Colors of #3B2F6E
Black with #3B2F6E
Text Example
Text Example
White with #3B2F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F6E; }
p { color: rgb(59,47,110); }
H1.HeaderClassName
{
color: #3B2F6E;
}
.AnyTagClassName
{
color: #3B2F6E;
}
</style>
background-color css
<style>
a { background-color: #3B2F6E; }
a { background-color: rgb(59,47,110); }
div.DivClassName
{
background-color: #3B2F6E;
}
.BgClassName
{
background-color: #3B2F6E;
}
</style>
border-color css
<style>
span { border-color: #3B2F6E; }
span { border-color: rgb(59,47,110); }
td.TdClassName
{
border-color: #3B2F6E;
}
.TagClassName
{
border-color: #3B2F6E;
}
</style>