Shades of Minsk #3C3365
Tints of Minsk #3C3365
RGB
CMYK
RGB Variations
Color information
#3C3365 (or 0x3C3365) is known color: Minsk. HEX triplet: 3C, 33 and 65. RGB value is (60,51,101). Sum of RGB (Red+Green+Blue) = 60+51+101=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #3C3365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3365 is #C3CC9A. Grayscale: #3B3B3B. Windows color (decimal): -12831899 or 6632252. OLE color: 6632252.
HSL color Cylindrical-coordinate representation of color #3C3365: hue angle of 250.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C3365 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 51 | 101 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.60 |
| HSL | 250.8º | 0.33% | 0.3% | - |
| HSV(B) | 250.8º | 0.5% | 0.4% | - |
| XYZ | 5.4 | 4.27 | 12.85 | - |
| YUV | 59.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 101 | 0.41 | 0.50 | 0 | 0.60 | 250.8 | 0.33 | 0.3 |
| Hex | 3C | 33 | 65 | 29 | 32 | 0 | 3C | FB | 21 | 1E |
| Octal | 74 | 63 | 145 | 51 | 62 | 0 | 74 | 373 | 41 | 36 |
| Binary | 111100 | 110011 | 1100101 | 101001 | 110010 | 0 | 111100 | 11111011 | 100001 | 11110 |
Color Harmonies of #3C3365
Complementary color
Monochromatic Colors of #3C3365
Black with #3C3365
Text Example
Text Example
White with #3C3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3365; }
p { color: rgb(60,51,101); }
H1.HeaderClassName
{
color: #3C3365;
}
.AnyTagClassName
{
color: #3C3365;
}
</style>
background-color css
<style>
a { background-color: #3C3365; }
a { background-color: rgb(60,51,101); }
div.DivClassName
{
background-color: #3C3365;
}
.BgClassName
{
background-color: #3C3365;
}
</style>
border-color css
<style>
span { border-color: #3C3365; }
span { border-color: rgb(60,51,101); }
td.TdClassName
{
border-color: #3C3365;
}
.TagClassName
{
border-color: #3C3365;
}
</style>