Shades of Martinique #3B324C
Tints of Martinique #3B324C
RGB
CMYK
RGB Variations
Color information
#3B324C (or 0x3B324C) is known color: Martinique. HEX triplet: 3B, 32 and 4C. RGB value is (59,50,76). Sum of RGB (Red+Green+Blue) = 59+50+76=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 50 (19.92% from 255 or 27.03% 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 #3B324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B324C is #C4CDB3. Grayscale: #373737. Windows color (decimal): -12897716 or 4993595. OLE color: 4993595.
HSL color Cylindrical-coordinate representation of color #3B324C: hue angle of 260.77º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B324C is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 50 | 76 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.70 |
| HSL | 260.77º | 0.21% | 0.25% | - |
| HSV(B) | 260.77º | 0.34% | 0.3% | - |
| XYZ | 4.25 | 3.73 | 7.33 | - |
| YUV | 55.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 76 | 0.22 | 0.34 | 0 | 0.70 | 260.77 | 0.21 | 0.25 |
| Hex | 3B | 32 | 4C | 16 | 22 | 0 | 46 | 105 | 15 | 19 |
| Octal | 73 | 62 | 114 | 26 | 42 | 0 | 106 | 405 | 25 | 31 |
| Binary | 111011 | 110010 | 1001100 | 10110 | 100010 | 0 | 1000110 | 100000101 | 10101 | 11001 |
Color Harmonies of #3B324C
Complementary color
Monochromatic Colors of #3B324C
Black with #3B324C
Text Example
Text Example
White with #3B324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B324C; }
p { color: rgb(59,50,76); }
H1.HeaderClassName
{
color: #3B324C;
}
.AnyTagClassName
{
color: #3B324C;
}
</style>
background-color css
<style>
a { background-color: #3B324C; }
a { background-color: rgb(59,50,76); }
div.DivClassName
{
background-color: #3B324C;
}
.BgClassName
{
background-color: #3B324C;
}
</style>
border-color css
<style>
span { border-color: #3B324C; }
span { border-color: rgb(59,50,76); }
td.TdClassName
{
border-color: #3B324C;
}
.TagClassName
{
border-color: #3B324C;
}
</style>