Shades of Minsk #3C2D6B
Tints of Minsk #3C2D6B
RGB
CMYK
RGB Variations
Color information
#3C2D6B (or 0x3C2D6B) is known color: Minsk. HEX triplet: 3C, 2D and 6B. RGB value is (60,45,107). Sum of RGB (Red+Green+Blue) = 60+45+107=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C2D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2D6B is #C3D294. Grayscale: #383838. Windows color (decimal): -12833429 or 7023932. OLE color: 7023932.
HSL color Cylindrical-coordinate representation of color #3C2D6B: hue angle of 254.52º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C2D6B is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 45 | 107 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.58 |
| HSL | 254.52º | 0.41% | 0.3% | - |
| HSV(B) | 254.52º | 0.58% | 0.42% | - |
| XYZ | 5.46 | 3.9 | 14.37 | - |
| YUV | 56.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 107 | 0.44 | 0.58 | 0 | 0.58 | 254.52 | 0.41 | 0.3 |
| Hex | 3C | 2D | 6B | 2C | 3A | 0 | 3A | FF | 29 | 1E |
| Octal | 74 | 55 | 153 | 54 | 72 | 0 | 72 | 377 | 51 | 36 |
| Binary | 111100 | 101101 | 1101011 | 101100 | 111010 | 0 | 111010 | 11111111 | 101001 | 11110 |
Color Harmonies of #3C2D6B
Complementary color
Monochromatic Colors of #3C2D6B
Black with #3C2D6B
Text Example
Text Example
White with #3C2D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D6B; }
p { color: rgb(60,45,107); }
H1.HeaderClassName
{
color: #3C2D6B;
}
.AnyTagClassName
{
color: #3C2D6B;
}
</style>
background-color css
<style>
a { background-color: #3C2D6B; }
a { background-color: rgb(60,45,107); }
div.DivClassName
{
background-color: #3C2D6B;
}
.BgClassName
{
background-color: #3C2D6B;
}
</style>
border-color css
<style>
span { border-color: #3C2D6B; }
span { border-color: rgb(60,45,107); }
td.TdClassName
{
border-color: #3C2D6B;
}
.TagClassName
{
border-color: #3C2D6B;
}
</style>