Shades of Minsk #3C3761
Tints of Minsk #3C3761
RGB
CMYK
RGB Variations
Color information
#3C3761 (or 0x3C3761) is known color: Minsk. HEX triplet: 3C, 37 and 61. RGB value is (60,55,97). Sum of RGB (Red+Green+Blue) = 60+55+97=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C3761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3761 is #C3C89E. Grayscale: #3D3D3D. Windows color (decimal): -12830879 or 6371132. OLE color: 6371132.
HSL color Cylindrical-coordinate representation of color #3C3761: hue angle of 247.14º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C3761 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 55 | 97 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.62 |
| HSL | 247.14º | 0.28% | 0.3% | - |
| HSV(B) | 247.14º | 0.43% | 0.38% | - |
| XYZ | 5.39 | 4.56 | 11.9 | - |
| YUV | 61.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 97 | 0.38 | 0.43 | 0 | 0.62 | 247.14 | 0.28 | 0.3 |
| Hex | 3C | 37 | 61 | 26 | 2B | 0 | 3E | F7 | 1C | 1E |
| Octal | 74 | 67 | 141 | 46 | 53 | 0 | 76 | 367 | 34 | 36 |
| Binary | 111100 | 110111 | 1100001 | 100110 | 101011 | 0 | 111110 | 11110111 | 11100 | 11110 |
Color Harmonies of #3C3761
Complementary color
Monochromatic Colors of #3C3761
Black with #3C3761
Text Example
Text Example
White with #3C3761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3761; }
p { color: rgb(60,55,97); }
H1.HeaderClassName
{
color: #3C3761;
}
.AnyTagClassName
{
color: #3C3761;
}
</style>
background-color css
<style>
a { background-color: #3C3761; }
a { background-color: rgb(60,55,97); }
div.DivClassName
{
background-color: #3C3761;
}
.BgClassName
{
background-color: #3C3761;
}
</style>
border-color css
<style>
span { border-color: #3C3761; }
span { border-color: rgb(60,55,97); }
td.TdClassName
{
border-color: #3C3761;
}
.TagClassName
{
border-color: #3C3761;
}
</style>