Shades of Matisse #395A7C
Tints of Matisse #395A7C
RGB
CMYK
RGB Variations
Color information
#395A7C (or 0x395A7C) is known color: Matisse. HEX triplet: 39, 5A and 7C. RGB value is (57,90,124). Sum of RGB (Red+Green+Blue) = 57+90+124=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #395A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A7C is #C6A583. Grayscale: #535353. Windows color (decimal): -13018500 or 8149561. OLE color: 8149561.
HSL color Cylindrical-coordinate representation of color #395A7C: hue angle of 210.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #395A7C is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 90 | 124 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.51 |
| HSL | 210.45º | 0.37% | 0.35% | - |
| HSV(B) | 210.45º | 0.54% | 0.49% | - |
| XYZ | 8.98 | 9.64 | 20.46 | - |
| YUV | 84.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 124 | 0.54 | 0.27 | 0 | 0.51 | 210.45 | 0.37 | 0.35 |
| Hex | 39 | 5A | 7C | 36 | 1B | 0 | 33 | D2 | 25 | 23 |
| Octal | 71 | 132 | 174 | 66 | 33 | 0 | 63 | 322 | 45 | 43 |
| Binary | 111001 | 1011010 | 1111100 | 110110 | 11011 | 0 | 110011 | 11010010 | 100101 | 100011 |
Color Harmonies of #395A7C
Complementary color
Monochromatic Colors of #395A7C
Black with #395A7C
Text Example
Text Example
White with #395A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A7C; }
p { color: rgb(57,90,124); }
H1.HeaderClassName
{
color: #395A7C;
}
.AnyTagClassName
{
color: #395A7C;
}
</style>
background-color css
<style>
a { background-color: #395A7C; }
a { background-color: rgb(57,90,124); }
div.DivClassName
{
background-color: #395A7C;
}
.BgClassName
{
background-color: #395A7C;
}
</style>
border-color css
<style>
span { border-color: #395A7C; }
span { border-color: rgb(57,90,124); }
td.TdClassName
{
border-color: #395A7C;
}
.TagClassName
{
border-color: #395A7C;
}
</style>