Shades of Matisse #385F7C
Tints of Matisse #385F7C
RGB
CMYK
RGB Variations
Color information
#385F7C (or 0x385F7C) is known color: Matisse. HEX triplet: 38, 5F and 7C. RGB value is (56,95,124). Sum of RGB (Red+Green+Blue) = 56+95+124=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #385F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F7C is #C7A083. Grayscale: #565656. Windows color (decimal): -13082756 or 8150840. OLE color: 8150840.
HSL color Cylindrical-coordinate representation of color #385F7C: hue angle of 205.59º 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 #385F7C is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 95 | 124 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.51 |
| HSL | 205.59º | 0.38% | 0.35% | - |
| HSV(B) | 205.59º | 0.55% | 0.49% | - |
| XYZ | 9.36 | 10.48 | 20.6 | - |
| YUV | 86.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 124 | 0.55 | 0.23 | 0 | 0.51 | 205.59 | 0.38 | 0.35 |
| Hex | 38 | 5F | 7C | 37 | 17 | 0 | 33 | CE | 26 | 23 |
| Octal | 70 | 137 | 174 | 67 | 27 | 0 | 63 | 316 | 46 | 43 |
| Binary | 111000 | 1011111 | 1111100 | 110111 | 10111 | 0 | 110011 | 11001110 | 100110 | 100011 |
Color Harmonies of #385F7C
Complementary color
Monochromatic Colors of #385F7C
Black with #385F7C
Text Example
Text Example
White with #385F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F7C; }
p { color: rgb(56,95,124); }
H1.HeaderClassName
{
color: #385F7C;
}
.AnyTagClassName
{
color: #385F7C;
}
</style>
background-color css
<style>
a { background-color: #385F7C; }
a { background-color: rgb(56,95,124); }
div.DivClassName
{
background-color: #385F7C;
}
.BgClassName
{
background-color: #385F7C;
}
</style>
border-color css
<style>
span { border-color: #385F7C; }
span { border-color: rgb(56,95,124); }
td.TdClassName
{
border-color: #385F7C;
}
.TagClassName
{
border-color: #385F7C;
}
</style>