Shades of Matisse #345C81
Tints of Matisse #345C81
RGB
CMYK
RGB Variations
Color information
#345C81 (or 0x345C81) is known color: Matisse. HEX triplet: 34, 5C and 81. RGB value is (52,92,129). Sum of RGB (Red+Green+Blue) = 52+92+129=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #345C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C81 is #CBA37E. Grayscale: #545454. Windows color (decimal): -13345663 or 8477748. OLE color: 8477748.
HSL color Cylindrical-coordinate representation of color #345C81: hue angle of 208.83º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345C81 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 92 | 129 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.49 |
| HSL | 208.83º | 0.43% | 0.35% | - |
| HSV(B) | 208.83º | 0.6% | 0.51% | - |
| XYZ | 9.21 | 9.97 | 22.21 | - |
| YUV | 84.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 129 | 0.60 | 0.29 | 0 | 0.49 | 208.83 | 0.43 | 0.35 |
| Hex | 34 | 5C | 81 | 3C | 1D | 0 | 31 | D1 | 2B | 23 |
| Octal | 64 | 134 | 201 | 74 | 35 | 0 | 61 | 321 | 53 | 43 |
| Binary | 110100 | 1011100 | 10000001 | 111100 | 11101 | 0 | 110001 | 11010001 | 101011 | 100011 |
Color Harmonies of #345C81
Complementary color
Monochromatic Colors of #345C81
Black with #345C81
Text Example
Text Example
White with #345C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C81; }
p { color: rgb(52,92,129); }
H1.HeaderClassName
{
color: #345C81;
}
.AnyTagClassName
{
color: #345C81;
}
</style>
background-color css
<style>
a { background-color: #345C81; }
a { background-color: rgb(52,92,129); }
div.DivClassName
{
background-color: #345C81;
}
.BgClassName
{
background-color: #345C81;
}
</style>
border-color css
<style>
span { border-color: #345C81; }
span { border-color: rgb(52,92,129); }
td.TdClassName
{
border-color: #345C81;
}
.TagClassName
{
border-color: #345C81;
}
</style>