Shades of Martinique #3C364E
Tints of Martinique #3C364E
RGB
CMYK
RGB Variations
Color information
#3C364E (or 0x3C364E) is known color: Martinique. HEX triplet: 3C, 36 and 4E. RGB value is (60,54,78). Sum of RGB (Red+Green+Blue) = 60+54+78=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C364E is #C3C9B1. Grayscale: #3A3A3A. Windows color (decimal): -12831154 or 5125692. OLE color: 5125692.
HSL color Cylindrical-coordinate representation of color #3C364E: hue angle of 255º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C364E is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 54 | 78 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.69 |
| HSL | 255º | 0.18% | 0.26% | - |
| HSV(B) | 255º | 0.31% | 0.31% | - |
| XYZ | 4.56 | 4.15 | 7.77 | - |
| YUV | 58.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 78 | 0.23 | 0.31 | 0 | 0.69 | 255 | 0.18 | 0.26 |
| Hex | 3C | 36 | 4E | 17 | 1F | 0 | 45 | FF | 12 | 1A |
| Octal | 74 | 66 | 116 | 27 | 37 | 0 | 105 | 377 | 22 | 32 |
| Binary | 111100 | 110110 | 1001110 | 10111 | 11111 | 0 | 1000101 | 11111111 | 10010 | 11010 |
Color Harmonies of #3C364E
Complementary color
Monochromatic Colors of #3C364E
Black with #3C364E
Text Example
Text Example
White with #3C364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C364E; }
p { color: rgb(60,54,78); }
H1.HeaderClassName
{
color: #3C364E;
}
.AnyTagClassName
{
color: #3C364E;
}
</style>
background-color css
<style>
a { background-color: #3C364E; }
a { background-color: rgb(60,54,78); }
div.DivClassName
{
background-color: #3C364E;
}
.BgClassName
{
background-color: #3C364E;
}
</style>
border-color css
<style>
span { border-color: #3C364E; }
span { border-color: rgb(60,54,78); }
td.TdClassName
{
border-color: #3C364E;
}
.TagClassName
{
border-color: #3C364E;
}
</style>