Shades of Minsk #3C3063
Tints of Minsk #3C3063
RGB
CMYK
RGB Variations
Color information
#3C3063 (or 0x3C3063) is known color: Minsk. HEX triplet: 3C, 30 and 63. RGB value is (60,48,99). Sum of RGB (Red+Green+Blue) = 60+48+99=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C3063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3063 is #C3CF9C. Grayscale: #393939. Windows color (decimal): -12832669 or 6500412. OLE color: 6500412.
HSL color Cylindrical-coordinate representation of color #3C3063: hue angle of 254.12º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C3063 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 48 | 99 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.61 |
| HSL | 254.12º | 0.35% | 0.29% | - |
| HSV(B) | 254.12º | 0.52% | 0.39% | - |
| XYZ | 5.17 | 3.98 | 12.3 | - |
| YUV | 57.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 99 | 0.39 | 0.52 | 0 | 0.61 | 254.12 | 0.35 | 0.29 |
| Hex | 3C | 30 | 63 | 27 | 34 | 0 | 3D | FE | 23 | 1D |
| Octal | 74 | 60 | 143 | 47 | 64 | 0 | 75 | 376 | 43 | 35 |
| Binary | 111100 | 110000 | 1100011 | 100111 | 110100 | 0 | 111101 | 11111110 | 100011 | 11101 |
Color Harmonies of #3C3063
Complementary color
Monochromatic Colors of #3C3063
Black with #3C3063
Text Example
Text Example
White with #3C3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3063; }
p { color: rgb(60,48,99); }
H1.HeaderClassName
{
color: #3C3063;
}
.AnyTagClassName
{
color: #3C3063;
}
</style>
background-color css
<style>
a { background-color: #3C3063; }
a { background-color: rgb(60,48,99); }
div.DivClassName
{
background-color: #3C3063;
}
.BgClassName
{
background-color: #3C3063;
}
</style>
border-color css
<style>
span { border-color: #3C3063; }
span { border-color: rgb(60,48,99); }
td.TdClassName
{
border-color: #3C3063;
}
.TagClassName
{
border-color: #3C3063;
}
</style>