Shades of Martinique #3C314C
Tints of Martinique #3C314C
RGB
CMYK
RGB Variations
Color information
#3C314C (or 0x3C314C) is known color: Martinique. HEX triplet: 3C, 31 and 4C. RGB value is (60,49,76). Sum of RGB (Red+Green+Blue) = 60+49+76=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C314C is #C3CEB3. Grayscale: #373737. Windows color (decimal): -12832436 or 4993340. OLE color: 4993340.
HSL color Cylindrical-coordinate representation of color #3C314C: hue angle of 264.44º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3C314C is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 49 | 76 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.70 |
| HSL | 264.44º | 0.22% | 0.25% | - |
| HSV(B) | 264.44º | 0.36% | 0.3% | - |
| XYZ | 4.27 | 3.68 | 7.32 | - |
| YUV | 55.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 76 | 0.21 | 0.36 | 0 | 0.70 | 264.44 | 0.22 | 0.25 |
| Hex | 3C | 31 | 4C | 15 | 24 | 0 | 46 | 108 | 16 | 19 |
| Octal | 74 | 61 | 114 | 25 | 44 | 0 | 106 | 410 | 26 | 31 |
| Binary | 111100 | 110001 | 1001100 | 10101 | 100100 | 0 | 1000110 | 100001000 | 10110 | 11001 |
Color Harmonies of #3C314C
Complementary color
Monochromatic Colors of #3C314C
Black with #3C314C
Text Example
Text Example
White with #3C314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C314C; }
p { color: rgb(60,49,76); }
H1.HeaderClassName
{
color: #3C314C;
}
.AnyTagClassName
{
color: #3C314C;
}
</style>
background-color css
<style>
a { background-color: #3C314C; }
a { background-color: rgb(60,49,76); }
div.DivClassName
{
background-color: #3C314C;
}
.BgClassName
{
background-color: #3C314C;
}
</style>
border-color css
<style>
span { border-color: #3C314C; }
span { border-color: rgb(60,49,76); }
td.TdClassName
{
border-color: #3C314C;
}
.TagClassName
{
border-color: #3C314C;
}
</style>