Shades of Martinique #3B364C
Tints of Martinique #3B364C
RGB
CMYK
RGB Variations
Color information
#3B364C (or 0x3B364C) is known color: Martinique. HEX triplet: 3B, 36 and 4C. RGB value is (59,54,76). Sum of RGB (Red+Green+Blue) = 59+54+76=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B364C is #C4C9B3. Grayscale: #393939. Windows color (decimal): -12896692 or 4994619. OLE color: 4994619.
HSL color Cylindrical-coordinate representation of color #3B364C: hue angle of 253.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B364C is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 54 | 76 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.70 |
| HSL | 253.64º | 0.17% | 0.25% | - |
| HSV(B) | 253.64º | 0.29% | 0.3% | - |
| XYZ | 4.43 | 4.09 | 7.39 | - |
| YUV | 58 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 76 | 0.22 | 0.29 | 0 | 0.70 | 253.64 | 0.17 | 0.25 |
| Hex | 3B | 36 | 4C | 16 | 1D | 0 | 46 | FE | 11 | 19 |
| Octal | 73 | 66 | 114 | 26 | 35 | 0 | 106 | 376 | 21 | 31 |
| Binary | 111011 | 110110 | 1001100 | 10110 | 11101 | 0 | 1000110 | 11111110 | 10001 | 11001 |
Color Harmonies of #3B364C
Complementary color
Monochromatic Colors of #3B364C
Black with #3B364C
Text Example
Text Example
White with #3B364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B364C; }
p { color: rgb(59,54,76); }
H1.HeaderClassName
{
color: #3B364C;
}
.AnyTagClassName
{
color: #3B364C;
}
</style>
background-color css
<style>
a { background-color: #3B364C; }
a { background-color: rgb(59,54,76); }
div.DivClassName
{
background-color: #3B364C;
}
.BgClassName
{
background-color: #3B364C;
}
</style>
border-color css
<style>
span { border-color: #3B364C; }
span { border-color: rgb(59,54,76); }
td.TdClassName
{
border-color: #3B364C;
}
.TagClassName
{
border-color: #3B364C;
}
</style>