#345B78

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

Shades of Matisse #345B78

Tints of Matisse #345B78

Color information

#345B78 (or 0x345B78) is unknown color: approx Matisse. HEX triplet: 34, 5B and 78. RGB value is (52,91,120). Sum of RGB (Red+Green+Blue) = 52+91+120=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #345B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B78 is #CBA487. Grayscale: #525252. Windows color (decimal): -13345928 or 7887668. OLE color: 7887668.

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

Color convert

RGB5291120-
CMYK0.570.2400.53
HSL205.59º39.53%33.73%-
HSV(B)205.59º56.67%47.06%-
XYZ8.559.5719.17-
YUV82.64149.08106.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 120 (47.27% from 255) = 45.63%
R=19.77%
G=34.60%
B=45.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52911200.570.2400.53205.5939.5333.73
Hex345B783918035ce2822
Octal6413317071300653165042
Binary1101001011011111100011100111000011010111001110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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