Shades of Matisse #345A7D
Tints of Matisse #345A7D
RGB
CMYK
RGB Variations
Color information
#345A7D (or 0x345A7D) is known color: Matisse. HEX triplet: 34, 5A and 7D. RGB value is (52,90,125). Sum of RGB (Red+Green+Blue) = 52+90+125=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #345A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A7D is #CBA582. Grayscale: #525252. Windows color (decimal): -13346179 or 8215092. OLE color: 8215092.
HSL color Cylindrical-coordinate representation of color #345A7D: hue angle of 208.77º 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 #345A7D is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 90 | 125 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.51 |
| HSL | 208.77º | 0.41% | 0.35% | - |
| HSV(B) | 208.77º | 0.58% | 0.49% | - |
| XYZ | 8.77 | 9.52 | 20.78 | - |
| YUV | 82.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 125 | 0.58 | 0.28 | 0 | 0.51 | 208.77 | 0.41 | 0.35 |
| Hex | 34 | 5A | 7D | 3A | 1C | 0 | 33 | D1 | 29 | 23 |
| Octal | 64 | 132 | 175 | 72 | 34 | 0 | 63 | 321 | 51 | 43 |
| Binary | 110100 | 1011010 | 1111101 | 111010 | 11100 | 0 | 110011 | 11010001 | 101001 | 100011 |
Color Harmonies of #345A7D
Complementary color
Monochromatic Colors of #345A7D
Black with #345A7D
Text Example
Text Example
White with #345A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A7D; }
p { color: rgb(52,90,125); }
H1.HeaderClassName
{
color: #345A7D;
}
.AnyTagClassName
{
color: #345A7D;
}
</style>
background-color css
<style>
a { background-color: #345A7D; }
a { background-color: rgb(52,90,125); }
div.DivClassName
{
background-color: #345A7D;
}
.BgClassName
{
background-color: #345A7D;
}
</style>
border-color css
<style>
span { border-color: #345A7D; }
span { border-color: rgb(52,90,125); }
td.TdClassName
{
border-color: #345A7D;
}
.TagClassName
{
border-color: #345A7D;
}
</style>