Shades of Matisse #336085
Tints of Matisse #336085
RGB
CMYK
RGB Variations
Color information
#336085 (or 0x336085) is known color: Matisse. HEX triplet: 33, 60 and 85. RGB value is (51,96,133). Sum of RGB (Red+Green+Blue) = 51+96+133=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #336085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336085 is #CC9F7A. Grayscale: #565656. Windows color (decimal): -13410171 or 8740915. OLE color: 8740915.
HSL color Cylindrical-coordinate representation of color #336085: hue angle of 207.07º 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 #336085 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 96 | 133 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.48 |
| HSL | 207.07º | 0.45% | 0.36% | - |
| HSV(B) | 207.07º | 0.62% | 0.52% | - |
| XYZ | 9.78 | 10.76 | 23.75 | - |
| YUV | 86.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 133 | 0.62 | 0.28 | 0 | 0.48 | 207.07 | 0.45 | 0.36 |
| Hex | 33 | 60 | 85 | 3E | 1C | 0 | 30 | CF | 2D | 24 |
| Octal | 63 | 140 | 205 | 76 | 34 | 0 | 60 | 317 | 55 | 44 |
| Binary | 110011 | 1100000 | 10000101 | 111110 | 11100 | 0 | 110000 | 11001111 | 101101 | 100100 |
Color Harmonies of #336085
Complementary color
Monochromatic Colors of #336085
Black with #336085
Text Example
Text Example
White with #336085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336085; }
p { color: rgb(51,96,133); }
H1.HeaderClassName
{
color: #336085;
}
.AnyTagClassName
{
color: #336085;
}
</style>
background-color css
<style>
a { background-color: #336085; }
a { background-color: rgb(51,96,133); }
div.DivClassName
{
background-color: #336085;
}
.BgClassName
{
background-color: #336085;
}
</style>
border-color css
<style>
span { border-color: #336085; }
span { border-color: rgb(51,96,133); }
td.TdClassName
{
border-color: #336085;
}
.TagClassName
{
border-color: #336085;
}
</style>