Shades of Minsk #3C2B69
Tints of Minsk #3C2B69
RGB
CMYK
RGB Variations
Color information
#3C2B69 (or 0x3C2B69) is known color: Minsk. HEX triplet: 3C, 2B and 69. RGB value is (60,43,105). Sum of RGB (Red+Green+Blue) = 60+43+105=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C2B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2B69 is #C3D496. Grayscale: #363636. Windows color (decimal): -12833943 or 6892348. OLE color: 6892348.
HSL color Cylindrical-coordinate representation of color #3C2B69: hue angle of 256.45º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C2B69 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 43 | 105 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.59 |
| HSL | 256.45º | 0.42% | 0.29% | - |
| HSV(B) | 256.45º | 0.59% | 0.41% | - |
| XYZ | 5.28 | 3.71 | 13.8 | - |
| YUV | 55.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 105 | 0.43 | 0.59 | 0 | 0.59 | 256.45 | 0.42 | 0.29 |
| Hex | 3C | 2B | 69 | 2B | 3B | 0 | 3B | 100 | 2A | 1D |
| Octal | 74 | 53 | 151 | 53 | 73 | 0 | 73 | 400 | 52 | 35 |
| Binary | 111100 | 101011 | 1101001 | 101011 | 111011 | 0 | 111011 | 100000000 | 101010 | 11101 |
Color Harmonies of #3C2B69
Complementary color
Monochromatic Colors of #3C2B69
Black with #3C2B69
Text Example
Text Example
White with #3C2B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B69; }
p { color: rgb(60,43,105); }
H1.HeaderClassName
{
color: #3C2B69;
}
.AnyTagClassName
{
color: #3C2B69;
}
</style>
background-color css
<style>
a { background-color: #3C2B69; }
a { background-color: rgb(60,43,105); }
div.DivClassName
{
background-color: #3C2B69;
}
.BgClassName
{
background-color: #3C2B69;
}
</style>
border-color css
<style>
span { border-color: #3C2B69; }
span { border-color: rgb(60,43,105); }
td.TdClassName
{
border-color: #3C2B69;
}
.TagClassName
{
border-color: #3C2B69;
}
</style>