#345C77

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

Shades of Matisse #345C77

Tints of Matisse #345C77

Color information

#345C77 (or 0x345C77) is unknown color: approx Matisse. HEX triplet: 34, 5C and 77. RGB value is (52,92,119). Sum of RGB (Red+Green+Blue) = 52+92+119=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #345C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C77 is #CBA388. Grayscale: #525252. Windows color (decimal): -13345673 or 7822388. OLE color: 7822388.

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

Color convert

RGB5292119-
CMYK0.560.2300.53
HSL204.18º39.18%33.53%-
HSV(B)204.18º56.3%46.67%-
XYZ8.579.7218.88-
YUV83.12148.25105.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=19.77%
G=34.98%
B=45.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52921190.560.2300.53204.1839.1833.53
Hex345C773817035cc2722
Octal6413416770270653144742
Binary1101001011100111011111100010111011010111001100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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