Shades of Martinique #3C394C
Tints of Martinique #3C394C
RGB
CMYK
RGB Variations
Color information
#3C394C (or 0x3C394C) is known color: Martinique. HEX triplet: 3C, 39 and 4C. RGB value is (60,57,76). Sum of RGB (Red+Green+Blue) = 60+57+76=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C394C is #C3C6B3. Grayscale: #3B3B3B. Windows color (decimal): -12830388 or 4995388. OLE color: 4995388.
HSL color Cylindrical-coordinate representation of color #3C394C: hue angle of 249.47º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C394C is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 57 | 76 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.70 |
| HSL | 249.47º | 0.14% | 0.26% | - |
| HSV(B) | 249.47º | 0.25% | 0.3% | - |
| XYZ | 4.63 | 4.41 | 7.44 | - |
| YUV | 60.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 76 | 0.21 | 0.25 | 0 | 0.70 | 249.47 | 0.14 | 0.26 |
| Hex | 3C | 39 | 4C | 15 | 19 | 0 | 46 | F9 | E | 1A |
| Octal | 74 | 71 | 114 | 25 | 31 | 0 | 106 | 371 | 16 | 32 |
| Binary | 111100 | 111001 | 1001100 | 10101 | 11001 | 0 | 1000110 | 11111001 | 1110 | 11010 |
Color Harmonies of #3C394C
Complementary color
Monochromatic Colors of #3C394C
Black with #3C394C
Text Example
Text Example
White with #3C394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C394C; }
p { color: rgb(60,57,76); }
H1.HeaderClassName
{
color: #3C394C;
}
.AnyTagClassName
{
color: #3C394C;
}
</style>
background-color css
<style>
a { background-color: #3C394C; }
a { background-color: rgb(60,57,76); }
div.DivClassName
{
background-color: #3C394C;
}
.BgClassName
{
background-color: #3C394C;
}
</style>
border-color css
<style>
span { border-color: #3C394C; }
span { border-color: rgb(60,57,76); }
td.TdClassName
{
border-color: #3C394C;
}
.TagClassName
{
border-color: #3C394C;
}
</style>