Shades of Martinique #38344C
Tints of Martinique #38344C
RGB
CMYK
RGB Variations
Color information
#38344C (or 0x38344C) is known color: Martinique. HEX triplet: 38, 34 and 4C. RGB value is (56,52,76). Sum of RGB (Red+Green+Blue) = 56+52+76=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #38344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38344C is #C7CBB3. Grayscale: #373737. Windows color (decimal): -13093812 or 4994104. OLE color: 4994104.
HSL color Cylindrical-coordinate representation of color #38344C: hue angle of 250º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38344C is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 52 | 76 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.70 |
| HSL | 250º | 0.19% | 0.25% | - |
| HSV(B) | 250º | 0.32% | 0.3% | - |
| XYZ | 4.16 | 3.82 | 7.36 | - |
| YUV | 55.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 76 | 0.26 | 0.32 | 0 | 0.70 | 250 | 0.19 | 0.25 |
| Hex | 38 | 34 | 4C | 1A | 20 | 0 | 46 | FA | 13 | 19 |
| Octal | 70 | 64 | 114 | 32 | 40 | 0 | 106 | 372 | 23 | 31 |
| Binary | 111000 | 110100 | 1001100 | 11010 | 100000 | 0 | 1000110 | 11111010 | 10011 | 11001 |
Color Harmonies of #38344C
Complementary color
Monochromatic Colors of #38344C
Black with #38344C
Text Example
Text Example
White with #38344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38344C; }
p { color: rgb(56,52,76); }
H1.HeaderClassName
{
color: #38344C;
}
.AnyTagClassName
{
color: #38344C;
}
</style>
background-color css
<style>
a { background-color: #38344C; }
a { background-color: rgb(56,52,76); }
div.DivClassName
{
background-color: #38344C;
}
.BgClassName
{
background-color: #38344C;
}
</style>
border-color css
<style>
span { border-color: #38344C; }
span { border-color: rgb(56,52,76); }
td.TdClassName
{
border-color: #38344C;
}
.TagClassName
{
border-color: #38344C;
}
</style>