Shades of Matisse #345F85
Tints of Matisse #345F85
RGB
CMYK
RGB Variations
Color information
#345F85 (or 0x345F85) is known color: Matisse. HEX triplet: 34, 5F and 85. RGB value is (52,95,133). Sum of RGB (Red+Green+Blue) = 52+95+133=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #345F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F85 is #CBA07A. Grayscale: #565656. Windows color (decimal): -13344891 or 8740660. OLE color: 8740660.
HSL color Cylindrical-coordinate representation of color #345F85: hue angle of 208.15º 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 #345F85 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 95 | 133 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.48 |
| HSL | 208.15º | 0.44% | 0.36% | - |
| HSV(B) | 208.15º | 0.61% | 0.52% | - |
| XYZ | 9.74 | 10.61 | 23.72 | - |
| YUV | 86.48 | 154.25 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 133 | 0.61 | 0.29 | 0 | 0.48 | 208.15 | 0.44 | 0.36 |
| Hex | 34 | 5F | 85 | 3D | 1D | 0 | 30 | D0 | 2C | 24 |
| Octal | 64 | 137 | 205 | 75 | 35 | 0 | 60 | 320 | 54 | 44 |
| Binary | 110100 | 1011111 | 10000101 | 111101 | 11101 | 0 | 110000 | 11010000 | 101100 | 100100 |
Color Harmonies of #345F85
Complementary color
Monochromatic Colors of #345F85
Black with #345F85
Text Example
Text Example
White with #345F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F85; }
p { color: rgb(52,95,133); }
H1.HeaderClassName
{
color: #345F85;
}
.AnyTagClassName
{
color: #345F85;
}
</style>
background-color css
<style>
a { background-color: #345F85; }
a { background-color: rgb(52,95,133); }
div.DivClassName
{
background-color: #345F85;
}
.BgClassName
{
background-color: #345F85;
}
</style>
border-color css
<style>
span { border-color: #345F85; }
span { border-color: rgb(52,95,133); }
td.TdClassName
{
border-color: #345F85;
}
.TagClassName
{
border-color: #345F85;
}
</style>