Shades of Minsk #3C3170
Tints of Minsk #3C3170
RGB
CMYK
RGB Variations
Color information
#3C3170 (or 0x3C3170) is known color: Minsk. HEX triplet: 3C, 31 and 70. RGB value is (60,49,112). Sum of RGB (Red+Green+Blue) = 60+49+112=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C3170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3170 is #C3CE8F. Grayscale: #3B3B3B. Windows color (decimal): -12832400 or 7352636. OLE color: 7352636.
HSL color Cylindrical-coordinate representation of color #3C3170: hue angle of 250.48º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C3170 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 49 | 112 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.56 |
| HSL | 250.48º | 0.39% | 0.32% | - |
| HSV(B) | 250.48º | 0.56% | 0.44% | - |
| XYZ | 5.89 | 4.33 | 15.85 | - |
| YUV | 59.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 112 | 0.46 | 0.56 | 0 | 0.56 | 250.48 | 0.39 | 0.32 |
| Hex | 3C | 31 | 70 | 2E | 38 | 0 | 38 | FA | 27 | 20 |
| Octal | 74 | 61 | 160 | 56 | 70 | 0 | 70 | 372 | 47 | 40 |
| Binary | 111100 | 110001 | 1110000 | 101110 | 111000 | 0 | 111000 | 11111010 | 100111 | 100000 |
Color Harmonies of #3C3170
Complementary color
Monochromatic Colors of #3C3170
Black with #3C3170
Text Example
Text Example
White with #3C3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3170; }
p { color: rgb(60,49,112); }
H1.HeaderClassName
{
color: #3C3170;
}
.AnyTagClassName
{
color: #3C3170;
}
</style>
background-color css
<style>
a { background-color: #3C3170; }
a { background-color: rgb(60,49,112); }
div.DivClassName
{
background-color: #3C3170;
}
.BgClassName
{
background-color: #3C3170;
}
</style>
border-color css
<style>
span { border-color: #3C3170; }
span { border-color: rgb(60,49,112); }
td.TdClassName
{
border-color: #3C3170;
}
.TagClassName
{
border-color: #3C3170;
}
</style>