#345980

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

Shades of Matisse #345980

Tints of Matisse #345980

Color information

#345980 (or 0x345980) is unknown color: approx Matisse. HEX triplet: 34, 59 and 80. RGB value is (52,89,128). Sum of RGB (Red+Green+Blue) = 52+89+128=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #345980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345980 is #CBA67F. Grayscale: #525252. Windows color (decimal): -13346432 or 8411444. OLE color: 8411444.

HSL color Cylindrical-coordinate representation of color #345980: hue angle of 210.79º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #345980 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5289128-
CMYK0.590.3000.50
HSL210.79º42.22%35.29%-
HSV(B)210.79º59.38%50.2%-
XYZ8.889.4321.77-
YUV82.38153.74106.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=19.33%
G=33.09%
B=47.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52891280.590.3000.50210.7942.2235.29
Hex3459803B1E032d32a23
Octal6413120073360623235243
Binary11010010110011000000011101111110011001011010011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345980; }

 p { color: rgb(52,89,128); }

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

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

 a { background-color: rgb(52,89,128); }

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

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

 span { border-color: rgb(52,89,128); }

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