Shades of Matisse #385D75
Tints of Matisse #385D75
RGB
CMYK
RGB Variations
Color information
#385D75 (or 0x385D75) is known color: Matisse. HEX triplet: 38, 5D and 75. RGB value is (56,93,117). Sum of RGB (Red+Green+Blue) = 56+93+117=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #385D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D75 is #C7A28A. Grayscale: #545454. Windows color (decimal): -13083275 or 7691576. OLE color: 7691576.
HSL color Cylindrical-coordinate representation of color #385D75: hue angle of 203.61º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385D75 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 93 | 117 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.54 |
| HSL | 203.61º | 0.35% | 0.34% | - |
| HSV(B) | 203.61º | 0.52% | 0.46% | - |
| XYZ | 8.76 | 9.95 | 18.29 | - |
| YUV | 84.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 117 | 0.52 | 0.21 | 0 | 0.54 | 203.61 | 0.35 | 0.34 |
| Hex | 38 | 5D | 75 | 34 | 15 | 0 | 36 | CC | 23 | 22 |
| Octal | 70 | 135 | 165 | 64 | 25 | 0 | 66 | 314 | 43 | 42 |
| Binary | 111000 | 1011101 | 1110101 | 110100 | 10101 | 0 | 110110 | 11001100 | 100011 | 100010 |
Color Harmonies of #385D75
Complementary color
Monochromatic Colors of #385D75
Black with #385D75
Text Example
Text Example
White with #385D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D75; }
p { color: rgb(56,93,117); }
H1.HeaderClassName
{
color: #385D75;
}
.AnyTagClassName
{
color: #385D75;
}
</style>
background-color css
<style>
a { background-color: #385D75; }
a { background-color: rgb(56,93,117); }
div.DivClassName
{
background-color: #385D75;
}
.BgClassName
{
background-color: #385D75;
}
</style>
border-color css
<style>
span { border-color: #385D75; }
span { border-color: rgb(56,93,117); }
td.TdClassName
{
border-color: #385D75;
}
.TagClassName
{
border-color: #385D75;
}
</style>