Shades of Matisse #335D7A
Tints of Matisse #335D7A
RGB
CMYK
RGB Variations
Color information
#335D7A (or 0x335D7A) is known color: Matisse. HEX triplet: 33, 5D and 7A. RGB value is (51,93,122). Sum of RGB (Red+Green+Blue) = 51+93+122=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #335D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D7A is #CCA285. Grayscale: #535353. Windows color (decimal): -13410950 or 8019251. OLE color: 8019251.
HSL color Cylindrical-coordinate representation of color #335D7A: hue angle of 204.51º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #335D7A is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 93 | 122 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.52 |
| HSL | 204.51º | 0.41% | 0.34% | - |
| HSV(B) | 204.51º | 0.58% | 0.48% | - |
| XYZ | 8.79 | 9.94 | 19.87 | - |
| YUV | 83.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 122 | 0.58 | 0.24 | 0 | 0.52 | 204.51 | 0.41 | 0.34 |
| Hex | 33 | 5D | 7A | 3A | 18 | 0 | 34 | CD | 29 | 22 |
| Octal | 63 | 135 | 172 | 72 | 30 | 0 | 64 | 315 | 51 | 42 |
| Binary | 110011 | 1011101 | 1111010 | 111010 | 11000 | 0 | 110100 | 11001101 | 101001 | 100010 |
Color Harmonies of #335D7A
Complementary color
Monochromatic Colors of #335D7A
Black with #335D7A
Text Example
Text Example
White with #335D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D7A; }
p { color: rgb(51,93,122); }
H1.HeaderClassName
{
color: #335D7A;
}
.AnyTagClassName
{
color: #335D7A;
}
</style>
background-color css
<style>
a { background-color: #335D7A; }
a { background-color: rgb(51,93,122); }
div.DivClassName
{
background-color: #335D7A;
}
.BgClassName
{
background-color: #335D7A;
}
</style>
border-color css
<style>
span { border-color: #335D7A; }
span { border-color: rgb(51,93,122); }
td.TdClassName
{
border-color: #335D7A;
}
.TagClassName
{
border-color: #335D7A;
}
</style>