#346389

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

Shades of Matisse #346389

Tints of Matisse #346389

Color information

#346389 (or 0x346389) is unknown color: approx Matisse. HEX triplet: 34, 63 and 89. RGB value is (52,99,137). Sum of RGB (Red+Green+Blue) = 52+99+137=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #346389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346389 is #CB9C76. Grayscale: #595959. Windows color (decimal): -13343863 or 9003828. OLE color: 9003828.

HSL color Cylindrical-coordinate representation of color #346389: hue angle of 206.82º 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 #346389 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5299137-
CMYK0.620.2800.46
HSL206.82º44.97%37.06%-
HSV(B)206.82º62.04%53.73%-
XYZ10.3911.4625.33-
YUV89.28154.93101.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 137 (53.91% from 255) = 47.57%
R=18.06%
G=34.38%
B=47.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52991370.620.2800.46206.8244.9737.06
Hex3463893E1C02Ecf2d25
Octal6414321176340563175545
Binary11010011000111000100111111011100010111011001111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346389; }

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

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

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

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

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

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

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

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