Shades of Minsk #3C286C
Tints of Minsk #3C286C
RGB
CMYK
RGB Variations
Color information
#3C286C (or 0x3C286C) is known color: Minsk. HEX triplet: 3C, 28 and 6C. RGB value is (60,40,108). Sum of RGB (Red+Green+Blue) = 60+40+108=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C286C is #C3D793. Grayscale: #353535. Windows color (decimal): -12834708 or 7088188. OLE color: 7088188.
HSL color Cylindrical-coordinate representation of color #3C286C: hue angle of 257.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C286C is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 40 | 108 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.58 |
| HSL | 257.65º | 0.46% | 0.29% | - |
| HSV(B) | 257.65º | 0.63% | 0.42% | - |
| XYZ | 5.33 | 3.56 | 14.59 | - |
| YUV | 53.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 108 | 0.44 | 0.63 | 0 | 0.58 | 257.65 | 0.46 | 0.29 |
| Hex | 3C | 28 | 6C | 2C | 3F | 0 | 3A | 102 | 2E | 1D |
| Octal | 74 | 50 | 154 | 54 | 77 | 0 | 72 | 402 | 56 | 35 |
| Binary | 111100 | 101000 | 1101100 | 101100 | 111111 | 0 | 111010 | 100000010 | 101110 | 11101 |
Color Harmonies of #3C286C
Complementary color
Monochromatic Colors of #3C286C
Black with #3C286C
Text Example
Text Example
White with #3C286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C286C; }
p { color: rgb(60,40,108); }
H1.HeaderClassName
{
color: #3C286C;
}
.AnyTagClassName
{
color: #3C286C;
}
</style>
background-color css
<style>
a { background-color: #3C286C; }
a { background-color: rgb(60,40,108); }
div.DivClassName
{
background-color: #3C286C;
}
.BgClassName
{
background-color: #3C286C;
}
</style>
border-color css
<style>
span { border-color: #3C286C; }
span { border-color: rgb(60,40,108); }
td.TdClassName
{
border-color: #3C286C;
}
.TagClassName
{
border-color: #3C286C;
}
</style>