Shades of Matisse #355C83
Tints of Matisse #355C83
RGB
CMYK
RGB Variations
Color information
#355C83 (or 0x355C83) is known color: Matisse. HEX triplet: 35, 5C and 83. RGB value is (53,92,131). Sum of RGB (Red+Green+Blue) = 53+92+131=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #355C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C83 is #CAA37C. Grayscale: #545454. Windows color (decimal): -13280125 or 8608821. OLE color: 8608821.
HSL color Cylindrical-coordinate representation of color #355C83: hue angle of 210º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355C83 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 92 | 131 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.49 |
| HSL | 210º | 0.42% | 0.36% | - |
| HSV(B) | 210º | 0.6% | 0.51% | - |
| XYZ | 9.39 | 10.05 | 22.92 | - |
| YUV | 84.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 131 | 0.60 | 0.30 | 0 | 0.49 | 210 | 0.42 | 0.36 |
| Hex | 35 | 5C | 83 | 3C | 1E | 0 | 31 | D2 | 2A | 24 |
| Octal | 65 | 134 | 203 | 74 | 36 | 0 | 61 | 322 | 52 | 44 |
| Binary | 110101 | 1011100 | 10000011 | 111100 | 11110 | 0 | 110001 | 11010010 | 101010 | 100100 |
Color Harmonies of #355C83
Complementary color
Monochromatic Colors of #355C83
Black with #355C83
Text Example
Text Example
White with #355C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C83; }
p { color: rgb(53,92,131); }
H1.HeaderClassName
{
color: #355C83;
}
.AnyTagClassName
{
color: #355C83;
}
</style>
background-color css
<style>
a { background-color: #355C83; }
a { background-color: rgb(53,92,131); }
div.DivClassName
{
background-color: #355C83;
}
.BgClassName
{
background-color: #355C83;
}
</style>
border-color css
<style>
span { border-color: #355C83; }
span { border-color: rgb(53,92,131); }
td.TdClassName
{
border-color: #355C83;
}
.TagClassName
{
border-color: #355C83;
}
</style>