#345B77

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

Shades of Matisse #345B77

Tints of Matisse #345B77

Color information

#345B77 (or 0x345B77) is unknown color: approx Matisse. HEX triplet: 34, 5B and 77. RGB value is (52,91,119). Sum of RGB (Red+Green+Blue) = 52+91+119=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #345B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B77 is #CBA488. Grayscale: #525252. Windows color (decimal): -13345929 or 7822132. OLE color: 7822132.

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

Color convert

RGB5291119-
CMYK0.560.2400.53
HSL205.07º39.18%33.53%-
HSV(B)205.07º56.3%46.67%-
XYZ8.499.5418.85-
YUV82.53148.58106.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=19.85%
G=34.73%
B=45.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52911190.560.2400.53205.0739.1833.53
Hex345B773818035cd2722
Octal6413316770300653154742
Binary1101001011011111011111100011000011010111001101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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