Shades of Matisse #395373
Tints of Matisse #395373
RGB
CMYK
RGB Variations
Color information
#395373 (or 0x395373) is known color: Matisse. HEX triplet: 39, 53 and 73. RGB value is (57,83,115). Sum of RGB (Red+Green+Blue) = 57+83+115=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #395373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395373 is #C6AC8C. Grayscale: #4E4E4E. Windows color (decimal): -13020301 or 7557945. OLE color: 7557945.
HSL color Cylindrical-coordinate representation of color #395373: hue angle of 213.1º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395373 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 83 | 115 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.55 |
| HSL | 213.1º | 0.34% | 0.34% | - |
| HSV(B) | 213.1º | 0.5% | 0.45% | - |
| XYZ | 7.88 | 8.29 | 17.41 | - |
| YUV | 78.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 115 | 0.50 | 0.28 | 0 | 0.55 | 213.1 | 0.34 | 0.34 |
| Hex | 39 | 53 | 73 | 32 | 1C | 0 | 37 | D5 | 22 | 22 |
| Octal | 71 | 123 | 163 | 62 | 34 | 0 | 67 | 325 | 42 | 42 |
| Binary | 111001 | 1010011 | 1110011 | 110010 | 11100 | 0 | 110111 | 11010101 | 100010 | 100010 |
Color Harmonies of #395373
Complementary color
Monochromatic Colors of #395373
Black with #395373
Text Example
Text Example
White with #395373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395373; }
p { color: rgb(57,83,115); }
H1.HeaderClassName
{
color: #395373;
}
.AnyTagClassName
{
color: #395373;
}
</style>
background-color css
<style>
a { background-color: #395373; }
a { background-color: rgb(57,83,115); }
div.DivClassName
{
background-color: #395373;
}
.BgClassName
{
background-color: #395373;
}
</style>
border-color css
<style>
span { border-color: #395373; }
span { border-color: rgb(57,83,115); }
td.TdClassName
{
border-color: #395373;
}
.TagClassName
{
border-color: #395373;
}
</style>