Shades of Matisse #346383
Tints of Matisse #346383
RGB
CMYK
RGB Variations
Color information
#346383 (or 0x346383) is known color: Matisse. HEX triplet: 34, 63 and 83. RGB value is (52,99,131). Sum of RGB (Red+Green+Blue) = 52+99+131=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #346383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346383 is #CB9C7C. Grayscale: #585858. Windows color (decimal): -13343869 or 8610612. OLE color: 8610612.
HSL color Cylindrical-coordinate representation of color #346383: hue angle of 204.3º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346383 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 99 | 131 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.49 |
| HSL | 204.3º | 0.43% | 0.36% | - |
| HSV(B) | 204.3º | 0.6% | 0.51% | - |
| XYZ | 9.97 | 11.29 | 23.13 | - |
| YUV | 88.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 131 | 0.60 | 0.24 | 0 | 0.49 | 204.3 | 0.43 | 0.36 |
| Hex | 34 | 63 | 83 | 3C | 18 | 0 | 31 | CC | 2B | 24 |
| Octal | 64 | 143 | 203 | 74 | 30 | 0 | 61 | 314 | 53 | 44 |
| Binary | 110100 | 1100011 | 10000011 | 111100 | 11000 | 0 | 110001 | 11001100 | 101011 | 100100 |
Color Harmonies of #346383
Complementary color
Monochromatic Colors of #346383
Black with #346383
Text Example
Text Example
White with #346383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346383; }
p { color: rgb(52,99,131); }
H1.HeaderClassName
{
color: #346383;
}
.AnyTagClassName
{
color: #346383;
}
</style>
background-color css
<style>
a { background-color: #346383; }
a { background-color: rgb(52,99,131); }
div.DivClassName
{
background-color: #346383;
}
.BgClassName
{
background-color: #346383;
}
</style>
border-color css
<style>
span { border-color: #346383; }
span { border-color: rgb(52,99,131); }
td.TdClassName
{
border-color: #346383;
}
.TagClassName
{
border-color: #346383;
}
</style>