Shades of Minsk #3C3663
Tints of Minsk #3C3663
RGB
CMYK
RGB Variations
Color information
#3C3663 (or 0x3C3663) is known color: Minsk. HEX triplet: 3C, 36 and 63. RGB value is (60,54,99). Sum of RGB (Red+Green+Blue) = 60+54+99=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C3663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3663 is #C3C99C. Grayscale: #3C3C3C. Windows color (decimal): -12831133 or 6501948. OLE color: 6501948.
HSL color Cylindrical-coordinate representation of color #3C3663: hue angle of 248º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C3663 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 54 | 99 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.61 |
| HSL | 248º | 0.29% | 0.3% | - |
| HSV(B) | 248º | 0.45% | 0.39% | - |
| XYZ | 5.43 | 4.5 | 12.39 | - |
| YUV | 60.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 99 | 0.39 | 0.45 | 0 | 0.61 | 248 | 0.29 | 0.3 |
| Hex | 3C | 36 | 63 | 27 | 2D | 0 | 3D | F8 | 1D | 1E |
| Octal | 74 | 66 | 143 | 47 | 55 | 0 | 75 | 370 | 35 | 36 |
| Binary | 111100 | 110110 | 1100011 | 100111 | 101101 | 0 | 111101 | 11111000 | 11101 | 11110 |
Color Harmonies of #3C3663
Complementary color
Monochromatic Colors of #3C3663
Black with #3C3663
Text Example
Text Example
White with #3C3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3663; }
p { color: rgb(60,54,99); }
H1.HeaderClassName
{
color: #3C3663;
}
.AnyTagClassName
{
color: #3C3663;
}
</style>
background-color css
<style>
a { background-color: #3C3663; }
a { background-color: rgb(60,54,99); }
div.DivClassName
{
background-color: #3C3663;
}
.BgClassName
{
background-color: #3C3663;
}
</style>
border-color css
<style>
span { border-color: #3C3663; }
span { border-color: rgb(60,54,99); }
td.TdClassName
{
border-color: #3C3663;
}
.TagClassName
{
border-color: #3C3663;
}
</style>