Shades of Minsk #3C3475
Tints of Minsk #3C3475
RGB
CMYK
RGB Variations
Color information
#3C3475 (or 0x3C3475) is known color: Minsk. HEX triplet: 3C, 34 and 75. RGB value is (60,52,117). Sum of RGB (Red+Green+Blue) = 60+52+117=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C3475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3475 is #C3CB8A. Grayscale: #3D3D3D. Windows color (decimal): -12831627 or 7681084. OLE color: 7681084.
HSL color Cylindrical-coordinate representation of color #3C3475: hue angle of 247.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C3475 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 52 | 117 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.54 |
| HSL | 247.38º | 0.38% | 0.33% | - |
| HSV(B) | 247.38º | 0.56% | 0.46% | - |
| XYZ | 6.3 | 4.7 | 17.4 | - |
| YUV | 61.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 117 | 0.49 | 0.56 | 0 | 0.54 | 247.38 | 0.38 | 0.33 |
| Hex | 3C | 34 | 75 | 31 | 38 | 0 | 36 | F7 | 26 | 21 |
| Octal | 74 | 64 | 165 | 61 | 70 | 0 | 66 | 367 | 46 | 41 |
| Binary | 111100 | 110100 | 1110101 | 110001 | 111000 | 0 | 110110 | 11110111 | 100110 | 100001 |
Color Harmonies of #3C3475
Complementary color
Monochromatic Colors of #3C3475
Black with #3C3475
Text Example
Text Example
White with #3C3475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3475; }
p { color: rgb(60,52,117); }
H1.HeaderClassName
{
color: #3C3475;
}
.AnyTagClassName
{
color: #3C3475;
}
</style>
background-color css
<style>
a { background-color: #3C3475; }
a { background-color: rgb(60,52,117); }
div.DivClassName
{
background-color: #3C3475;
}
.BgClassName
{
background-color: #3C3475;
}
</style>
border-color css
<style>
span { border-color: #3C3475; }
span { border-color: rgb(60,52,117); }
td.TdClassName
{
border-color: #3C3475;
}
.TagClassName
{
border-color: #3C3475;
}
</style>