Shades of Martinique #3B374F
Tints of Martinique #3B374F
RGB
CMYK
RGB Variations
Color information
#3B374F (or 0x3B374F) is known color: Martinique. HEX triplet: 3B, 37 and 4F. RGB value is (59,55,79). Sum of RGB (Red+Green+Blue) = 59+55+79=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B374F is #C4C8B0. Grayscale: #3A3A3A. Windows color (decimal): -12896433 or 5191483. OLE color: 5191483.
HSL color Cylindrical-coordinate representation of color #3B374F: hue angle of 250º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B374F is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 55 | 79 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.69 |
| HSL | 250º | 0.18% | 0.26% | - |
| HSV(B) | 250º | 0.3% | 0.31% | - |
| XYZ | 4.58 | 4.23 | 7.97 | - |
| YUV | 58.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 79 | 0.25 | 0.30 | 0 | 0.69 | 250 | 0.18 | 0.26 |
| Hex | 3B | 37 | 4F | 19 | 1E | 0 | 45 | FA | 12 | 1A |
| Octal | 73 | 67 | 117 | 31 | 36 | 0 | 105 | 372 | 22 | 32 |
| Binary | 111011 | 110111 | 1001111 | 11001 | 11110 | 0 | 1000101 | 11111010 | 10010 | 11010 |
Color Harmonies of #3B374F
Complementary color
Monochromatic Colors of #3B374F
Black with #3B374F
Text Example
Text Example
White with #3B374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B374F; }
p { color: rgb(59,55,79); }
H1.HeaderClassName
{
color: #3B374F;
}
.AnyTagClassName
{
color: #3B374F;
}
</style>
background-color css
<style>
a { background-color: #3B374F; }
a { background-color: rgb(59,55,79); }
div.DivClassName
{
background-color: #3B374F;
}
.BgClassName
{
background-color: #3B374F;
}
</style>
border-color css
<style>
span { border-color: #3B374F; }
span { border-color: rgb(59,55,79); }
td.TdClassName
{
border-color: #3B374F;
}
.TagClassName
{
border-color: #3B374F;
}
</style>