Shades of Martinique #3C3548
Tints of Martinique #3C3548
RGB
CMYK
RGB Variations
Color information
#3C3548 (or 0x3C3548) is known color: Martinique. HEX triplet: 3C, 35 and 48. RGB value is (60,53,72). Sum of RGB (Red+Green+Blue) = 60+53+72=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C3548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3548 is #C3CAB7. Grayscale: #393939. Windows color (decimal): -12831416 or 4732220. OLE color: 4732220.
HSL color Cylindrical-coordinate representation of color #3C3548: hue angle of 262.11º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C3548 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 53 | 72 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.72 |
| HSL | 262.11º | 0.15% | 0.25% | - |
| HSV(B) | 262.11º | 0.26% | 0.28% | - |
| XYZ | 4.31 | 3.97 | 6.67 | - |
| YUV | 57.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 72 | 0.17 | 0.26 | 0 | 0.72 | 262.11 | 0.15 | 0.25 |
| Hex | 3C | 35 | 48 | 11 | 1A | 0 | 48 | 106 | F | 19 |
| Octal | 74 | 65 | 110 | 21 | 32 | 0 | 110 | 406 | 17 | 31 |
| Binary | 111100 | 110101 | 1001000 | 10001 | 11010 | 0 | 1001000 | 100000110 | 1111 | 11001 |
Color Harmonies of #3C3548
Complementary color
Monochromatic Colors of #3C3548
Black with #3C3548
Text Example
Text Example
White with #3C3548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3548; }
p { color: rgb(60,53,72); }
H1.HeaderClassName
{
color: #3C3548;
}
.AnyTagClassName
{
color: #3C3548;
}
</style>
background-color css
<style>
a { background-color: #3C3548; }
a { background-color: rgb(60,53,72); }
div.DivClassName
{
background-color: #3C3548;
}
.BgClassName
{
background-color: #3C3548;
}
</style>
border-color css
<style>
span { border-color: #3C3548; }
span { border-color: rgb(60,53,72); }
td.TdClassName
{
border-color: #3C3548;
}
.TagClassName
{
border-color: #3C3548;
}
</style>