Shades of Martinique #3C374C
Tints of Martinique #3C374C
RGB
CMYK
RGB Variations
Color information
#3C374C (or 0x3C374C) is known color: Martinique. HEX triplet: 3C, 37 and 4C. RGB value is (60,55,76). Sum of RGB (Red+Green+Blue) = 60+55+76=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C374C is #C3C8B3. Grayscale: #3A3A3A. Windows color (decimal): -12830900 or 4994876. OLE color: 4994876.
HSL color Cylindrical-coordinate representation of color #3C374C: hue angle of 254.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C374C is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 55 | 76 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.70 |
| HSL | 254.29º | 0.16% | 0.26% | - |
| HSV(B) | 254.29º | 0.28% | 0.3% | - |
| XYZ | 4.53 | 4.21 | 7.41 | - |
| YUV | 58.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 76 | 0.21 | 0.28 | 0 | 0.70 | 254.29 | 0.16 | 0.26 |
| Hex | 3C | 37 | 4C | 15 | 1C | 0 | 46 | FE | 10 | 1A |
| Octal | 74 | 67 | 114 | 25 | 34 | 0 | 106 | 376 | 20 | 32 |
| Binary | 111100 | 110111 | 1001100 | 10101 | 11100 | 0 | 1000110 | 11111110 | 10000 | 11010 |
Color Harmonies of #3C374C
Complementary color
Monochromatic Colors of #3C374C
Black with #3C374C
Text Example
Text Example
White with #3C374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C374C; }
p { color: rgb(60,55,76); }
H1.HeaderClassName
{
color: #3C374C;
}
.AnyTagClassName
{
color: #3C374C;
}
</style>
background-color css
<style>
a { background-color: #3C374C; }
a { background-color: rgb(60,55,76); }
div.DivClassName
{
background-color: #3C374C;
}
.BgClassName
{
background-color: #3C374C;
}
</style>
border-color css
<style>
span { border-color: #3C374C; }
span { border-color: rgb(60,55,76); }
td.TdClassName
{
border-color: #3C374C;
}
.TagClassName
{
border-color: #3C374C;
}
</style>