Shades of Matisse #345D7C
Tints of Matisse #345D7C
RGB
CMYK
RGB Variations
Color information
#345D7C (or 0x345D7C) is known color: Matisse. HEX triplet: 34, 5D and 7C. RGB value is (52,93,124). Sum of RGB (Red+Green+Blue) = 52+93+124=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #345D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D7C is #CBA283. Grayscale: #545454. Windows color (decimal): -13345412 or 8150324. OLE color: 8150324.
HSL color Cylindrical-coordinate representation of color #345D7C: hue angle of 205.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #345D7C is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 93 | 124 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.51 |
| HSL | 205.83º | 0.41% | 0.35% | - |
| HSV(B) | 205.83º | 0.58% | 0.49% | - |
| XYZ | 8.97 | 10.01 | 20.53 | - |
| YUV | 84.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 124 | 0.58 | 0.25 | 0 | 0.51 | 205.83 | 0.41 | 0.35 |
| Hex | 34 | 5D | 7C | 3A | 19 | 0 | 33 | CE | 29 | 23 |
| Octal | 64 | 135 | 174 | 72 | 31 | 0 | 63 | 316 | 51 | 43 |
| Binary | 110100 | 1011101 | 1111100 | 111010 | 11001 | 0 | 110011 | 11001110 | 101001 | 100011 |
Color Harmonies of #345D7C
Complementary color
Monochromatic Colors of #345D7C
Black with #345D7C
Text Example
Text Example
White with #345D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D7C; }
p { color: rgb(52,93,124); }
H1.HeaderClassName
{
color: #345D7C;
}
.AnyTagClassName
{
color: #345D7C;
}
</style>
background-color css
<style>
a { background-color: #345D7C; }
a { background-color: rgb(52,93,124); }
div.DivClassName
{
background-color: #345D7C;
}
.BgClassName
{
background-color: #345D7C;
}
</style>
border-color css
<style>
span { border-color: #345D7C; }
span { border-color: rgb(52,93,124); }
td.TdClassName
{
border-color: #345D7C;
}
.TagClassName
{
border-color: #345D7C;
}
</style>