Shades of Matisse #385C7C
Tints of Matisse #385C7C
RGB
CMYK
RGB Variations
Color information
#385C7C (or 0x385C7C) is known color: Matisse. HEX triplet: 38, 5C and 7C. RGB value is (56,92,124). Sum of RGB (Red+Green+Blue) = 56+92+124=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #385C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C7C is #C7A383. Grayscale: #545454. Windows color (decimal): -13083524 or 8150072. OLE color: 8150072.
HSL color Cylindrical-coordinate representation of color #385C7C: hue angle of 208.24º 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 #385C7C is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 92 | 124 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.51 |
| HSL | 208.24º | 0.38% | 0.35% | - |
| HSV(B) | 208.24º | 0.55% | 0.49% | - |
| XYZ | 9.1 | 9.95 | 20.51 | - |
| YUV | 84.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 124 | 0.55 | 0.26 | 0 | 0.51 | 208.24 | 0.38 | 0.35 |
| Hex | 38 | 5C | 7C | 37 | 1A | 0 | 33 | D0 | 26 | 23 |
| Octal | 70 | 134 | 174 | 67 | 32 | 0 | 63 | 320 | 46 | 43 |
| Binary | 111000 | 1011100 | 1111100 | 110111 | 11010 | 0 | 110011 | 11010000 | 100110 | 100011 |
Color Harmonies of #385C7C
Complementary color
Monochromatic Colors of #385C7C
Black with #385C7C
Text Example
Text Example
White with #385C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C7C; }
p { color: rgb(56,92,124); }
H1.HeaderClassName
{
color: #385C7C;
}
.AnyTagClassName
{
color: #385C7C;
}
</style>
background-color css
<style>
a { background-color: #385C7C; }
a { background-color: rgb(56,92,124); }
div.DivClassName
{
background-color: #385C7C;
}
.BgClassName
{
background-color: #385C7C;
}
</style>
border-color css
<style>
span { border-color: #385C7C; }
span { border-color: rgb(56,92,124); }
td.TdClassName
{
border-color: #385C7C;
}
.TagClassName
{
border-color: #385C7C;
}
</style>