Shades of Matisse #385272
Tints of Matisse #385272
RGB
CMYK
RGB Variations
Color information
#385272 (or 0x385272) is known color: Matisse. HEX triplet: 38, 52 and 72. RGB value is (56,82,114). Sum of RGB (Red+Green+Blue) = 56+82+114=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #385272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385272 is #C7AD8D. Grayscale: #4D4D4D. Windows color (decimal): -13086094 or 7492152. OLE color: 7492152.
HSL color Cylindrical-coordinate representation of color #385272: hue angle of 213.1º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385272 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 82 | 114 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.55 |
| HSL | 213.1º | 0.34% | 0.33% | - |
| HSV(B) | 213.1º | 0.51% | 0.45% | - |
| XYZ | 7.69 | 8.09 | 17.08 | - |
| YUV | 77.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 114 | 0.51 | 0.28 | 0 | 0.55 | 213.1 | 0.34 | 0.33 |
| Hex | 38 | 52 | 72 | 33 | 1C | 0 | 37 | D5 | 22 | 21 |
| Octal | 70 | 122 | 162 | 63 | 34 | 0 | 67 | 325 | 42 | 41 |
| Binary | 111000 | 1010010 | 1110010 | 110011 | 11100 | 0 | 110111 | 11010101 | 100010 | 100001 |
Color Harmonies of #385272
Complementary color
Monochromatic Colors of #385272
Black with #385272
Text Example
Text Example
White with #385272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385272; }
p { color: rgb(56,82,114); }
H1.HeaderClassName
{
color: #385272;
}
.AnyTagClassName
{
color: #385272;
}
</style>
background-color css
<style>
a { background-color: #385272; }
a { background-color: rgb(56,82,114); }
div.DivClassName
{
background-color: #385272;
}
.BgClassName
{
background-color: #385272;
}
</style>
border-color css
<style>
span { border-color: #385272; }
span { border-color: rgb(56,82,114); }
td.TdClassName
{
border-color: #385272;
}
.TagClassName
{
border-color: #385272;
}
</style>