Shades of Martinique #38334B
Tints of Martinique #38334B
RGB
CMYK
RGB Variations
Color information
#38334B (or 0x38334B) is known color: Martinique. HEX triplet: 38, 33 and 4B. RGB value is (56,51,75). Sum of RGB (Red+Green+Blue) = 56+51+75=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #38334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38334B is #C7CCB4. Grayscale: #373737. Windows color (decimal): -13094069 or 4928312. OLE color: 4928312.
HSL color Cylindrical-coordinate representation of color #38334B: hue angle of 252.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38334B is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 51 | 75 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.71 |
| HSL | 252.5º | 0.19% | 0.25% | - |
| HSV(B) | 252.5º | 0.32% | 0.29% | - |
| XYZ | 4.08 | 3.72 | 7.16 | - |
| YUV | 55.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 75 | 0.25 | 0.32 | 0 | 0.71 | 252.5 | 0.19 | 0.25 |
| Hex | 38 | 33 | 4B | 19 | 20 | 0 | 47 | FD | 13 | 19 |
| Octal | 70 | 63 | 113 | 31 | 40 | 0 | 107 | 375 | 23 | 31 |
| Binary | 111000 | 110011 | 1001011 | 11001 | 100000 | 0 | 1000111 | 11111101 | 10011 | 11001 |
Color Harmonies of #38334B
Complementary color
Monochromatic Colors of #38334B
Black with #38334B
Text Example
Text Example
White with #38334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38334B; }
p { color: rgb(56,51,75); }
H1.HeaderClassName
{
color: #38334B;
}
.AnyTagClassName
{
color: #38334B;
}
</style>
background-color css
<style>
a { background-color: #38334B; }
a { background-color: rgb(56,51,75); }
div.DivClassName
{
background-color: #38334B;
}
.BgClassName
{
background-color: #38334B;
}
</style>
border-color css
<style>
span { border-color: #38334B; }
span { border-color: rgb(56,51,75); }
td.TdClassName
{
border-color: #38334B;
}
.TagClassName
{
border-color: #38334B;
}
</style>