#345E81

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

Shades of Matisse #345E81

Tints of Matisse #345E81

Color information

#345E81 (or 0x345E81) is unknown color: approx Matisse. HEX triplet: 34, 5E and 81. RGB value is (52,94,129). Sum of RGB (Red+Green+Blue) = 52+94+129=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #345E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E81 is #CBA17E. Grayscale: #555555. Windows color (decimal): -13345151 or 8478260. OLE color: 8478260.

HSL color Cylindrical-coordinate representation of color #345E81: hue angle of 207.27º 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 #345E81 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5294129-
CMYK0.600.2700.49
HSL207.27º42.54%35.49%-
HSV(B)207.27º59.69%50.59%-
XYZ9.3810.3222.27-
YUV85.43152.59104.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=18.91%
G=34.18%
B=46.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52941290.600.2700.49207.2742.5435.49
Hex345E813C1B031cf2b23
Octal6413620174330613175343
Binary11010010111101000000111110011011011000111001111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345E81; }

 p { color: rgb(52,94,129); }

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

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

 a { background-color: rgb(52,94,129); }

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

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

 span { border-color: rgb(52,94,129); }

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