Shades of Minsk #3C346A
Tints of Minsk #3C346A
RGB
CMYK
RGB Variations
Color information
#3C346A (or 0x3C346A) is known color: Minsk. HEX triplet: 3C, 34 and 6A. RGB value is (60,52,106). Sum of RGB (Red+Green+Blue) = 60+52+106=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C346A is #C3CB95. Grayscale: #3C3C3C. Windows color (decimal): -12831638 or 6960188. OLE color: 6960188.
HSL color Cylindrical-coordinate representation of color #3C346A: hue angle of 248.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C346A is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 52 | 106 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.58 |
| HSL | 248.89º | 0.34% | 0.31% | - |
| HSV(B) | 248.89º | 0.51% | 0.42% | - |
| XYZ | 5.69 | 4.46 | 14.2 | - |
| YUV | 60.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 106 | 0.43 | 0.51 | 0 | 0.58 | 248.89 | 0.34 | 0.31 |
| Hex | 3C | 34 | 6A | 2B | 33 | 0 | 3A | F9 | 22 | 1F |
| Octal | 74 | 64 | 152 | 53 | 63 | 0 | 72 | 371 | 42 | 37 |
| Binary | 111100 | 110100 | 1101010 | 101011 | 110011 | 0 | 111010 | 11111001 | 100010 | 11111 |
Color Harmonies of #3C346A
Complementary color
Monochromatic Colors of #3C346A
Black with #3C346A
Text Example
Text Example
White with #3C346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C346A; }
p { color: rgb(60,52,106); }
H1.HeaderClassName
{
color: #3C346A;
}
.AnyTagClassName
{
color: #3C346A;
}
</style>
background-color css
<style>
a { background-color: #3C346A; }
a { background-color: rgb(60,52,106); }
div.DivClassName
{
background-color: #3C346A;
}
.BgClassName
{
background-color: #3C346A;
}
</style>
border-color css
<style>
span { border-color: #3C346A; }
span { border-color: rgb(60,52,106); }
td.TdClassName
{
border-color: #3C346A;
}
.TagClassName
{
border-color: #3C346A;
}
</style>