Shades of Matisse #355B7B
Tints of Matisse #355B7B
RGB
CMYK
RGB Variations
Color information
#355B7B (or 0x355B7B) is known color: Matisse. HEX triplet: 35, 5B and 7B. RGB value is (53,91,123). Sum of RGB (Red+Green+Blue) = 53+91+123=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 91 (35.94% from 255 or 34.08% 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 #355B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B7B is #CAA484. Grayscale: #535353. Windows color (decimal): -13280389 or 8084277. OLE color: 8084277.
HSL color Cylindrical-coordinate representation of color #355B7B: hue angle of 207.43º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355B7B is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 91 | 123 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.52 |
| HSL | 207.43º | 0.4% | 0.35% | - |
| HSV(B) | 207.43º | 0.57% | 0.48% | - |
| XYZ | 8.78 | 9.67 | 20.14 | - |
| YUV | 83.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 123 | 0.57 | 0.26 | 0 | 0.52 | 207.43 | 0.4 | 0.35 |
| Hex | 35 | 5B | 7B | 39 | 1A | 0 | 34 | CF | 28 | 23 |
| Octal | 65 | 133 | 173 | 71 | 32 | 0 | 64 | 317 | 50 | 43 |
| Binary | 110101 | 1011011 | 1111011 | 111001 | 11010 | 0 | 110100 | 11001111 | 101000 | 100011 |
Color Harmonies of #355B7B
Complementary color
Monochromatic Colors of #355B7B
Black with #355B7B
Text Example
Text Example
White with #355B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B7B; }
p { color: rgb(53,91,123); }
H1.HeaderClassName
{
color: #355B7B;
}
.AnyTagClassName
{
color: #355B7B;
}
</style>
background-color css
<style>
a { background-color: #355B7B; }
a { background-color: rgb(53,91,123); }
div.DivClassName
{
background-color: #355B7B;
}
.BgClassName
{
background-color: #355B7B;
}
</style>
border-color css
<style>
span { border-color: #355B7B; }
span { border-color: rgb(53,91,123); }
td.TdClassName
{
border-color: #355B7B;
}
.TagClassName
{
border-color: #355B7B;
}
</style>