#345C78

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

Shades of Matisse #345C78

Tints of Matisse #345C78

Color information

#345C78 (or 0x345C78) is unknown color: approx Matisse. HEX triplet: 34, 5C and 78. RGB value is (52,92,120). Sum of RGB (Red+Green+Blue) = 52+92+120=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #345C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C78 is #CBA387. Grayscale: #535353. Windows color (decimal): -13345672 or 7887924. OLE color: 7887924.

HSL color Cylindrical-coordinate representation of color #345C78: hue angle of 204.71º 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 #345C78 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5292120-
CMYK0.570.2300.53
HSL204.71º39.53%33.73%-
HSV(B)204.71º56.67%47.06%-
XYZ8.639.7419.19-
YUV83.23148.75105.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=19.70%
G=34.85%
B=45.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52921200.570.2300.53204.7139.5333.73
Hex345C783917035cd2822
Octal6413417071270653155042
Binary1101001011100111100011100110111011010111001101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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