Shades of Matisse #385D81
Tints of Matisse #385D81
RGB
CMYK
RGB Variations
Color information
#385D81 (or 0x385D81) is known color: Matisse. HEX triplet: 38, 5D and 81. RGB value is (56,93,129). Sum of RGB (Red+Green+Blue) = 56+93+129=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #385D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D81 is #C7A27E. Grayscale: #555555. Windows color (decimal): -13083263 or 8478008. OLE color: 8478008.
HSL color Cylindrical-coordinate representation of color #385D81: hue angle of 209.59º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385D81 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 93 | 129 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.49 |
| HSL | 209.59º | 0.39% | 0.36% | - |
| HSV(B) | 209.59º | 0.57% | 0.51% | - |
| XYZ | 9.51 | 10.25 | 22.25 | - |
| YUV | 86.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 129 | 0.57 | 0.28 | 0 | 0.49 | 209.59 | 0.39 | 0.36 |
| Hex | 38 | 5D | 81 | 39 | 1C | 0 | 31 | D2 | 27 | 24 |
| Octal | 70 | 135 | 201 | 71 | 34 | 0 | 61 | 322 | 47 | 44 |
| Binary | 111000 | 1011101 | 10000001 | 111001 | 11100 | 0 | 110001 | 11010010 | 100111 | 100100 |
Color Harmonies of #385D81
Complementary color
Monochromatic Colors of #385D81
Black with #385D81
Text Example
Text Example
White with #385D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D81; }
p { color: rgb(56,93,129); }
H1.HeaderClassName
{
color: #385D81;
}
.AnyTagClassName
{
color: #385D81;
}
</style>
background-color css
<style>
a { background-color: #385D81; }
a { background-color: rgb(56,93,129); }
div.DivClassName
{
background-color: #385D81;
}
.BgClassName
{
background-color: #385D81;
}
</style>
border-color css
<style>
span { border-color: #385D81; }
span { border-color: rgb(56,93,129); }
td.TdClassName
{
border-color: #385D81;
}
.TagClassName
{
border-color: #385D81;
}
</style>