Shades of Matisse #355C82
Tints of Matisse #355C82
RGB
CMYK
RGB Variations
Color information
#355C82 (or 0x355C82) is known color: Matisse. HEX triplet: 35, 5C and 82. RGB value is (53,92,130). Sum of RGB (Red+Green+Blue) = 53+92+130=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #355C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C82 is #CAA37D. Grayscale: #545454. Windows color (decimal): -13280126 or 8543285. OLE color: 8543285.
HSL color Cylindrical-coordinate representation of color #355C82: hue angle of 209.61º 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 #355C82 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 92 | 130 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.49 |
| HSL | 209.61º | 0.42% | 0.36% | - |
| HSV(B) | 209.61º | 0.59% | 0.51% | - |
| XYZ | 9.32 | 10.02 | 22.56 | - |
| YUV | 84.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 130 | 0.59 | 0.29 | 0 | 0.49 | 209.61 | 0.42 | 0.36 |
| Hex | 35 | 5C | 82 | 3B | 1D | 0 | 31 | D2 | 2A | 24 |
| Octal | 65 | 134 | 202 | 73 | 35 | 0 | 61 | 322 | 52 | 44 |
| Binary | 110101 | 1011100 | 10000010 | 111011 | 11101 | 0 | 110001 | 11010010 | 101010 | 100100 |
Color Harmonies of #355C82
Complementary color
Monochromatic Colors of #355C82
Black with #355C82
Text Example
Text Example
White with #355C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C82; }
p { color: rgb(53,92,130); }
H1.HeaderClassName
{
color: #355C82;
}
.AnyTagClassName
{
color: #355C82;
}
</style>
background-color css
<style>
a { background-color: #355C82; }
a { background-color: rgb(53,92,130); }
div.DivClassName
{
background-color: #355C82;
}
.BgClassName
{
background-color: #355C82;
}
</style>
border-color css
<style>
span { border-color: #355C82; }
span { border-color: rgb(53,92,130); }
td.TdClassName
{
border-color: #355C82;
}
.TagClassName
{
border-color: #355C82;
}
</style>