Shades of Martinique #40364F
Tints of Martinique #40364F
RGB
CMYK
RGB Variations
Color information
#40364F (or 0x40364F) is known color: Martinique. HEX triplet: 40, 36 and 4F. RGB value is (64,54,79). Sum of RGB (Red+Green+Blue) = 64+54+79=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #40364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40364F is #BFC9B0. Grayscale: #3B3B3B. Windows color (decimal): -12569009 or 5191232. OLE color: 5191232.
HSL color Cylindrical-coordinate representation of color #40364F: hue angle of 264º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #40364F is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 54 | 79 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.69 |
| HSL | 264º | 0.19% | 0.26% | - |
| HSV(B) | 264º | 0.32% | 0.31% | - |
| XYZ | 4.84 | 4.29 | 7.97 | - |
| YUV | 59.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 79 | 0.19 | 0.32 | 0 | 0.69 | 264 | 0.19 | 0.26 |
| Hex | 40 | 36 | 4F | 13 | 20 | 0 | 45 | 108 | 13 | 1A |
| Octal | 100 | 66 | 117 | 23 | 40 | 0 | 105 | 410 | 23 | 32 |
| Binary | 1000000 | 110110 | 1001111 | 10011 | 100000 | 0 | 1000101 | 100001000 | 10011 | 11010 |
Color Harmonies of #40364F
Complementary color
Monochromatic Colors of #40364F
Black with #40364F
Text Example
Text Example
White with #40364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40364F; }
p { color: rgb(64,54,79); }
H1.HeaderClassName
{
color: #40364F;
}
.AnyTagClassName
{
color: #40364F;
}
</style>
background-color css
<style>
a { background-color: #40364F; }
a { background-color: rgb(64,54,79); }
div.DivClassName
{
background-color: #40364F;
}
.BgClassName
{
background-color: #40364F;
}
</style>
border-color css
<style>
span { border-color: #40364F; }
span { border-color: rgb(64,54,79); }
td.TdClassName
{
border-color: #40364F;
}
.TagClassName
{
border-color: #40364F;
}
</style>