Shades of Matisse #385D80
Tints of Matisse #385D80
RGB
CMYK
RGB Variations
Color information
#385D80 (or 0x385D80) is known color: Matisse. HEX triplet: 38, 5D and 80. RGB value is (56,93,128). Sum of RGB (Red+Green+Blue) = 56+93+128=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #385D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D80 is #C7A27F. Grayscale: #555555. Windows color (decimal): -13083264 or 8412472. OLE color: 8412472.
HSL color Cylindrical-coordinate representation of color #385D80: hue angle of 209.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385D80 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 93 | 128 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.50 |
| HSL | 209.17º | 0.39% | 0.36% | - |
| HSV(B) | 209.17º | 0.56% | 0.5% | - |
| XYZ | 9.44 | 10.23 | 21.9 | - |
| YUV | 85.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 128 | 0.56 | 0.27 | 0 | 0.50 | 209.17 | 0.39 | 0.36 |
| Hex | 38 | 5D | 80 | 38 | 1B | 0 | 32 | D1 | 27 | 24 |
| Octal | 70 | 135 | 200 | 70 | 33 | 0 | 62 | 321 | 47 | 44 |
| Binary | 111000 | 1011101 | 10000000 | 111000 | 11011 | 0 | 110010 | 11010001 | 100111 | 100100 |
Color Harmonies of #385D80
Complementary color
Monochromatic Colors of #385D80
Black with #385D80
Text Example
Text Example
White with #385D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D80; }
p { color: rgb(56,93,128); }
H1.HeaderClassName
{
color: #385D80;
}
.AnyTagClassName
{
color: #385D80;
}
</style>
background-color css
<style>
a { background-color: #385D80; }
a { background-color: rgb(56,93,128); }
div.DivClassName
{
background-color: #385D80;
}
.BgClassName
{
background-color: #385D80;
}
</style>
border-color css
<style>
span { border-color: #385D80; }
span { border-color: rgb(56,93,128); }
td.TdClassName
{
border-color: #385D80;
}
.TagClassName
{
border-color: #385D80;
}
</style>