Shades of Matisse #345F81
Tints of Matisse #345F81
RGB
CMYK
RGB Variations
Color information
#345F81 (or 0x345F81) is known color: Matisse. HEX triplet: 34, 5F and 81. RGB value is (52,95,129). Sum of RGB (Red+Green+Blue) = 52+95+129=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #345F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F81 is #CBA07E. Grayscale: #555555. Windows color (decimal): -13344895 or 8478516. OLE color: 8478516.
HSL color Cylindrical-coordinate representation of color #345F81: hue angle of 206.49º 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 #345F81 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 95 | 129 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.49 |
| HSL | 206.49º | 0.43% | 0.35% | - |
| HSV(B) | 206.49º | 0.6% | 0.51% | - |
| XYZ | 9.47 | 10.5 | 22.3 | - |
| YUV | 86.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 129 | 0.60 | 0.26 | 0 | 0.49 | 206.49 | 0.43 | 0.35 |
| Hex | 34 | 5F | 81 | 3C | 1A | 0 | 31 | CE | 2B | 23 |
| Octal | 64 | 137 | 201 | 74 | 32 | 0 | 61 | 316 | 53 | 43 |
| Binary | 110100 | 1011111 | 10000001 | 111100 | 11010 | 0 | 110001 | 11001110 | 101011 | 100011 |
Color Harmonies of #345F81
Complementary color
Monochromatic Colors of #345F81
Black with #345F81
Text Example
Text Example
White with #345F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F81; }
p { color: rgb(52,95,129); }
H1.HeaderClassName
{
color: #345F81;
}
.AnyTagClassName
{
color: #345F81;
}
</style>
background-color css
<style>
a { background-color: #345F81; }
a { background-color: rgb(52,95,129); }
div.DivClassName
{
background-color: #345F81;
}
.BgClassName
{
background-color: #345F81;
}
</style>
border-color css
<style>
span { border-color: #345F81; }
span { border-color: rgb(52,95,129); }
td.TdClassName
{
border-color: #345F81;
}
.TagClassName
{
border-color: #345F81;
}
</style>