Shades of Minsk #3C3370
Tints of Minsk #3C3370
RGB
CMYK
RGB Variations
Color information
#3C3370 (or 0x3C3370) is known color: Minsk. HEX triplet: 3C, 33 and 70. RGB value is (60,51,112). Sum of RGB (Red+Green+Blue) = 60+51+112=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C3370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3370 is #C3CC8F. Grayscale: #3C3C3C. Windows color (decimal): -12831888 or 7353148. OLE color: 7353148.
HSL color Cylindrical-coordinate representation of color #3C3370: hue angle of 248.85º 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 #3C3370 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 51 | 112 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.56 |
| HSL | 248.85º | 0.37% | 0.32% | - |
| HSV(B) | 248.85º | 0.54% | 0.44% | - |
| XYZ | 5.97 | 4.5 | 15.88 | - |
| YUV | 60.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 112 | 0.46 | 0.54 | 0 | 0.56 | 248.85 | 0.37 | 0.32 |
| Hex | 3C | 33 | 70 | 2E | 36 | 0 | 38 | F9 | 25 | 20 |
| Octal | 74 | 63 | 160 | 56 | 66 | 0 | 70 | 371 | 45 | 40 |
| Binary | 111100 | 110011 | 1110000 | 101110 | 110110 | 0 | 111000 | 11111001 | 100101 | 100000 |
Color Harmonies of #3C3370
Complementary color
Monochromatic Colors of #3C3370
Black with #3C3370
Text Example
Text Example
White with #3C3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3370; }
p { color: rgb(60,51,112); }
H1.HeaderClassName
{
color: #3C3370;
}
.AnyTagClassName
{
color: #3C3370;
}
</style>
background-color css
<style>
a { background-color: #3C3370; }
a { background-color: rgb(60,51,112); }
div.DivClassName
{
background-color: #3C3370;
}
.BgClassName
{
background-color: #3C3370;
}
</style>
border-color css
<style>
span { border-color: #3C3370; }
span { border-color: rgb(60,51,112); }
td.TdClassName
{
border-color: #3C3370;
}
.TagClassName
{
border-color: #3C3370;
}
</style>