Shades of Minsk #3C3267
Tints of Minsk #3C3267
RGB
CMYK
RGB Variations
Color information
#3C3267 (or 0x3C3267) is known color: Minsk. HEX triplet: 3C, 32 and 67. RGB value is (60,50,103). Sum of RGB (Red+Green+Blue) = 60+50+103=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C3267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3267 is #C3CD98. Grayscale: #3A3A3A. Windows color (decimal): -12832153 or 6763068. OLE color: 6763068.
HSL color Cylindrical-coordinate representation of color #3C3267: hue angle of 251.32º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C3267 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 50 | 103 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.60 |
| HSL | 251.32º | 0.35% | 0.3% | - |
| HSV(B) | 251.32º | 0.51% | 0.4% | - |
| XYZ | 5.45 | 4.22 | 13.36 | - |
| YUV | 59.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 103 | 0.42 | 0.51 | 0 | 0.60 | 251.32 | 0.35 | 0.3 |
| Hex | 3C | 32 | 67 | 2A | 33 | 0 | 3C | FB | 23 | 1E |
| Octal | 74 | 62 | 147 | 52 | 63 | 0 | 74 | 373 | 43 | 36 |
| Binary | 111100 | 110010 | 1100111 | 101010 | 110011 | 0 | 111100 | 11111011 | 100011 | 11110 |
Color Harmonies of #3C3267
Complementary color
Monochromatic Colors of #3C3267
Black with #3C3267
Text Example
Text Example
White with #3C3267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3267; }
p { color: rgb(60,50,103); }
H1.HeaderClassName
{
color: #3C3267;
}
.AnyTagClassName
{
color: #3C3267;
}
</style>
background-color css
<style>
a { background-color: #3C3267; }
a { background-color: rgb(60,50,103); }
div.DivClassName
{
background-color: #3C3267;
}
.BgClassName
{
background-color: #3C3267;
}
</style>
border-color css
<style>
span { border-color: #3C3267; }
span { border-color: rgb(60,50,103); }
td.TdClassName
{
border-color: #3C3267;
}
.TagClassName
{
border-color: #3C3267;
}
</style>