Shades of Matisse #355E83
Tints of Matisse #355E83
RGB
CMYK
RGB Variations
Color information
#355E83 (or 0x355E83) is known color: Matisse. HEX triplet: 35, 5E and 83. RGB value is (53,94,131). Sum of RGB (Red+Green+Blue) = 53+94+131=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #355E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E83 is #CAA17C. Grayscale: #555555. Windows color (decimal): -13279613 or 8609333. OLE color: 8609333.
HSL color Cylindrical-coordinate representation of color #355E83: hue angle of 208.46º 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 #355E83 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 94 | 131 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.49 |
| HSL | 208.46º | 0.42% | 0.36% | - |
| HSV(B) | 208.46º | 0.6% | 0.51% | - |
| XYZ | 9.57 | 10.4 | 22.98 | - |
| YUV | 85.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 131 | 0.60 | 0.28 | 0 | 0.49 | 208.46 | 0.42 | 0.36 |
| Hex | 35 | 5E | 83 | 3C | 1C | 0 | 31 | D0 | 2A | 24 |
| Octal | 65 | 136 | 203 | 74 | 34 | 0 | 61 | 320 | 52 | 44 |
| Binary | 110101 | 1011110 | 10000011 | 111100 | 11100 | 0 | 110001 | 11010000 | 101010 | 100100 |
Color Harmonies of #355E83
Complementary color
Monochromatic Colors of #355E83
Black with #355E83
Text Example
Text Example
White with #355E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E83; }
p { color: rgb(53,94,131); }
H1.HeaderClassName
{
color: #355E83;
}
.AnyTagClassName
{
color: #355E83;
}
</style>
background-color css
<style>
a { background-color: #355E83; }
a { background-color: rgb(53,94,131); }
div.DivClassName
{
background-color: #355E83;
}
.BgClassName
{
background-color: #355E83;
}
</style>
border-color css
<style>
span { border-color: #355E83; }
span { border-color: rgb(53,94,131); }
td.TdClassName
{
border-color: #355E83;
}
.TagClassName
{
border-color: #355E83;
}
</style>