Shades of Matisse #345E7A
Tints of Matisse #345E7A
RGB
CMYK
RGB Variations
Color information
#345E7A (or 0x345E7A) is known color: Matisse. HEX triplet: 34, 5E and 7A. RGB value is (52,94,122). Sum of RGB (Red+Green+Blue) = 52+94+122=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #345E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E7A is #CBA185. Grayscale: #545454. Windows color (decimal): -13345158 or 8019508. OLE color: 8019508.
HSL color Cylindrical-coordinate representation of color #345E7A: hue angle of 204º 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 #345E7A is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 94 | 122 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.52 |
| HSL | 204º | 0.4% | 0.34% | - |
| HSV(B) | 204º | 0.57% | 0.48% | - |
| XYZ | 8.93 | 10.14 | 19.9 | - |
| YUV | 84.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 122 | 0.57 | 0.23 | 0 | 0.52 | 204 | 0.4 | 0.34 |
| Hex | 34 | 5E | 7A | 39 | 17 | 0 | 34 | CC | 28 | 22 |
| Octal | 64 | 136 | 172 | 71 | 27 | 0 | 64 | 314 | 50 | 42 |
| Binary | 110100 | 1011110 | 1111010 | 111001 | 10111 | 0 | 110100 | 11001100 | 101000 | 100010 |
Color Harmonies of #345E7A
Complementary color
Monochromatic Colors of #345E7A
Black with #345E7A
Text Example
Text Example
White with #345E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E7A; }
p { color: rgb(52,94,122); }
H1.HeaderClassName
{
color: #345E7A;
}
.AnyTagClassName
{
color: #345E7A;
}
</style>
background-color css
<style>
a { background-color: #345E7A; }
a { background-color: rgb(52,94,122); }
div.DivClassName
{
background-color: #345E7A;
}
.BgClassName
{
background-color: #345E7A;
}
</style>
border-color css
<style>
span { border-color: #345E7A; }
span { border-color: rgb(52,94,122); }
td.TdClassName
{
border-color: #345E7A;
}
.TagClassName
{
border-color: #345E7A;
}
</style>