#345778

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

Shades of Matisse #345778

Tints of Matisse #345778

Color information

#345778 (or 0x345778) is unknown color: approx Matisse. HEX triplet: 34, 57 and 78. RGB value is (52,87,120). Sum of RGB (Red+Green+Blue) = 52+87+120=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #345778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345778 is #CBA887. Grayscale: #505050. Windows color (decimal): -13346952 or 7886644. OLE color: 7886644.

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

Color convert

RGB5287120-
CMYK0.570.2800.53
HSL209.12º39.53%33.73%-
HSV(B)209.12º56.67%47.06%-
XYZ8.218.919.05-
YUV80.3150.4107.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=20.08%
G=33.59%
B=46.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52871200.570.2800.53209.1239.5333.73
Hex345778391C035d12822
Octal6412717071340653215042
Binary1101001010111111100011100111100011010111010001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345778; }

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

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

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

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

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

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

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

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