Shades of Minsk #3C2D65
Tints of Minsk #3C2D65
RGB
CMYK
RGB Variations
Color information
#3C2D65 (or 0x3C2D65) is known color: Minsk. HEX triplet: 3C, 2D and 65. RGB value is (60,45,101). Sum of RGB (Red+Green+Blue) = 60+45+101=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #3C2D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2D65 is #C3D29A. Grayscale: #373737. Windows color (decimal): -12833435 or 6630716. OLE color: 6630716.
HSL color Cylindrical-coordinate representation of color #3C2D65: hue angle of 256.07º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C2D65 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 45 | 101 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.60 |
| HSL | 256.07º | 0.38% | 0.29% | - |
| HSV(B) | 256.07º | 0.55% | 0.4% | - |
| XYZ | 5.15 | 3.78 | 12.77 | - |
| YUV | 55.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 101 | 0.41 | 0.55 | 0 | 0.60 | 256.07 | 0.38 | 0.29 |
| Hex | 3C | 2D | 65 | 29 | 37 | 0 | 3C | 100 | 26 | 1D |
| Octal | 74 | 55 | 145 | 51 | 67 | 0 | 74 | 400 | 46 | 35 |
| Binary | 111100 | 101101 | 1100101 | 101001 | 110111 | 0 | 111100 | 100000000 | 100110 | 11101 |
Color Harmonies of #3C2D65
Complementary color
Monochromatic Colors of #3C2D65
Black with #3C2D65
Text Example
Text Example
White with #3C2D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D65; }
p { color: rgb(60,45,101); }
H1.HeaderClassName
{
color: #3C2D65;
}
.AnyTagClassName
{
color: #3C2D65;
}
</style>
background-color css
<style>
a { background-color: #3C2D65; }
a { background-color: rgb(60,45,101); }
div.DivClassName
{
background-color: #3C2D65;
}
.BgClassName
{
background-color: #3C2D65;
}
</style>
border-color css
<style>
span { border-color: #3C2D65; }
span { border-color: rgb(60,45,101); }
td.TdClassName
{
border-color: #3C2D65;
}
.TagClassName
{
border-color: #3C2D65;
}
</style>