Shades of Martinique #40354F
Tints of Martinique #40354F
RGB
CMYK
RGB Variations
Color information
#40354F (or 0x40354F) is known color: Martinique. HEX triplet: 40, 35 and 4F. RGB value is (64,53,79). Sum of RGB (Red+Green+Blue) = 64+53+79=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #40354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40354F is #BFCAB0. Grayscale: #3B3B3B. Windows color (decimal): -12569265 or 5190976. OLE color: 5190976.
HSL color Cylindrical-coordinate representation of color #40354F: hue angle of 265.38º 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 #40354F is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 53 | 79 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.69 |
| HSL | 265.38º | 0.2% | 0.26% | - |
| HSV(B) | 265.38º | 0.33% | 0.31% | - |
| XYZ | 4.8 | 4.2 | 7.96 | - |
| YUV | 59.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 79 | 0.19 | 0.33 | 0 | 0.69 | 265.38 | 0.2 | 0.26 |
| Hex | 40 | 35 | 4F | 13 | 21 | 0 | 45 | 109 | 14 | 1A |
| Octal | 100 | 65 | 117 | 23 | 41 | 0 | 105 | 411 | 24 | 32 |
| Binary | 1000000 | 110101 | 1001111 | 10011 | 100001 | 0 | 1000101 | 100001001 | 10100 | 11010 |
Color Harmonies of #40354F
Complementary color
Monochromatic Colors of #40354F
Black with #40354F
Text Example
Text Example
White with #40354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40354F; }
p { color: rgb(64,53,79); }
H1.HeaderClassName
{
color: #40354F;
}
.AnyTagClassName
{
color: #40354F;
}
</style>
background-color css
<style>
a { background-color: #40354F; }
a { background-color: rgb(64,53,79); }
div.DivClassName
{
background-color: #40354F;
}
.BgClassName
{
background-color: #40354F;
}
</style>
border-color css
<style>
span { border-color: #40354F; }
span { border-color: rgb(64,53,79); }
td.TdClassName
{
border-color: #40354F;
}
.TagClassName
{
border-color: #40354F;
}
</style>