Shades of Minsk #3C3763
Tints of Minsk #3C3763
RGB
CMYK
RGB Variations
Color information
#3C3763 (or 0x3C3763) is known color: Minsk. HEX triplet: 3C, 37 and 63. RGB value is (60,55,99). Sum of RGB (Red+Green+Blue) = 60+55+99=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C3763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3763 is #C3C89C. Grayscale: #3D3D3D. Windows color (decimal): -12830877 or 6502204. OLE color: 6502204.
HSL color Cylindrical-coordinate representation of color #3C3763: hue angle of 246.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C3763 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 55 | 99 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.61 |
| HSL | 246.82º | 0.29% | 0.3% | - |
| HSV(B) | 246.82º | 0.44% | 0.39% | - |
| XYZ | 5.48 | 4.59 | 12.4 | - |
| YUV | 61.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 99 | 0.39 | 0.44 | 0 | 0.61 | 246.82 | 0.29 | 0.3 |
| Hex | 3C | 37 | 63 | 27 | 2C | 0 | 3D | F7 | 1D | 1E |
| Octal | 74 | 67 | 143 | 47 | 54 | 0 | 75 | 367 | 35 | 36 |
| Binary | 111100 | 110111 | 1100011 | 100111 | 101100 | 0 | 111101 | 11110111 | 11101 | 11110 |
Color Harmonies of #3C3763
Complementary color
Monochromatic Colors of #3C3763
Black with #3C3763
Text Example
Text Example
White with #3C3763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3763; }
p { color: rgb(60,55,99); }
H1.HeaderClassName
{
color: #3C3763;
}
.AnyTagClassName
{
color: #3C3763;
}
</style>
background-color css
<style>
a { background-color: #3C3763; }
a { background-color: rgb(60,55,99); }
div.DivClassName
{
background-color: #3C3763;
}
.BgClassName
{
background-color: #3C3763;
}
</style>
border-color css
<style>
span { border-color: #3C3763; }
span { border-color: rgb(60,55,99); }
td.TdClassName
{
border-color: #3C3763;
}
.TagClassName
{
border-color: #3C3763;
}
</style>