Shades of Matisse #385D7C
Tints of Matisse #385D7C
RGB
CMYK
RGB Variations
Color information
#385D7C (or 0x385D7C) is known color: Matisse. HEX triplet: 38, 5D and 7C. RGB value is (56,93,124). Sum of RGB (Red+Green+Blue) = 56+93+124=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #385D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D7C is #C7A283. Grayscale: #555555. Windows color (decimal): -13083268 or 8150328. OLE color: 8150328.
HSL color Cylindrical-coordinate representation of color #385D7C: hue angle of 207.35º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #385D7C is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 93 | 124 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.51 |
| HSL | 207.35º | 0.38% | 0.35% | - |
| HSV(B) | 207.35º | 0.55% | 0.49% | - |
| XYZ | 9.18 | 10.12 | 20.54 | - |
| YUV | 85.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 124 | 0.55 | 0.25 | 0 | 0.51 | 207.35 | 0.38 | 0.35 |
| Hex | 38 | 5D | 7C | 37 | 19 | 0 | 33 | CF | 26 | 23 |
| Octal | 70 | 135 | 174 | 67 | 31 | 0 | 63 | 317 | 46 | 43 |
| Binary | 111000 | 1011101 | 1111100 | 110111 | 11001 | 0 | 110011 | 11001111 | 100110 | 100011 |
Color Harmonies of #385D7C
Complementary color
Monochromatic Colors of #385D7C
Black with #385D7C
Text Example
Text Example
White with #385D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D7C; }
p { color: rgb(56,93,124); }
H1.HeaderClassName
{
color: #385D7C;
}
.AnyTagClassName
{
color: #385D7C;
}
</style>
background-color css
<style>
a { background-color: #385D7C; }
a { background-color: rgb(56,93,124); }
div.DivClassName
{
background-color: #385D7C;
}
.BgClassName
{
background-color: #385D7C;
}
</style>
border-color css
<style>
span { border-color: #385D7C; }
span { border-color: rgb(56,93,124); }
td.TdClassName
{
border-color: #385D7C;
}
.TagClassName
{
border-color: #385D7C;
}
</style>