Shades of Matisse #355E7F
Tints of Matisse #355E7F
RGB
CMYK
RGB Variations
Color information
#355E7F (or 0x355E7F) is known color: Matisse. HEX triplet: 35, 5E and 7F. RGB value is (53,94,127). Sum of RGB (Red+Green+Blue) = 53+94+127=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #355E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E7F is #CAA180. Grayscale: #555555. Windows color (decimal): -13279617 or 8347189. OLE color: 8347189.
HSL color Cylindrical-coordinate representation of color #355E7F: hue angle of 206.76º 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 #355E7F is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 94 | 127 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.50 |
| HSL | 206.76º | 0.41% | 0.35% | - |
| HSV(B) | 206.76º | 0.58% | 0.5% | - |
| XYZ | 9.3 | 10.29 | 21.58 | - |
| YUV | 85.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 127 | 0.58 | 0.26 | 0 | 0.50 | 206.76 | 0.41 | 0.35 |
| Hex | 35 | 5E | 7F | 3A | 1A | 0 | 32 | CF | 29 | 23 |
| Octal | 65 | 136 | 177 | 72 | 32 | 0 | 62 | 317 | 51 | 43 |
| Binary | 110101 | 1011110 | 1111111 | 111010 | 11010 | 0 | 110010 | 11001111 | 101001 | 100011 |
Color Harmonies of #355E7F
Complementary color
Monochromatic Colors of #355E7F
Black with #355E7F
Text Example
Text Example
White with #355E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E7F; }
p { color: rgb(53,94,127); }
H1.HeaderClassName
{
color: #355E7F;
}
.AnyTagClassName
{
color: #355E7F;
}
</style>
background-color css
<style>
a { background-color: #355E7F; }
a { background-color: rgb(53,94,127); }
div.DivClassName
{
background-color: #355E7F;
}
.BgClassName
{
background-color: #355E7F;
}
</style>
border-color css
<style>
span { border-color: #355E7F; }
span { border-color: rgb(53,94,127); }
td.TdClassName
{
border-color: #355E7F;
}
.TagClassName
{
border-color: #355E7F;
}
</style>