Shades of Matisse #336285
Tints of Matisse #336285
RGB
CMYK
RGB Variations
Color information
#336285 (or 0x336285) is known color: Matisse. HEX triplet: 33, 62 and 85. RGB value is (51,98,133). Sum of RGB (Red+Green+Blue) = 51+98+133=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #336285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336285 is #CC9D7A. Grayscale: #575757. Windows color (decimal): -13409659 or 8741427. OLE color: 8741427.
HSL color Cylindrical-coordinate representation of color #336285: hue angle of 205.61º 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 #336285 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 98 | 133 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.48 |
| HSL | 205.61º | 0.45% | 0.36% | - |
| HSV(B) | 205.61º | 0.62% | 0.52% | - |
| XYZ | 9.97 | 11.13 | 23.81 | - |
| YUV | 87.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 133 | 0.62 | 0.26 | 0 | 0.48 | 205.61 | 0.45 | 0.36 |
| Hex | 33 | 62 | 85 | 3E | 1A | 0 | 30 | CE | 2D | 24 |
| Octal | 63 | 142 | 205 | 76 | 32 | 0 | 60 | 316 | 55 | 44 |
| Binary | 110011 | 1100010 | 10000101 | 111110 | 11010 | 0 | 110000 | 11001110 | 101101 | 100100 |
Color Harmonies of #336285
Complementary color
Monochromatic Colors of #336285
Black with #336285
Text Example
Text Example
White with #336285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336285; }
p { color: rgb(51,98,133); }
H1.HeaderClassName
{
color: #336285;
}
.AnyTagClassName
{
color: #336285;
}
</style>
background-color css
<style>
a { background-color: #336285; }
a { background-color: rgb(51,98,133); }
div.DivClassName
{
background-color: #336285;
}
.BgClassName
{
background-color: #336285;
}
</style>
border-color css
<style>
span { border-color: #336285; }
span { border-color: rgb(51,98,133); }
td.TdClassName
{
border-color: #336285;
}
.TagClassName
{
border-color: #336285;
}
</style>