#345A76

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

Shades of Matisse #345A76

Tints of Matisse #345A76

Color information

#345A76 (or 0x345A76) is unknown color: approx Matisse. HEX triplet: 34, 5A and 76. RGB value is (52,90,118). Sum of RGB (Red+Green+Blue) = 52+90+118=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #345A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A76 is #CBA589. Grayscale: #515151. Windows color (decimal): -13346186 or 7756340. OLE color: 7756340.

HSL color Cylindrical-coordinate representation of color #345A76: hue angle of 205.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345A76 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5290118-
CMYK0.560.2400.54
HSL205.45º38.82%33.33%-
HSV(B)205.45º55.93%46.27%-
XYZ8.349.3518.5-
YUV81.83148.41106.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=20%
G=34.62%
B=45.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52901180.560.2400.54205.4538.8233.33
Hex345A763818036cd2721
Octal6413216670300663154741
Binary1101001011010111011011100011000011011011001101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,90,118); }

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

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

 a { background-color: rgb(52,90,118); }

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

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

 span { border-color: rgb(52,90,118); }

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