Shades of Matisse #335E84
Tints of Matisse #335E84
RGB
CMYK
RGB Variations
Color information
#335E84 (or 0x335E84) is known color: Matisse. HEX triplet: 33, 5E and 84. RGB value is (51,94,132). Sum of RGB (Red+Green+Blue) = 51+94+132=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #335E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E84 is #CCA17B. Grayscale: #555555. Windows color (decimal): -13410684 or 8674867. OLE color: 8674867.
HSL color Cylindrical-coordinate representation of color #335E84: hue angle of 208.15º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335E84 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 94 | 132 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.48 |
| HSL | 208.15º | 0.44% | 0.36% | - |
| HSV(B) | 208.15º | 0.61% | 0.52% | - |
| XYZ | 9.53 | 10.38 | 23.33 | - |
| YUV | 85.48 | 154.25 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 132 | 0.61 | 0.29 | 0 | 0.48 | 208.15 | 0.44 | 0.36 |
| Hex | 33 | 5E | 84 | 3D | 1D | 0 | 30 | D0 | 2C | 24 |
| Octal | 63 | 136 | 204 | 75 | 35 | 0 | 60 | 320 | 54 | 44 |
| Binary | 110011 | 1011110 | 10000100 | 111101 | 11101 | 0 | 110000 | 11010000 | 101100 | 100100 |
Color Harmonies of #335E84
Complementary color
Monochromatic Colors of #335E84
Black with #335E84
Text Example
Text Example
White with #335E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E84; }
p { color: rgb(51,94,132); }
H1.HeaderClassName
{
color: #335E84;
}
.AnyTagClassName
{
color: #335E84;
}
</style>
background-color css
<style>
a { background-color: #335E84; }
a { background-color: rgb(51,94,132); }
div.DivClassName
{
background-color: #335E84;
}
.BgClassName
{
background-color: #335E84;
}
</style>
border-color css
<style>
span { border-color: #335E84; }
span { border-color: rgb(51,94,132); }
td.TdClassName
{
border-color: #335E84;
}
.TagClassName
{
border-color: #335E84;
}
</style>