Shades of Matisse #355B7F
Tints of Matisse #355B7F
RGB
CMYK
RGB Variations
Color information
#355B7F (or 0x355B7F) is known color: Matisse. HEX triplet: 35, 5B and 7F. RGB value is (53,91,127). Sum of RGB (Red+Green+Blue) = 53+91+127=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #355B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B7F is #CAA480. Grayscale: #535353. Windows color (decimal): -13280385 or 8346421. OLE color: 8346421.
HSL color Cylindrical-coordinate representation of color #355B7F: hue angle of 209.19º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #355B7F is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 91 | 127 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.50 |
| HSL | 209.19º | 0.41% | 0.35% | - |
| HSV(B) | 209.19º | 0.58% | 0.5% | - |
| XYZ | 9.04 | 9.77 | 21.49 | - |
| YUV | 83.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 127 | 0.58 | 0.28 | 0 | 0.50 | 209.19 | 0.41 | 0.35 |
| Hex | 35 | 5B | 7F | 3A | 1C | 0 | 32 | D1 | 29 | 23 |
| Octal | 65 | 133 | 177 | 72 | 34 | 0 | 62 | 321 | 51 | 43 |
| Binary | 110101 | 1011011 | 1111111 | 111010 | 11100 | 0 | 110010 | 11010001 | 101001 | 100011 |
Color Harmonies of #355B7F
Complementary color
Monochromatic Colors of #355B7F
Black with #355B7F
Text Example
Text Example
White with #355B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B7F; }
p { color: rgb(53,91,127); }
H1.HeaderClassName
{
color: #355B7F;
}
.AnyTagClassName
{
color: #355B7F;
}
</style>
background-color css
<style>
a { background-color: #355B7F; }
a { background-color: rgb(53,91,127); }
div.DivClassName
{
background-color: #355B7F;
}
.BgClassName
{
background-color: #355B7F;
}
</style>
border-color css
<style>
span { border-color: #355B7F; }
span { border-color: rgb(53,91,127); }
td.TdClassName
{
border-color: #355B7F;
}
.TagClassName
{
border-color: #355B7F;
}
</style>