Shades of Matisse #335D7B
Tints of Matisse #335D7B
RGB
CMYK
RGB Variations
Color information
#335D7B (or 0x335D7B) is known color: Matisse. HEX triplet: 33, 5D and 7B. RGB value is (51,93,123). Sum of RGB (Red+Green+Blue) = 51+93+123=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #335D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D7B is #CCA284. Grayscale: #535353. Windows color (decimal): -13410949 or 8084787. OLE color: 8084787.
HSL color Cylindrical-coordinate representation of color #335D7B: hue angle of 205º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #335D7B is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 93 | 123 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.52 |
| HSL | 205º | 0.41% | 0.34% | - |
| HSV(B) | 205º | 0.59% | 0.48% | - |
| XYZ | 8.85 | 9.96 | 20.2 | - |
| YUV | 83.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 123 | 0.59 | 0.24 | 0 | 0.52 | 205 | 0.41 | 0.34 |
| Hex | 33 | 5D | 7B | 3B | 18 | 0 | 34 | CD | 29 | 22 |
| Octal | 63 | 135 | 173 | 73 | 30 | 0 | 64 | 315 | 51 | 42 |
| Binary | 110011 | 1011101 | 1111011 | 111011 | 11000 | 0 | 110100 | 11001101 | 101001 | 100010 |
Color Harmonies of #335D7B
Complementary color
Monochromatic Colors of #335D7B
Black with #335D7B
Text Example
Text Example
White with #335D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D7B; }
p { color: rgb(51,93,123); }
H1.HeaderClassName
{
color: #335D7B;
}
.AnyTagClassName
{
color: #335D7B;
}
</style>
background-color css
<style>
a { background-color: #335D7B; }
a { background-color: rgb(51,93,123); }
div.DivClassName
{
background-color: #335D7B;
}
.BgClassName
{
background-color: #335D7B;
}
</style>
border-color css
<style>
span { border-color: #335D7B; }
span { border-color: rgb(51,93,123); }
td.TdClassName
{
border-color: #335D7B;
}
.TagClassName
{
border-color: #335D7B;
}
</style>