#345C80

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

Shades of Matisse #345C80

Tints of Matisse #345C80

Color information

#345C80 (or 0x345C80) is unknown color: approx Matisse. HEX triplet: 34, 5C and 80. RGB value is (52,92,128). Sum of RGB (Red+Green+Blue) = 52+92+128=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #345C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C80 is #CBA37F. Grayscale: #535353. Windows color (decimal): -13345664 or 8412212. OLE color: 8412212.

HSL color Cylindrical-coordinate representation of color #345C80: hue angle of 208.42º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #345C80 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5292128-
CMYK0.590.2800.50
HSL208.42º42.22%35.29%-
HSV(B)208.42º59.38%50.2%-
XYZ9.149.9421.86-
YUV84.14152.75105.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=19.12%
G=33.82%
B=47.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52921280.590.2800.50208.4242.2235.29
Hex345C803B1C032d02a23
Octal6413420073340623205243
Binary11010010111001000000011101111100011001011010000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,92,128); }

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

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

 a { background-color: rgb(52,92,128); }

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

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

 span { border-color: rgb(52,92,128); }

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