Shades of Matisse #345D7D
Tints of Matisse #345D7D
RGB
CMYK
RGB Variations
Color information
#345D7D (or 0x345D7D) is known color: Matisse. HEX triplet: 34, 5D and 7D. RGB value is (52,93,125). Sum of RGB (Red+Green+Blue) = 52+93+125=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #345D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D7D is #CBA282. Grayscale: #545454. Windows color (decimal): -13345411 or 8215860. OLE color: 8215860.
HSL color Cylindrical-coordinate representation of color #345D7D: hue angle of 206.3º 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 #345D7D is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 93 | 125 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.51 |
| HSL | 206.3º | 0.41% | 0.35% | - |
| HSV(B) | 206.3º | 0.58% | 0.49% | - |
| XYZ | 9.03 | 10.04 | 20.86 | - |
| YUV | 84.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 125 | 0.58 | 0.26 | 0 | 0.51 | 206.3 | 0.41 | 0.35 |
| Hex | 34 | 5D | 7D | 3A | 1A | 0 | 33 | CE | 29 | 23 |
| Octal | 64 | 135 | 175 | 72 | 32 | 0 | 63 | 316 | 51 | 43 |
| Binary | 110100 | 1011101 | 1111101 | 111010 | 11010 | 0 | 110011 | 11001110 | 101001 | 100011 |
Color Harmonies of #345D7D
Complementary color
Monochromatic Colors of #345D7D
Black with #345D7D
Text Example
Text Example
White with #345D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D7D; }
p { color: rgb(52,93,125); }
H1.HeaderClassName
{
color: #345D7D;
}
.AnyTagClassName
{
color: #345D7D;
}
</style>
background-color css
<style>
a { background-color: #345D7D; }
a { background-color: rgb(52,93,125); }
div.DivClassName
{
background-color: #345D7D;
}
.BgClassName
{
background-color: #345D7D;
}
</style>
border-color css
<style>
span { border-color: #345D7D; }
span { border-color: rgb(52,93,125); }
td.TdClassName
{
border-color: #345D7D;
}
.TagClassName
{
border-color: #345D7D;
}
</style>