Shades of Minsk #3B3172
Tints of Minsk #3B3172
RGB
CMYK
RGB Variations
Color information
#3B3172 (or 0x3B3172) is known color: Minsk. HEX triplet: 3B, 31 and 72. RGB value is (59,49,114). Sum of RGB (Red+Green+Blue) = 59+49+114=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B3172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3172 is #C4CE8D. Grayscale: #3B3B3B. Windows color (decimal): -12897934 or 7483707. OLE color: 7483707.
HSL color Cylindrical-coordinate representation of color #3B3172: hue angle of 249.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B3172 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 49 | 114 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.55 |
| HSL | 249.23º | 0.4% | 0.32% | - |
| HSV(B) | 249.23º | 0.57% | 0.45% | - |
| XYZ | 5.94 | 4.34 | 16.44 | - |
| YUV | 59.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 114 | 0.48 | 0.57 | 0 | 0.55 | 249.23 | 0.4 | 0.32 |
| Hex | 3B | 31 | 72 | 30 | 39 | 0 | 37 | F9 | 28 | 20 |
| Octal | 73 | 61 | 162 | 60 | 71 | 0 | 67 | 371 | 50 | 40 |
| Binary | 111011 | 110001 | 1110010 | 110000 | 111001 | 0 | 110111 | 11111001 | 101000 | 100000 |
Color Harmonies of #3B3172
Complementary color
Monochromatic Colors of #3B3172
Black with #3B3172
Text Example
Text Example
White with #3B3172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3172; }
p { color: rgb(59,49,114); }
H1.HeaderClassName
{
color: #3B3172;
}
.AnyTagClassName
{
color: #3B3172;
}
</style>
background-color css
<style>
a { background-color: #3B3172; }
a { background-color: rgb(59,49,114); }
div.DivClassName
{
background-color: #3B3172;
}
.BgClassName
{
background-color: #3B3172;
}
</style>
border-color css
<style>
span { border-color: #3B3172; }
span { border-color: rgb(59,49,114); }
td.TdClassName
{
border-color: #3B3172;
}
.TagClassName
{
border-color: #3B3172;
}
</style>