Shades of Martinique #3F344F
Tints of Martinique #3F344F
RGB
CMYK
RGB Variations
Color information
#3F344F (or 0x3F344F) is known color: Martinique. HEX triplet: 3F, 34 and 4F. RGB value is (63,52,79). Sum of RGB (Red+Green+Blue) = 63+52+79=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F344F is #C0CBB0. Grayscale: #3A3A3A. Windows color (decimal): -12635057 or 5190719. OLE color: 5190719.
HSL color Cylindrical-coordinate representation of color #3F344F: hue angle of 264.44º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F344F is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 52 | 79 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.69 |
| HSL | 264.44º | 0.21% | 0.26% | - |
| HSV(B) | 264.44º | 0.34% | 0.31% | - |
| XYZ | 4.69 | 4.08 | 7.94 | - |
| YUV | 58.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 79 | 0.20 | 0.34 | 0 | 0.69 | 264.44 | 0.21 | 0.26 |
| Hex | 3F | 34 | 4F | 14 | 22 | 0 | 45 | 108 | 15 | 1A |
| Octal | 77 | 64 | 117 | 24 | 42 | 0 | 105 | 410 | 25 | 32 |
| Binary | 111111 | 110100 | 1001111 | 10100 | 100010 | 0 | 1000101 | 100001000 | 10101 | 11010 |
Color Harmonies of #3F344F
Complementary color
Monochromatic Colors of #3F344F
Black with #3F344F
Text Example
Text Example
White with #3F344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F344F; }
p { color: rgb(63,52,79); }
H1.HeaderClassName
{
color: #3F344F;
}
.AnyTagClassName
{
color: #3F344F;
}
</style>
background-color css
<style>
a { background-color: #3F344F; }
a { background-color: rgb(63,52,79); }
div.DivClassName
{
background-color: #3F344F;
}
.BgClassName
{
background-color: #3F344F;
}
</style>
border-color css
<style>
span { border-color: #3F344F; }
span { border-color: rgb(63,52,79); }
td.TdClassName
{
border-color: #3F344F;
}
.TagClassName
{
border-color: #3F344F;
}
</style>