#346189

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

Shades of Matisse #346189

Tints of Matisse #346189

Color information

#346189 (or 0x346189) is unknown color: approx Matisse. HEX triplet: 34, 61 and 89. RGB value is (52,97,137). Sum of RGB (Red+Green+Blue) = 52+97+137=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #346189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346189 is #CB9E76. Grayscale: #575757. Windows color (decimal): -13344375 or 9003316. OLE color: 9003316.

HSL color Cylindrical-coordinate representation of color #346189: hue angle of 208.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346189 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5297137-
CMYK0.620.2900.46
HSL208.24º44.97%37.06%-
HSV(B)208.24º62.04%53.73%-
XYZ10.2111.0925.27-
YUV88.1155.59102.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=18.18%
G=33.92%
B=47.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52971370.620.2900.46208.2444.9737.06
Hex3461893E1D02Ed02d25
Octal6414121176350563205545
Binary11010011000011000100111111011101010111011010000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346189; }

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

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

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

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

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

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

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

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