Shades of Matisse #355F7B
Tints of Matisse #355F7B
RGB
CMYK
RGB Variations
Color information
#355F7B (or 0x355F7B) is known color: Matisse. HEX triplet: 35, 5F and 7B. RGB value is (53,95,123). Sum of RGB (Red+Green+Blue) = 53+95+123=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #355F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F7B is #CAA084. Grayscale: #555555. Windows color (decimal): -13279365 or 8085301. OLE color: 8085301.
HSL color Cylindrical-coordinate representation of color #355F7B: hue angle of 204º 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 #355F7B is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 95 | 123 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.52 |
| HSL | 204º | 0.4% | 0.35% | - |
| HSV(B) | 204º | 0.57% | 0.48% | - |
| XYZ | 9.14 | 10.37 | 20.26 | - |
| YUV | 85.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 123 | 0.57 | 0.23 | 0 | 0.52 | 204 | 0.4 | 0.35 |
| Hex | 35 | 5F | 7B | 39 | 17 | 0 | 34 | CC | 28 | 23 |
| Octal | 65 | 137 | 173 | 71 | 27 | 0 | 64 | 314 | 50 | 43 |
| Binary | 110101 | 1011111 | 1111011 | 111001 | 10111 | 0 | 110100 | 11001100 | 101000 | 100011 |
Color Harmonies of #355F7B
Complementary color
Monochromatic Colors of #355F7B
Black with #355F7B
Text Example
Text Example
White with #355F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F7B; }
p { color: rgb(53,95,123); }
H1.HeaderClassName
{
color: #355F7B;
}
.AnyTagClassName
{
color: #355F7B;
}
</style>
background-color css
<style>
a { background-color: #355F7B; }
a { background-color: rgb(53,95,123); }
div.DivClassName
{
background-color: #355F7B;
}
.BgClassName
{
background-color: #355F7B;
}
</style>
border-color css
<style>
span { border-color: #355F7B; }
span { border-color: rgb(53,95,123); }
td.TdClassName
{
border-color: #355F7B;
}
.TagClassName
{
border-color: #355F7B;
}
</style>