Shades of Matisse #335C78
Tints of Matisse #335C78
RGB
CMYK
RGB Variations
Color information
#335C78 (or 0x335C78) is known color: Matisse. HEX triplet: 33, 5C and 78. RGB value is (51,92,120). Sum of RGB (Red+Green+Blue) = 51+92+120=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #335C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C78 is #CCA387. Grayscale: #525252. Windows color (decimal): -13411208 or 7887923. OLE color: 7887923.
HSL color Cylindrical-coordinate representation of color #335C78: hue angle of 204.35º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335C78 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 92 | 120 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.53 |
| HSL | 204.35º | 0.4% | 0.34% | - |
| HSV(B) | 204.35º | 0.58% | 0.47% | - |
| XYZ | 8.58 | 9.71 | 19.19 | - |
| YUV | 82.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 120 | 0.58 | 0.23 | 0 | 0.53 | 204.35 | 0.4 | 0.34 |
| Hex | 33 | 5C | 78 | 3A | 17 | 0 | 35 | CC | 28 | 22 |
| Octal | 63 | 134 | 170 | 72 | 27 | 0 | 65 | 314 | 50 | 42 |
| Binary | 110011 | 1011100 | 1111000 | 111010 | 10111 | 0 | 110101 | 11001100 | 101000 | 100010 |
Color Harmonies of #335C78
Complementary color
Monochromatic Colors of #335C78
Black with #335C78
Text Example
Text Example
White with #335C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C78; }
p { color: rgb(51,92,120); }
H1.HeaderClassName
{
color: #335C78;
}
.AnyTagClassName
{
color: #335C78;
}
</style>
background-color css
<style>
a { background-color: #335C78; }
a { background-color: rgb(51,92,120); }
div.DivClassName
{
background-color: #335C78;
}
.BgClassName
{
background-color: #335C78;
}
</style>
border-color css
<style>
span { border-color: #335C78; }
span { border-color: rgb(51,92,120); }
td.TdClassName
{
border-color: #335C78;
}
.TagClassName
{
border-color: #335C78;
}
</style>