Shades of Minsk #3C3275
Tints of Minsk #3C3275
RGB
CMYK
RGB Variations
Color information
#3C3275 (or 0x3C3275) is known color: Minsk. HEX triplet: 3C, 32 and 75. RGB value is (60,50,117). Sum of RGB (Red+Green+Blue) = 60+50+117=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C3275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3275 is #C3CD8A. Grayscale: #3C3C3C. Windows color (decimal): -12832139 or 7680572. OLE color: 7680572.
HSL color Cylindrical-coordinate representation of color #3C3275: hue angle of 248.96º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C3275 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 50 | 117 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.54 |
| HSL | 248.96º | 0.4% | 0.33% | - |
| HSV(B) | 248.96º | 0.57% | 0.46% | - |
| XYZ | 6.21 | 4.53 | 17.38 | - |
| YUV | 60.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 117 | 0.49 | 0.57 | 0 | 0.54 | 248.96 | 0.4 | 0.33 |
| Hex | 3C | 32 | 75 | 31 | 39 | 0 | 36 | F9 | 28 | 21 |
| Octal | 74 | 62 | 165 | 61 | 71 | 0 | 66 | 371 | 50 | 41 |
| Binary | 111100 | 110010 | 1110101 | 110001 | 111001 | 0 | 110110 | 11111001 | 101000 | 100001 |
Color Harmonies of #3C3275
Complementary color
Monochromatic Colors of #3C3275
Black with #3C3275
Text Example
Text Example
White with #3C3275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3275; }
p { color: rgb(60,50,117); }
H1.HeaderClassName
{
color: #3C3275;
}
.AnyTagClassName
{
color: #3C3275;
}
</style>
background-color css
<style>
a { background-color: #3C3275; }
a { background-color: rgb(60,50,117); }
div.DivClassName
{
background-color: #3C3275;
}
.BgClassName
{
background-color: #3C3275;
}
</style>
border-color css
<style>
span { border-color: #3C3275; }
span { border-color: rgb(60,50,117); }
td.TdClassName
{
border-color: #3C3275;
}
.TagClassName
{
border-color: #3C3275;
}
</style>