Shades of Minsk #3C3363
Tints of Minsk #3C3363
RGB
CMYK
RGB Variations
Color information
#3C3363 (or 0x3C3363) is known color: Minsk. HEX triplet: 3C, 33 and 63. RGB value is (60,51,99). Sum of RGB (Red+Green+Blue) = 60+51+99=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C3363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3363 is #C3CC9C. Grayscale: #3A3A3A. Windows color (decimal): -12831901 or 6501180. OLE color: 6501180.
HSL color Cylindrical-coordinate representation of color #3C3363: hue angle of 251.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C3363 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 51 | 99 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.61 |
| HSL | 251.25º | 0.32% | 0.29% | - |
| HSV(B) | 251.25º | 0.48% | 0.39% | - |
| XYZ | 5.3 | 4.23 | 12.34 | - |
| YUV | 59.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 99 | 0.39 | 0.48 | 0 | 0.61 | 251.25 | 0.32 | 0.29 |
| Hex | 3C | 33 | 63 | 27 | 30 | 0 | 3D | FB | 20 | 1D |
| Octal | 74 | 63 | 143 | 47 | 60 | 0 | 75 | 373 | 40 | 35 |
| Binary | 111100 | 110011 | 1100011 | 100111 | 110000 | 0 | 111101 | 11111011 | 100000 | 11101 |
Color Harmonies of #3C3363
Complementary color
Monochromatic Colors of #3C3363
Black with #3C3363
Text Example
Text Example
White with #3C3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3363; }
p { color: rgb(60,51,99); }
H1.HeaderClassName
{
color: #3C3363;
}
.AnyTagClassName
{
color: #3C3363;
}
</style>
background-color css
<style>
a { background-color: #3C3363; }
a { background-color: rgb(60,51,99); }
div.DivClassName
{
background-color: #3C3363;
}
.BgClassName
{
background-color: #3C3363;
}
</style>
border-color css
<style>
span { border-color: #3C3363; }
span { border-color: rgb(60,51,99); }
td.TdClassName
{
border-color: #3C3363;
}
.TagClassName
{
border-color: #3C3363;
}
</style>