Shades of Martinique #3C374B
Tints of Martinique #3C374B
RGB
CMYK
RGB Variations
Color information
#3C374B (or 0x3C374B) is known color: Martinique. HEX triplet: 3C, 37 and 4B. RGB value is (60,55,75). Sum of RGB (Red+Green+Blue) = 60+55+75=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C374B is #C3C8B4. Grayscale: #3A3A3A. Windows color (decimal): -12830901 or 4929340. OLE color: 4929340.
HSL color Cylindrical-coordinate representation of color #3C374B: hue angle of 255º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C374B is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 55 | 75 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.71 |
| HSL | 255º | 0.15% | 0.25% | - |
| HSV(B) | 255º | 0.27% | 0.29% | - |
| XYZ | 4.5 | 4.2 | 7.23 | - |
| YUV | 58.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 75 | 0.20 | 0.27 | 0 | 0.71 | 255 | 0.15 | 0.25 |
| Hex | 3C | 37 | 4B | 14 | 1B | 0 | 47 | FF | F | 19 |
| Octal | 74 | 67 | 113 | 24 | 33 | 0 | 107 | 377 | 17 | 31 |
| Binary | 111100 | 110111 | 1001011 | 10100 | 11011 | 0 | 1000111 | 11111111 | 1111 | 11001 |
Color Harmonies of #3C374B
Complementary color
Monochromatic Colors of #3C374B
Black with #3C374B
Text Example
Text Example
White with #3C374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C374B; }
p { color: rgb(60,55,75); }
H1.HeaderClassName
{
color: #3C374B;
}
.AnyTagClassName
{
color: #3C374B;
}
</style>
background-color css
<style>
a { background-color: #3C374B; }
a { background-color: rgb(60,55,75); }
div.DivClassName
{
background-color: #3C374B;
}
.BgClassName
{
background-color: #3C374B;
}
</style>
border-color css
<style>
span { border-color: #3C374B; }
span { border-color: rgb(60,55,75); }
td.TdClassName
{
border-color: #3C374B;
}
.TagClassName
{
border-color: #3C374B;
}
</style>