Shades of Minsk #3C326A
Tints of Minsk #3C326A
RGB
CMYK
RGB Variations
Color information
#3C326A (or 0x3C326A) is known color: Minsk. HEX triplet: 3C, 32 and 6A. RGB value is (60,50,106). Sum of RGB (Red+Green+Blue) = 60+50+106=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C326A is #C3CD95. Grayscale: #3B3B3B. Windows color (decimal): -12832150 or 6959676. OLE color: 6959676.
HSL color Cylindrical-coordinate representation of color #3C326A: hue angle of 250.71º 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 #3C326A is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 50 | 106 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.58 |
| HSL | 250.71º | 0.36% | 0.31% | - |
| HSV(B) | 250.71º | 0.53% | 0.42% | - |
| XYZ | 5.61 | 4.28 | 14.17 | - |
| YUV | 59.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 106 | 0.43 | 0.53 | 0 | 0.58 | 250.71 | 0.36 | 0.31 |
| Hex | 3C | 32 | 6A | 2B | 35 | 0 | 3A | FB | 24 | 1F |
| Octal | 74 | 62 | 152 | 53 | 65 | 0 | 72 | 373 | 44 | 37 |
| Binary | 111100 | 110010 | 1101010 | 101011 | 110101 | 0 | 111010 | 11111011 | 100100 | 11111 |
Color Harmonies of #3C326A
Complementary color
Monochromatic Colors of #3C326A
Black with #3C326A
Text Example
Text Example
White with #3C326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C326A; }
p { color: rgb(60,50,106); }
H1.HeaderClassName
{
color: #3C326A;
}
.AnyTagClassName
{
color: #3C326A;
}
</style>
background-color css
<style>
a { background-color: #3C326A; }
a { background-color: rgb(60,50,106); }
div.DivClassName
{
background-color: #3C326A;
}
.BgClassName
{
background-color: #3C326A;
}
</style>
border-color css
<style>
span { border-color: #3C326A; }
span { border-color: rgb(60,50,106); }
td.TdClassName
{
border-color: #3C326A;
}
.TagClassName
{
border-color: #3C326A;
}
</style>