Shades of Matisse #345D85
Tints of Matisse #345D85
RGB
CMYK
RGB Variations
Color information
#345D85 (or 0x345D85) is known color: Matisse. HEX triplet: 34, 5D and 85. RGB value is (52,93,133). Sum of RGB (Red+Green+Blue) = 52+93+133=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #345D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D85 is #CBA27A. Grayscale: #555555. Windows color (decimal): -13345403 or 8740148. OLE color: 8740148.
HSL color Cylindrical-coordinate representation of color #345D85: hue angle of 209.63º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345D85 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 93 | 133 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.48 |
| HSL | 209.63º | 0.44% | 0.36% | - |
| HSV(B) | 209.63º | 0.61% | 0.52% | - |
| XYZ | 9.56 | 10.25 | 23.67 | - |
| YUV | 85.3 | 154.92 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 133 | 0.61 | 0.30 | 0 | 0.48 | 209.63 | 0.44 | 0.36 |
| Hex | 34 | 5D | 85 | 3D | 1E | 0 | 30 | D2 | 2C | 24 |
| Octal | 64 | 135 | 205 | 75 | 36 | 0 | 60 | 322 | 54 | 44 |
| Binary | 110100 | 1011101 | 10000101 | 111101 | 11110 | 0 | 110000 | 11010010 | 101100 | 100100 |
Color Harmonies of #345D85
Complementary color
Monochromatic Colors of #345D85
Black with #345D85
Text Example
Text Example
White with #345D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D85; }
p { color: rgb(52,93,133); }
H1.HeaderClassName
{
color: #345D85;
}
.AnyTagClassName
{
color: #345D85;
}
</style>
background-color css
<style>
a { background-color: #345D85; }
a { background-color: rgb(52,93,133); }
div.DivClassName
{
background-color: #345D85;
}
.BgClassName
{
background-color: #345D85;
}
</style>
border-color css
<style>
span { border-color: #345D85; }
span { border-color: rgb(52,93,133); }
td.TdClassName
{
border-color: #345D85;
}
.TagClassName
{
border-color: #345D85;
}
</style>