Shades of Matisse #355C81
Tints of Matisse #355C81
RGB
CMYK
RGB Variations
Color information
#355C81 (or 0x355C81) is known color: Matisse. HEX triplet: 35, 5C and 81. RGB value is (53,92,129). Sum of RGB (Red+Green+Blue) = 53+92+129=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #355C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C81 is #CAA37E. Grayscale: #545454. Windows color (decimal): -13280127 or 8477749. OLE color: 8477749.
HSL color Cylindrical-coordinate representation of color #355C81: hue angle of 209.21º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355C81 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 92 | 129 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.49 |
| HSL | 209.21º | 0.42% | 0.36% | - |
| HSV(B) | 209.21º | 0.59% | 0.51% | - |
| XYZ | 9.26 | 10 | 22.21 | - |
| YUV | 84.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 129 | 0.59 | 0.29 | 0 | 0.49 | 209.21 | 0.42 | 0.36 |
| Hex | 35 | 5C | 81 | 3B | 1D | 0 | 31 | D1 | 2A | 24 |
| Octal | 65 | 134 | 201 | 73 | 35 | 0 | 61 | 321 | 52 | 44 |
| Binary | 110101 | 1011100 | 10000001 | 111011 | 11101 | 0 | 110001 | 11010001 | 101010 | 100100 |
Color Harmonies of #355C81
Complementary color
Monochromatic Colors of #355C81
Black with #355C81
Text Example
Text Example
White with #355C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C81; }
p { color: rgb(53,92,129); }
H1.HeaderClassName
{
color: #355C81;
}
.AnyTagClassName
{
color: #355C81;
}
</style>
background-color css
<style>
a { background-color: #355C81; }
a { background-color: rgb(53,92,129); }
div.DivClassName
{
background-color: #355C81;
}
.BgClassName
{
background-color: #355C81;
}
</style>
border-color css
<style>
span { border-color: #355C81; }
span { border-color: rgb(53,92,129); }
td.TdClassName
{
border-color: #355C81;
}
.TagClassName
{
border-color: #355C81;
}
</style>