Shades of Minsk #3C2B71
Tints of Minsk #3C2B71
RGB
CMYK
RGB Variations
Color information
#3C2B71 (or 0x3C2B71) is known color: Minsk. HEX triplet: 3C, 2B and 71. RGB value is (60,43,113). Sum of RGB (Red+Green+Blue) = 60+43+113=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C2B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2B71 is #C3D48E. Grayscale: #373737. Windows color (decimal): -12833935 or 7416636. OLE color: 7416636.
HSL color Cylindrical-coordinate representation of color #3C2B71: hue angle of 254.57º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C2B71 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 43 | 113 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.56 |
| HSL | 254.57º | 0.45% | 0.31% | - |
| HSV(B) | 254.57º | 0.62% | 0.44% | - |
| XYZ | 5.71 | 3.88 | 16.07 | - |
| YUV | 56.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 113 | 0.47 | 0.62 | 0 | 0.56 | 254.57 | 0.45 | 0.31 |
| Hex | 3C | 2B | 71 | 2F | 3E | 0 | 38 | FF | 2D | 1F |
| Octal | 74 | 53 | 161 | 57 | 76 | 0 | 70 | 377 | 55 | 37 |
| Binary | 111100 | 101011 | 1110001 | 101111 | 111110 | 0 | 111000 | 11111111 | 101101 | 11111 |
Color Harmonies of #3C2B71
Complementary color
Monochromatic Colors of #3C2B71
Black with #3C2B71
Text Example
Text Example
White with #3C2B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B71; }
p { color: rgb(60,43,113); }
H1.HeaderClassName
{
color: #3C2B71;
}
.AnyTagClassName
{
color: #3C2B71;
}
</style>
background-color css
<style>
a { background-color: #3C2B71; }
a { background-color: rgb(60,43,113); }
div.DivClassName
{
background-color: #3C2B71;
}
.BgClassName
{
background-color: #3C2B71;
}
</style>
border-color css
<style>
span { border-color: #3C2B71; }
span { border-color: rgb(60,43,113); }
td.TdClassName
{
border-color: #3C2B71;
}
.TagClassName
{
border-color: #3C2B71;
}
</style>