Shades of Matisse #335D85
Tints of Matisse #335D85
RGB
CMYK
RGB Variations
Color information
#335D85 (or 0x335D85) is known color: Matisse. HEX triplet: 33, 5D and 85. RGB value is (51,93,133). Sum of RGB (Red+Green+Blue) = 51+93+133=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #335D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D85 is #CCA27A. Grayscale: #545454. Windows color (decimal): -13410939 or 8740147. OLE color: 8740147.
HSL color Cylindrical-coordinate representation of color #335D85: hue angle of 209.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335D85 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 93 | 133 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.48 |
| HSL | 209.27º | 0.45% | 0.36% | - |
| HSV(B) | 209.27º | 0.62% | 0.52% | - |
| XYZ | 9.51 | 10.23 | 23.66 | - |
| YUV | 85 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 133 | 0.62 | 0.30 | 0 | 0.48 | 209.27 | 0.45 | 0.36 |
| Hex | 33 | 5D | 85 | 3E | 1E | 0 | 30 | D1 | 2D | 24 |
| Octal | 63 | 135 | 205 | 76 | 36 | 0 | 60 | 321 | 55 | 44 |
| Binary | 110011 | 1011101 | 10000101 | 111110 | 11110 | 0 | 110000 | 11010001 | 101101 | 100100 |
Color Harmonies of #335D85
Complementary color
Monochromatic Colors of #335D85
Black with #335D85
Text Example
Text Example
White with #335D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D85; }
p { color: rgb(51,93,133); }
H1.HeaderClassName
{
color: #335D85;
}
.AnyTagClassName
{
color: #335D85;
}
</style>
background-color css
<style>
a { background-color: #335D85; }
a { background-color: rgb(51,93,133); }
div.DivClassName
{
background-color: #335D85;
}
.BgClassName
{
background-color: #335D85;
}
</style>
border-color css
<style>
span { border-color: #335D85; }
span { border-color: rgb(51,93,133); }
td.TdClassName
{
border-color: #335D85;
}
.TagClassName
{
border-color: #335D85;
}
</style>