Shades of Minsk #3C3172
Tints of Minsk #3C3172
RGB
CMYK
RGB Variations
Color information
#3C3172 (or 0x3C3172) is known color: Minsk. HEX triplet: 3C, 31 and 72. RGB value is (60,49,114). Sum of RGB (Red+Green+Blue) = 60+49+114=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C3172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3172 is #C3CE8D. Grayscale: #3B3B3B. Windows color (decimal): -12832398 or 7483708. OLE color: 7483708.
HSL color Cylindrical-coordinate representation of color #3C3172: hue angle of 250.15º 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 #3C3172 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 49 | 114 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.55 |
| HSL | 250.15º | 0.4% | 0.32% | - |
| HSV(B) | 250.15º | 0.57% | 0.45% | - |
| XYZ | 6 | 4.37 | 16.45 | - |
| YUV | 59.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 114 | 0.47 | 0.57 | 0 | 0.55 | 250.15 | 0.4 | 0.32 |
| Hex | 3C | 31 | 72 | 2F | 39 | 0 | 37 | FA | 28 | 20 |
| Octal | 74 | 61 | 162 | 57 | 71 | 0 | 67 | 372 | 50 | 40 |
| Binary | 111100 | 110001 | 1110010 | 101111 | 111001 | 0 | 110111 | 11111010 | 101000 | 100000 |
Color Harmonies of #3C3172
Complementary color
Monochromatic Colors of #3C3172
Black with #3C3172
Text Example
Text Example
White with #3C3172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3172; }
p { color: rgb(60,49,114); }
H1.HeaderClassName
{
color: #3C3172;
}
.AnyTagClassName
{
color: #3C3172;
}
</style>
background-color css
<style>
a { background-color: #3C3172; }
a { background-color: rgb(60,49,114); }
div.DivClassName
{
background-color: #3C3172;
}
.BgClassName
{
background-color: #3C3172;
}
</style>
border-color css
<style>
span { border-color: #3C3172; }
span { border-color: rgb(60,49,114); }
td.TdClassName
{
border-color: #3C3172;
}
.TagClassName
{
border-color: #3C3172;
}
</style>