Shades of Matisse #345D7A
Tints of Matisse #345D7A
RGB
CMYK
RGB Variations
Color information
#345D7A (or 0x345D7A) is known color: Matisse. HEX triplet: 34, 5D and 7A. RGB value is (52,93,122). Sum of RGB (Red+Green+Blue) = 52+93+122=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #345D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D7A is #CBA285. Grayscale: #535353. Windows color (decimal): -13345414 or 8019252. OLE color: 8019252.
HSL color Cylindrical-coordinate representation of color #345D7A: hue angle of 204.86º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #345D7A is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 93 | 122 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.52 |
| HSL | 204.86º | 0.4% | 0.34% | - |
| HSV(B) | 204.86º | 0.57% | 0.48% | - |
| XYZ | 8.84 | 9.96 | 19.87 | - |
| YUV | 84.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 122 | 0.57 | 0.24 | 0 | 0.52 | 204.86 | 0.4 | 0.34 |
| Hex | 34 | 5D | 7A | 39 | 18 | 0 | 34 | CD | 28 | 22 |
| Octal | 64 | 135 | 172 | 71 | 30 | 0 | 64 | 315 | 50 | 42 |
| Binary | 110100 | 1011101 | 1111010 | 111001 | 11000 | 0 | 110100 | 11001101 | 101000 | 100010 |
Color Harmonies of #345D7A
Complementary color
Monochromatic Colors of #345D7A
Black with #345D7A
Text Example
Text Example
White with #345D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D7A; }
p { color: rgb(52,93,122); }
H1.HeaderClassName
{
color: #345D7A;
}
.AnyTagClassName
{
color: #345D7A;
}
</style>
background-color css
<style>
a { background-color: #345D7A; }
a { background-color: rgb(52,93,122); }
div.DivClassName
{
background-color: #345D7A;
}
.BgClassName
{
background-color: #345D7A;
}
</style>
border-color css
<style>
span { border-color: #345D7A; }
span { border-color: rgb(52,93,122); }
td.TdClassName
{
border-color: #345D7A;
}
.TagClassName
{
border-color: #345D7A;
}
</style>