Shades of Martinique #3B334B
Tints of Martinique #3B334B
RGB
CMYK
RGB Variations
Color information
#3B334B (or 0x3B334B) is known color: Martinique. HEX triplet: 3B, 33 and 4B. RGB value is (59,51,75). Sum of RGB (Red+Green+Blue) = 59+51+75=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B334B is #C4CCB4. Grayscale: #383838. Windows color (decimal): -12897461 or 4928315. OLE color: 4928315.
HSL color Cylindrical-coordinate representation of color #3B334B: hue angle of 260º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B334B is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 51 | 75 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.71 |
| HSL | 260º | 0.19% | 0.25% | - |
| HSV(B) | 260º | 0.32% | 0.29% | - |
| XYZ | 4.26 | 3.81 | 7.17 | - |
| YUV | 56.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 75 | 0.21 | 0.32 | 0 | 0.71 | 260 | 0.19 | 0.25 |
| Hex | 3B | 33 | 4B | 15 | 20 | 0 | 47 | 104 | 13 | 19 |
| Octal | 73 | 63 | 113 | 25 | 40 | 0 | 107 | 404 | 23 | 31 |
| Binary | 111011 | 110011 | 1001011 | 10101 | 100000 | 0 | 1000111 | 100000100 | 10011 | 11001 |
Color Harmonies of #3B334B
Complementary color
Monochromatic Colors of #3B334B
Black with #3B334B
Text Example
Text Example
White with #3B334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B334B; }
p { color: rgb(59,51,75); }
H1.HeaderClassName
{
color: #3B334B;
}
.AnyTagClassName
{
color: #3B334B;
}
</style>
background-color css
<style>
a { background-color: #3B334B; }
a { background-color: rgb(59,51,75); }
div.DivClassName
{
background-color: #3B334B;
}
.BgClassName
{
background-color: #3B334B;
}
</style>
border-color css
<style>
span { border-color: #3B334B; }
span { border-color: rgb(59,51,75); }
td.TdClassName
{
border-color: #3B334B;
}
.TagClassName
{
border-color: #3B334B;
}
</style>