Shades of Matisse #345C7C
Tints of Matisse #345C7C
RGB
CMYK
RGB Variations
Color information
#345C7C (or 0x345C7C) is known color: Matisse. HEX triplet: 34, 5C and 7C. RGB value is (52,92,124). Sum of RGB (Red+Green+Blue) = 52+92+124=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #345C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C7C is #CBA383. Grayscale: #535353. Windows color (decimal): -13345668 or 8150068. OLE color: 8150068.
HSL color Cylindrical-coordinate representation of color #345C7C: hue angle of 206.67º 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 #345C7C is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 92 | 124 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.51 |
| HSL | 206.67º | 0.41% | 0.35% | - |
| HSV(B) | 206.67º | 0.58% | 0.49% | - |
| XYZ | 8.88 | 9.84 | 20.5 | - |
| YUV | 83.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 124 | 0.58 | 0.26 | 0 | 0.51 | 206.67 | 0.41 | 0.35 |
| Hex | 34 | 5C | 7C | 3A | 1A | 0 | 33 | CF | 29 | 23 |
| Octal | 64 | 134 | 174 | 72 | 32 | 0 | 63 | 317 | 51 | 43 |
| Binary | 110100 | 1011100 | 1111100 | 111010 | 11010 | 0 | 110011 | 11001111 | 101001 | 100011 |
Color Harmonies of #345C7C
Complementary color
Monochromatic Colors of #345C7C
Black with #345C7C
Text Example
Text Example
White with #345C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C7C; }
p { color: rgb(52,92,124); }
H1.HeaderClassName
{
color: #345C7C;
}
.AnyTagClassName
{
color: #345C7C;
}
</style>
background-color css
<style>
a { background-color: #345C7C; }
a { background-color: rgb(52,92,124); }
div.DivClassName
{
background-color: #345C7C;
}
.BgClassName
{
background-color: #345C7C;
}
</style>
border-color css
<style>
span { border-color: #345C7C; }
span { border-color: rgb(52,92,124); }
td.TdClassName
{
border-color: #345C7C;
}
.TagClassName
{
border-color: #345C7C;
}
</style>