Shades of Martinique #3D354F
Tints of Martinique #3D354F
RGB
CMYK
RGB Variations
Color information
#3D354F (or 0x3D354F) is known color: Martinique. HEX triplet: 3D, 35 and 4F. RGB value is (61,53,79). Sum of RGB (Red+Green+Blue) = 61+53+79=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 53 (21.09% from 255 or 27.46% 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 #3D354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D354F is #C2CAB0. Grayscale: #3A3A3A. Windows color (decimal): -12765873 or 5190973. OLE color: 5190973.
HSL color Cylindrical-coordinate representation of color #3D354F: hue angle of 258.46º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D354F is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 53 | 79 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.69 |
| HSL | 258.46º | 0.2% | 0.26% | - |
| HSV(B) | 258.46º | 0.33% | 0.31% | - |
| XYZ | 4.61 | 4.1 | 7.95 | - |
| YUV | 58.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 79 | 0.23 | 0.33 | 0 | 0.69 | 258.46 | 0.2 | 0.26 |
| Hex | 3D | 35 | 4F | 17 | 21 | 0 | 45 | 102 | 14 | 1A |
| Octal | 75 | 65 | 117 | 27 | 41 | 0 | 105 | 402 | 24 | 32 |
| Binary | 111101 | 110101 | 1001111 | 10111 | 100001 | 0 | 1000101 | 100000010 | 10100 | 11010 |
Color Harmonies of #3D354F
Complementary color
Monochromatic Colors of #3D354F
Black with #3D354F
Text Example
Text Example
White with #3D354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D354F; }
p { color: rgb(61,53,79); }
H1.HeaderClassName
{
color: #3D354F;
}
.AnyTagClassName
{
color: #3D354F;
}
</style>
background-color css
<style>
a { background-color: #3D354F; }
a { background-color: rgb(61,53,79); }
div.DivClassName
{
background-color: #3D354F;
}
.BgClassName
{
background-color: #3D354F;
}
</style>
border-color css
<style>
span { border-color: #3D354F; }
span { border-color: rgb(61,53,79); }
td.TdClassName
{
border-color: #3D354F;
}
.TagClassName
{
border-color: #3D354F;
}
</style>