Shades of Matisse #355A7C
Tints of Matisse #355A7C
RGB
CMYK
RGB Variations
Color information
#355A7C (or 0x355A7C) is known color: Matisse. HEX triplet: 35, 5A and 7C. RGB value is (53,90,124). Sum of RGB (Red+Green+Blue) = 53+90+124=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #355A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A7C is #CAA583. Grayscale: #525252. Windows color (decimal): -13280644 or 8149557. OLE color: 8149557.
HSL color Cylindrical-coordinate representation of color #355A7C: hue angle of 208.73º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355A7C is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 90 | 124 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.51 |
| HSL | 208.73º | 0.4% | 0.35% | - |
| HSV(B) | 208.73º | 0.57% | 0.49% | - |
| XYZ | 8.76 | 9.52 | 20.45 | - |
| YUV | 82.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 124 | 0.57 | 0.27 | 0 | 0.51 | 208.73 | 0.4 | 0.35 |
| Hex | 35 | 5A | 7C | 39 | 1B | 0 | 33 | D1 | 28 | 23 |
| Octal | 65 | 132 | 174 | 71 | 33 | 0 | 63 | 321 | 50 | 43 |
| Binary | 110101 | 1011010 | 1111100 | 111001 | 11011 | 0 | 110011 | 11010001 | 101000 | 100011 |
Color Harmonies of #355A7C
Complementary color
Monochromatic Colors of #355A7C
Black with #355A7C
Text Example
Text Example
White with #355A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A7C; }
p { color: rgb(53,90,124); }
H1.HeaderClassName
{
color: #355A7C;
}
.AnyTagClassName
{
color: #355A7C;
}
</style>
background-color css
<style>
a { background-color: #355A7C; }
a { background-color: rgb(53,90,124); }
div.DivClassName
{
background-color: #355A7C;
}
.BgClassName
{
background-color: #355A7C;
}
</style>
border-color css
<style>
span { border-color: #355A7C; }
span { border-color: rgb(53,90,124); }
td.TdClassName
{
border-color: #355A7C;
}
.TagClassName
{
border-color: #355A7C;
}
</style>