Shades of Minsk #3C2E6C
Tints of Minsk #3C2E6C
RGB
CMYK
RGB Variations
Color information
#3C2E6C (or 0x3C2E6C) is known color: Minsk. HEX triplet: 3C, 2E and 6C. RGB value is (60,46,108). Sum of RGB (Red+Green+Blue) = 60+46+108=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C2E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E6C is #C3D193. Grayscale: #393939. Windows color (decimal): -12833172 or 7089724. OLE color: 7089724.
HSL color Cylindrical-coordinate representation of color #3C2E6C: hue angle of 253.55º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C2E6C is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 46 | 108 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.58 |
| HSL | 253.55º | 0.4% | 0.3% | - |
| HSV(B) | 253.55º | 0.57% | 0.42% | - |
| XYZ | 5.55 | 4 | 14.67 | - |
| YUV | 57.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 108 | 0.44 | 0.57 | 0 | 0.58 | 253.55 | 0.4 | 0.3 |
| Hex | 3C | 2E | 6C | 2C | 39 | 0 | 3A | FE | 28 | 1E |
| Octal | 74 | 56 | 154 | 54 | 71 | 0 | 72 | 376 | 50 | 36 |
| Binary | 111100 | 101110 | 1101100 | 101100 | 111001 | 0 | 111010 | 11111110 | 101000 | 11110 |
Color Harmonies of #3C2E6C
Complementary color
Monochromatic Colors of #3C2E6C
Black with #3C2E6C
Text Example
Text Example
White with #3C2E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E6C; }
p { color: rgb(60,46,108); }
H1.HeaderClassName
{
color: #3C2E6C;
}
.AnyTagClassName
{
color: #3C2E6C;
}
</style>
background-color css
<style>
a { background-color: #3C2E6C; }
a { background-color: rgb(60,46,108); }
div.DivClassName
{
background-color: #3C2E6C;
}
.BgClassName
{
background-color: #3C2E6C;
}
</style>
border-color css
<style>
span { border-color: #3C2E6C; }
span { border-color: rgb(60,46,108); }
td.TdClassName
{
border-color: #3C2E6C;
}
.TagClassName
{
border-color: #3C2E6C;
}
</style>