Shades of Martinique #3B354B
Tints of Martinique #3B354B
RGB
CMYK
RGB Variations
Color information
#3B354B (or 0x3B354B) is known color: Martinique. HEX triplet: 3B, 35 and 4B. RGB value is (59,53,75). Sum of RGB (Red+Green+Blue) = 59+53+75=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B354B is #C4CAB4. Grayscale: #393939. Windows color (decimal): -12896949 or 4928827. OLE color: 4928827.
HSL color Cylindrical-coordinate representation of color #3B354B: hue angle of 256.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B354B is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 53 | 75 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.71 |
| HSL | 256.36º | 0.17% | 0.25% | - |
| HSV(B) | 256.36º | 0.29% | 0.29% | - |
| XYZ | 4.35 | 3.98 | 7.2 | - |
| YUV | 57.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 75 | 0.21 | 0.29 | 0 | 0.71 | 256.36 | 0.17 | 0.25 |
| Hex | 3B | 35 | 4B | 15 | 1D | 0 | 47 | 100 | 11 | 19 |
| Octal | 73 | 65 | 113 | 25 | 35 | 0 | 107 | 400 | 21 | 31 |
| Binary | 111011 | 110101 | 1001011 | 10101 | 11101 | 0 | 1000111 | 100000000 | 10001 | 11001 |
Color Harmonies of #3B354B
Complementary color
Monochromatic Colors of #3B354B
Black with #3B354B
Text Example
Text Example
White with #3B354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B354B; }
p { color: rgb(59,53,75); }
H1.HeaderClassName
{
color: #3B354B;
}
.AnyTagClassName
{
color: #3B354B;
}
</style>
background-color css
<style>
a { background-color: #3B354B; }
a { background-color: rgb(59,53,75); }
div.DivClassName
{
background-color: #3B354B;
}
.BgClassName
{
background-color: #3B354B;
}
</style>
border-color css
<style>
span { border-color: #3B354B; }
span { border-color: rgb(59,53,75); }
td.TdClassName
{
border-color: #3B354B;
}
.TagClassName
{
border-color: #3B354B;
}
</style>