#346187

Color #346187 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #346187

Tints of Matisse #346187

Color information

#346187 (or 0x346187) is unknown color: approx Matisse. HEX triplet: 34, 61 and 87. RGB value is (52,97,135). Sum of RGB (Red+Green+Blue) = 52+97+135=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #346187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346187 is #CB9E78. Grayscale: #575757. Windows color (decimal): -13344377 or 8872244. OLE color: 8872244.

HSL color Cylindrical-coordinate representation of color #346187: hue angle of 207.47º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346187 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5297135-
CMYK0.610.2800.47
HSL207.47º44.39%36.67%-
HSV(B)207.47º61.48%52.94%-
XYZ10.0611.0324.52-
YUV87.88154.59102.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=18.31%
G=34.15%
B=47.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52971350.610.2800.47207.4744.3936.67
Hex3461873D1C02Fcf2c25
Octal6414120775340573175445
Binary11010011000011000011111110111100010111111001111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346187; }

 p { color: rgb(52,97,135); }

 H1.HeaderClassName
 {
   color: #346187;
 }
 .AnyTagClassName
 {
   color: #346187;
 }
</style>
background-color css

<style>
 a { background-color: #346187; }

 a { background-color: rgb(52,97,135); }

 div.DivClassName
 {
   background-color: #346187;
 }
 .BgClassName
 {
   background-color: #346187;
 }
</style>
border-color css

<style>
 span { border-color: #346187; }

 span { border-color: rgb(52,97,135); }

 td.TdClassName
 {
   border-color: #346187;
 }
 .TagClassName
 {
   border-color: #346187;
 }
</style>