Shades of Martinique #3B334C
Tints of Martinique #3B334C
RGB
CMYK
RGB Variations
Color information
#3B334C (or 0x3B334C) is known color: Martinique. HEX triplet: 3B, 33 and 4C. RGB value is (59,51,76). Sum of RGB (Red+Green+Blue) = 59+51+76=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B334C is #C4CCB3. Grayscale: #383838. Windows color (decimal): -12897460 or 4993851. OLE color: 4993851.
HSL color Cylindrical-coordinate representation of color #3B334C: hue angle of 259.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B334C is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 51 | 76 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.70 |
| HSL | 259.2º | 0.2% | 0.25% | - |
| HSV(B) | 259.2º | 0.33% | 0.3% | - |
| XYZ | 4.29 | 3.82 | 7.35 | - |
| YUV | 56.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 76 | 0.22 | 0.33 | 0 | 0.70 | 259.2 | 0.2 | 0.25 |
| Hex | 3B | 33 | 4C | 16 | 21 | 0 | 46 | 103 | 14 | 19 |
| Octal | 73 | 63 | 114 | 26 | 41 | 0 | 106 | 403 | 24 | 31 |
| Binary | 111011 | 110011 | 1001100 | 10110 | 100001 | 0 | 1000110 | 100000011 | 10100 | 11001 |
Color Harmonies of #3B334C
Complementary color
Monochromatic Colors of #3B334C
Black with #3B334C
Text Example
Text Example
White with #3B334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B334C; }
p { color: rgb(59,51,76); }
H1.HeaderClassName
{
color: #3B334C;
}
.AnyTagClassName
{
color: #3B334C;
}
</style>
background-color css
<style>
a { background-color: #3B334C; }
a { background-color: rgb(59,51,76); }
div.DivClassName
{
background-color: #3B334C;
}
.BgClassName
{
background-color: #3B334C;
}
</style>
border-color css
<style>
span { border-color: #3B334C; }
span { border-color: rgb(59,51,76); }
td.TdClassName
{
border-color: #3B334C;
}
.TagClassName
{
border-color: #3B334C;
}
</style>