#345D78

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

Shades of Matisse #345D78

Tints of Matisse #345D78

Color information

#345D78 (or 0x345D78) is unknown color: approx Matisse. HEX triplet: 34, 5D and 78. RGB value is (52,93,120). Sum of RGB (Red+Green+Blue) = 52+93+120=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #345D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D78 is #CBA287. Grayscale: #535353. Windows color (decimal): -13345416 or 7888180. OLE color: 7888180.

HSL color Cylindrical-coordinate representation of color #345D78: hue angle of 203.82º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #345D78 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5293120-
CMYK0.570.2200.53
HSL203.82º39.53%33.73%-
HSV(B)203.82º56.67%47.06%-
XYZ8.729.9119.22-
YUV83.82148.42105.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=19.62%
G=35.09%
B=45.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52931200.570.2200.53203.8239.5333.73
Hex345D783916035cc2822
Octal6413517071260653145042
Binary1101001011101111100011100110110011010111001100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,93,120); }

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

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

 a { background-color: rgb(52,93,120); }

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

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

 span { border-color: rgb(52,93,120); }

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