Shades of Martinique #3B354D
Tints of Martinique #3B354D
RGB
CMYK
RGB Variations
Color information
#3B354D (or 0x3B354D) is known color: Martinique. HEX triplet: 3B, 35 and 4D. RGB value is (59,53,77). Sum of RGB (Red+Green+Blue) = 59+53+77=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B354D is #C4CAB2. Grayscale: #393939. Windows color (decimal): -12896947 or 5059899. OLE color: 5059899.
HSL color Cylindrical-coordinate representation of color #3B354D: hue angle of 255º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B354D is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 53 | 77 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.70 |
| HSL | 255º | 0.18% | 0.25% | - |
| HSV(B) | 255º | 0.31% | 0.3% | - |
| XYZ | 4.42 | 4.01 | 7.56 | - |
| YUV | 57.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 77 | 0.23 | 0.31 | 0 | 0.70 | 255 | 0.18 | 0.25 |
| Hex | 3B | 35 | 4D | 17 | 1F | 0 | 46 | FF | 12 | 19 |
| Octal | 73 | 65 | 115 | 27 | 37 | 0 | 106 | 377 | 22 | 31 |
| Binary | 111011 | 110101 | 1001101 | 10111 | 11111 | 0 | 1000110 | 11111111 | 10010 | 11001 |
Color Harmonies of #3B354D
Complementary color
Monochromatic Colors of #3B354D
Black with #3B354D
Text Example
Text Example
White with #3B354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B354D; }
p { color: rgb(59,53,77); }
H1.HeaderClassName
{
color: #3B354D;
}
.AnyTagClassName
{
color: #3B354D;
}
</style>
background-color css
<style>
a { background-color: #3B354D; }
a { background-color: rgb(59,53,77); }
div.DivClassName
{
background-color: #3B354D;
}
.BgClassName
{
background-color: #3B354D;
}
</style>
border-color css
<style>
span { border-color: #3B354D; }
span { border-color: rgb(59,53,77); }
td.TdClassName
{
border-color: #3B354D;
}
.TagClassName
{
border-color: #3B354D;
}
</style>