Shades of Matisse #335E7B
Tints of Matisse #335E7B
RGB
CMYK
RGB Variations
Color information
#335E7B (or 0x335E7B) is known color: Matisse. HEX triplet: 33, 5E and 7B. RGB value is (51,94,123). Sum of RGB (Red+Green+Blue) = 51+94+123=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #335E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E7B is #CCA184. Grayscale: #545454. Windows color (decimal): -13410693 or 8085043. OLE color: 8085043.
HSL color Cylindrical-coordinate representation of color #335E7B: hue angle of 204.17º 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 #335E7B is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 94 | 123 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.52 |
| HSL | 204.17º | 0.41% | 0.34% | - |
| HSV(B) | 204.17º | 0.59% | 0.48% | - |
| XYZ | 8.94 | 10.14 | 20.22 | - |
| YUV | 84.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 123 | 0.59 | 0.24 | 0 | 0.52 | 204.17 | 0.41 | 0.34 |
| Hex | 33 | 5E | 7B | 3B | 18 | 0 | 34 | CC | 29 | 22 |
| Octal | 63 | 136 | 173 | 73 | 30 | 0 | 64 | 314 | 51 | 42 |
| Binary | 110011 | 1011110 | 1111011 | 111011 | 11000 | 0 | 110100 | 11001100 | 101001 | 100010 |
Color Harmonies of #335E7B
Complementary color
Monochromatic Colors of #335E7B
Black with #335E7B
Text Example
Text Example
White with #335E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E7B; }
p { color: rgb(51,94,123); }
H1.HeaderClassName
{
color: #335E7B;
}
.AnyTagClassName
{
color: #335E7B;
}
</style>
background-color css
<style>
a { background-color: #335E7B; }
a { background-color: rgb(51,94,123); }
div.DivClassName
{
background-color: #335E7B;
}
.BgClassName
{
background-color: #335E7B;
}
</style>
border-color css
<style>
span { border-color: #335E7B; }
span { border-color: rgb(51,94,123); }
td.TdClassName
{
border-color: #335E7B;
}
.TagClassName
{
border-color: #335E7B;
}
</style>