Shades of Minsk #3C326F
Tints of Minsk #3C326F
RGB
CMYK
RGB Variations
Color information
#3C326F (or 0x3C326F) is known color: Minsk. HEX triplet: 3C, 32 and 6F. RGB value is (60,50,111). Sum of RGB (Red+Green+Blue) = 60+50+111=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C326F is #C3CD90. Grayscale: #3B3B3B. Windows color (decimal): -12832145 or 7287356. OLE color: 7287356.
HSL color Cylindrical-coordinate representation of color #3C326F: hue angle of 249.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C326F is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 50 | 111 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.56 |
| HSL | 249.84º | 0.38% | 0.32% | - |
| HSV(B) | 249.84º | 0.55% | 0.44% | - |
| XYZ | 5.87 | 4.39 | 15.58 | - |
| YUV | 59.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 111 | 0.46 | 0.55 | 0 | 0.56 | 249.84 | 0.38 | 0.32 |
| Hex | 3C | 32 | 6F | 2E | 37 | 0 | 38 | FA | 26 | 20 |
| Octal | 74 | 62 | 157 | 56 | 67 | 0 | 70 | 372 | 46 | 40 |
| Binary | 111100 | 110010 | 1101111 | 101110 | 110111 | 0 | 111000 | 11111010 | 100110 | 100000 |
Color Harmonies of #3C326F
Complementary color
Monochromatic Colors of #3C326F
Black with #3C326F
Text Example
Text Example
White with #3C326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C326F; }
p { color: rgb(60,50,111); }
H1.HeaderClassName
{
color: #3C326F;
}
.AnyTagClassName
{
color: #3C326F;
}
</style>
background-color css
<style>
a { background-color: #3C326F; }
a { background-color: rgb(60,50,111); }
div.DivClassName
{
background-color: #3C326F;
}
.BgClassName
{
background-color: #3C326F;
}
</style>
border-color css
<style>
span { border-color: #3C326F; }
span { border-color: rgb(60,50,111); }
td.TdClassName
{
border-color: #3C326F;
}
.TagClassName
{
border-color: #3C326F;
}
</style>