Shades of Martinique #3C364D
Tints of Martinique #3C364D
RGB
CMYK
RGB Variations
Color information
#3C364D (or 0x3C364D) is known color: Martinique. HEX triplet: 3C, 36 and 4D. RGB value is (60,54,77). Sum of RGB (Red+Green+Blue) = 60+54+77=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C364D is #C3C9B2. Grayscale: #3A3A3A. Windows color (decimal): -12831155 or 5060156. OLE color: 5060156.
HSL color Cylindrical-coordinate representation of color #3C364D: hue angle of 255.65º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C364D is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 54 | 77 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.70 |
| HSL | 255.65º | 0.18% | 0.26% | - |
| HSV(B) | 255.65º | 0.3% | 0.3% | - |
| XYZ | 4.52 | 4.13 | 7.58 | - |
| YUV | 58.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 77 | 0.22 | 0.30 | 0 | 0.70 | 255.65 | 0.18 | 0.26 |
| Hex | 3C | 36 | 4D | 16 | 1E | 0 | 46 | 100 | 12 | 1A |
| Octal | 74 | 66 | 115 | 26 | 36 | 0 | 106 | 400 | 22 | 32 |
| Binary | 111100 | 110110 | 1001101 | 10110 | 11110 | 0 | 1000110 | 100000000 | 10010 | 11010 |
Color Harmonies of #3C364D
Complementary color
Monochromatic Colors of #3C364D
Black with #3C364D
Text Example
Text Example
White with #3C364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C364D; }
p { color: rgb(60,54,77); }
H1.HeaderClassName
{
color: #3C364D;
}
.AnyTagClassName
{
color: #3C364D;
}
</style>
background-color css
<style>
a { background-color: #3C364D; }
a { background-color: rgb(60,54,77); }
div.DivClassName
{
background-color: #3C364D;
}
.BgClassName
{
background-color: #3C364D;
}
</style>
border-color css
<style>
span { border-color: #3C364D; }
span { border-color: rgb(60,54,77); }
td.TdClassName
{
border-color: #3C364D;
}
.TagClassName
{
border-color: #3C364D;
}
</style>