Shades of Minsk #3C326B
Tints of Minsk #3C326B
RGB
CMYK
RGB Variations
Color information
#3C326B (or 0x3C326B) is known color: Minsk. HEX triplet: 3C, 32 and 6B. RGB value is (60,50,107). Sum of RGB (Red+Green+Blue) = 60+50+107=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C326B is #C3CD94. Grayscale: #3B3B3B. Windows color (decimal): -12832149 or 7025212. OLE color: 7025212.
HSL color Cylindrical-coordinate representation of color #3C326B: hue angle of 250.53º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C326B is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 50 | 107 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.58 |
| HSL | 250.53º | 0.36% | 0.31% | - |
| HSV(B) | 250.53º | 0.53% | 0.42% | - |
| XYZ | 5.66 | 4.3 | 14.44 | - |
| YUV | 59.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 107 | 0.44 | 0.53 | 0 | 0.58 | 250.53 | 0.36 | 0.31 |
| Hex | 3C | 32 | 6B | 2C | 35 | 0 | 3A | FB | 24 | 1F |
| Octal | 74 | 62 | 153 | 54 | 65 | 0 | 72 | 373 | 44 | 37 |
| Binary | 111100 | 110010 | 1101011 | 101100 | 110101 | 0 | 111010 | 11111011 | 100100 | 11111 |
Color Harmonies of #3C326B
Complementary color
Monochromatic Colors of #3C326B
Black with #3C326B
Text Example
Text Example
White with #3C326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C326B; }
p { color: rgb(60,50,107); }
H1.HeaderClassName
{
color: #3C326B;
}
.AnyTagClassName
{
color: #3C326B;
}
</style>
background-color css
<style>
a { background-color: #3C326B; }
a { background-color: rgb(60,50,107); }
div.DivClassName
{
background-color: #3C326B;
}
.BgClassName
{
background-color: #3C326B;
}
</style>
border-color css
<style>
span { border-color: #3C326B; }
span { border-color: rgb(60,50,107); }
td.TdClassName
{
border-color: #3C326B;
}
.TagClassName
{
border-color: #3C326B;
}
</style>