Shades of Minsk #3C3273
Tints of Minsk #3C3273
RGB
CMYK
RGB Variations
Color information
#3C3273 (or 0x3C3273) is known color: Minsk. HEX triplet: 3C, 32 and 73. RGB value is (60,50,115). Sum of RGB (Red+Green+Blue) = 60+50+115=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3273 is #C3CD8C. Grayscale: #3C3C3C. Windows color (decimal): -12832141 or 7549500. OLE color: 7549500.
HSL color Cylindrical-coordinate representation of color #3C3273: hue angle of 249.23º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C3273 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 50 | 115 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.55 |
| HSL | 249.23º | 0.39% | 0.32% | - |
| HSV(B) | 249.23º | 0.57% | 0.45% | - |
| XYZ | 6.1 | 4.48 | 16.76 | - |
| YUV | 60.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 115 | 0.48 | 0.57 | 0 | 0.55 | 249.23 | 0.39 | 0.32 |
| Hex | 3C | 32 | 73 | 30 | 39 | 0 | 37 | F9 | 27 | 20 |
| Octal | 74 | 62 | 163 | 60 | 71 | 0 | 67 | 371 | 47 | 40 |
| Binary | 111100 | 110010 | 1110011 | 110000 | 111001 | 0 | 110111 | 11111001 | 100111 | 100000 |
Color Harmonies of #3C3273
Complementary color
Monochromatic Colors of #3C3273
Black with #3C3273
Text Example
Text Example
White with #3C3273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3273; }
p { color: rgb(60,50,115); }
H1.HeaderClassName
{
color: #3C3273;
}
.AnyTagClassName
{
color: #3C3273;
}
</style>
background-color css
<style>
a { background-color: #3C3273; }
a { background-color: rgb(60,50,115); }
div.DivClassName
{
background-color: #3C3273;
}
.BgClassName
{
background-color: #3C3273;
}
</style>
border-color css
<style>
span { border-color: #3C3273; }
span { border-color: rgb(60,50,115); }
td.TdClassName
{
border-color: #3C3273;
}
.TagClassName
{
border-color: #3C3273;
}
</style>