Shades of Martinique #3C344A
Tints of Martinique #3C344A
RGB
CMYK
RGB Variations
Color information
#3C344A (or 0x3C344A) is known color: Martinique. HEX triplet: 3C, 34 and 4A. RGB value is (60,52,74). Sum of RGB (Red+Green+Blue) = 60+52+74=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C344A is #C3CBB5. Grayscale: #383838. Windows color (decimal): -12831670 or 4863036. OLE color: 4863036.
HSL color Cylindrical-coordinate representation of color #3C344A: hue angle of 261.82º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C344A is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 52 | 74 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.71 |
| HSL | 261.82º | 0.17% | 0.25% | - |
| HSV(B) | 261.82º | 0.3% | 0.29% | - |
| XYZ | 4.33 | 3.91 | 7.01 | - |
| YUV | 56.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 74 | 0.19 | 0.30 | 0 | 0.71 | 261.82 | 0.17 | 0.25 |
| Hex | 3C | 34 | 4A | 13 | 1E | 0 | 47 | 106 | 11 | 19 |
| Octal | 74 | 64 | 112 | 23 | 36 | 0 | 107 | 406 | 21 | 31 |
| Binary | 111100 | 110100 | 1001010 | 10011 | 11110 | 0 | 1000111 | 100000110 | 10001 | 11001 |
Color Harmonies of #3C344A
Complementary color
Monochromatic Colors of #3C344A
Black with #3C344A
Text Example
Text Example
White with #3C344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C344A; }
p { color: rgb(60,52,74); }
H1.HeaderClassName
{
color: #3C344A;
}
.AnyTagClassName
{
color: #3C344A;
}
</style>
background-color css
<style>
a { background-color: #3C344A; }
a { background-color: rgb(60,52,74); }
div.DivClassName
{
background-color: #3C344A;
}
.BgClassName
{
background-color: #3C344A;
}
</style>
border-color css
<style>
span { border-color: #3C344A; }
span { border-color: rgb(60,52,74); }
td.TdClassName
{
border-color: #3C344A;
}
.TagClassName
{
border-color: #3C344A;
}
</style>