Shades of Matisse #335C85
Tints of Matisse #335C85
RGB
CMYK
RGB Variations
Color information
#335C85 (or 0x335C85) is known color: Matisse. HEX triplet: 33, 5C and 85. RGB value is (51,92,133). Sum of RGB (Red+Green+Blue) = 51+92+133=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #335C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C85 is #CCA37A. Grayscale: #545454. Windows color (decimal): -13411195 or 8739891. OLE color: 8739891.
HSL color Cylindrical-coordinate representation of color #335C85: hue angle of 210º 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 #335C85 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 92 | 133 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.48 |
| HSL | 210º | 0.45% | 0.36% | - |
| HSV(B) | 210º | 0.62% | 0.52% | - |
| XYZ | 9.43 | 10.05 | 23.63 | - |
| YUV | 84.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 133 | 0.62 | 0.31 | 0 | 0.48 | 210 | 0.45 | 0.36 |
| Hex | 33 | 5C | 85 | 3E | 1F | 0 | 30 | D2 | 2D | 24 |
| Octal | 63 | 134 | 205 | 76 | 37 | 0 | 60 | 322 | 55 | 44 |
| Binary | 110011 | 1011100 | 10000101 | 111110 | 11111 | 0 | 110000 | 11010010 | 101101 | 100100 |
Color Harmonies of #335C85
Complementary color
Monochromatic Colors of #335C85
Black with #335C85
Text Example
Text Example
White with #335C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C85; }
p { color: rgb(51,92,133); }
H1.HeaderClassName
{
color: #335C85;
}
.AnyTagClassName
{
color: #335C85;
}
</style>
background-color css
<style>
a { background-color: #335C85; }
a { background-color: rgb(51,92,133); }
div.DivClassName
{
background-color: #335C85;
}
.BgClassName
{
background-color: #335C85;
}
</style>
border-color css
<style>
span { border-color: #335C85; }
span { border-color: rgb(51,92,133); }
td.TdClassName
{
border-color: #335C85;
}
.TagClassName
{
border-color: #335C85;
}
</style>