Shades of Minsk #3C3470
Tints of Minsk #3C3470
RGB
CMYK
RGB Variations
Color information
#3C3470 (or 0x3C3470) is known color: Minsk. HEX triplet: 3C, 34 and 70. RGB value is (60,52,112). Sum of RGB (Red+Green+Blue) = 60+52+112=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C3470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3470 is #C3CB8F. Grayscale: #3D3D3D. Windows color (decimal): -12831632 or 7353404. OLE color: 7353404.
HSL color Cylindrical-coordinate representation of color #3C3470: hue angle of 248º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C3470 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 52 | 112 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.56 |
| HSL | 248º | 0.37% | 0.32% | - |
| HSV(B) | 248º | 0.54% | 0.44% | - |
| XYZ | 6.02 | 4.59 | 15.9 | - |
| YUV | 61.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 112 | 0.46 | 0.54 | 0 | 0.56 | 248 | 0.37 | 0.32 |
| Hex | 3C | 34 | 70 | 2E | 36 | 0 | 38 | F8 | 25 | 20 |
| Octal | 74 | 64 | 160 | 56 | 66 | 0 | 70 | 370 | 45 | 40 |
| Binary | 111100 | 110100 | 1110000 | 101110 | 110110 | 0 | 111000 | 11111000 | 100101 | 100000 |
Color Harmonies of #3C3470
Complementary color
Monochromatic Colors of #3C3470
Black with #3C3470
Text Example
Text Example
White with #3C3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3470; }
p { color: rgb(60,52,112); }
H1.HeaderClassName
{
color: #3C3470;
}
.AnyTagClassName
{
color: #3C3470;
}
</style>
background-color css
<style>
a { background-color: #3C3470; }
a { background-color: rgb(60,52,112); }
div.DivClassName
{
background-color: #3C3470;
}
.BgClassName
{
background-color: #3C3470;
}
</style>
border-color css
<style>
span { border-color: #3C3470; }
span { border-color: rgb(60,52,112); }
td.TdClassName
{
border-color: #3C3470;
}
.TagClassName
{
border-color: #3C3470;
}
</style>