#345977

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

Shades of Matisse #345977

Tints of Matisse #345977

Color information

#345977 (or 0x345977) is unknown color: approx Matisse. HEX triplet: 34, 59 and 77. RGB value is (52,89,119). Sum of RGB (Red+Green+Blue) = 52+89+119=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #345977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345977 is #CBA688. Grayscale: #515151. Windows color (decimal): -13346441 or 7821620. OLE color: 7821620.

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

Color convert

RGB5289119-
CMYK0.560.2500.53
HSL206.87º39.18%33.53%-
HSV(B)206.87º56.3%46.67%-
XYZ8.329.2118.79-
YUV81.36149.24107.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=20%
G=34.23%
B=45.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52891190.560.2500.53206.8739.1833.53
Hex3459773819035cf2722
Octal6413116770310653174742
Binary1101001011001111011111100011001011010111001111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345977; }

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

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

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

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

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

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

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

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