Shades of Matisse #335D87
Tints of Matisse #335D87
RGB
CMYK
RGB Variations
Color information
#335D87 (or 0x335D87) is known color: Matisse. HEX triplet: 33, 5D and 87. RGB value is (51,93,135). Sum of RGB (Red+Green+Blue) = 51+93+135=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #335D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D87 is #CCA278. Grayscale: #555555. Windows color (decimal): -13410937 or 8871219. OLE color: 8871219.
HSL color Cylindrical-coordinate representation of color #335D87: hue angle of 210º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335D87 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 93 | 135 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.47 |
| HSL | 210º | 0.45% | 0.36% | - |
| HSV(B) | 210º | 0.62% | 0.53% | - |
| XYZ | 9.65 | 10.28 | 24.4 | - |
| YUV | 85.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 135 | 0.62 | 0.31 | 0 | 0.47 | 210 | 0.45 | 0.36 |
| Hex | 33 | 5D | 87 | 3E | 1F | 0 | 2F | D2 | 2D | 24 |
| Octal | 63 | 135 | 207 | 76 | 37 | 0 | 57 | 322 | 55 | 44 |
| Binary | 110011 | 1011101 | 10000111 | 111110 | 11111 | 0 | 101111 | 11010010 | 101101 | 100100 |
Color Harmonies of #335D87
Complementary color
Monochromatic Colors of #335D87
Black with #335D87
Text Example
Text Example
White with #335D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D87; }
p { color: rgb(51,93,135); }
H1.HeaderClassName
{
color: #335D87;
}
.AnyTagClassName
{
color: #335D87;
}
</style>
background-color css
<style>
a { background-color: #335D87; }
a { background-color: rgb(51,93,135); }
div.DivClassName
{
background-color: #335D87;
}
.BgClassName
{
background-color: #335D87;
}
</style>
border-color css
<style>
span { border-color: #335D87; }
span { border-color: rgb(51,93,135); }
td.TdClassName
{
border-color: #335D87;
}
.TagClassName
{
border-color: #335D87;
}
</style>