#345677

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

Shades of Matisse #345677

Tints of Matisse #345677

Color information

#345677 (or 0x345677) is unknown color: approx Matisse. HEX triplet: 34, 56 and 77. RGB value is (52,86,119). Sum of RGB (Red+Green+Blue) = 52+86+119=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #345677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345677 is #CBA988. Grayscale: #4F4F4F. Windows color (decimal): -13347209 or 7820852. OLE color: 7820852.

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

Color convert

RGB5286119-
CMYK0.560.2800.53
HSL209.55º39.18%33.53%-
HSV(B)209.55º56.3%46.67%-
XYZ8.078.7218.71-
YUV79.6150.24108.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=20.23%
G=33.46%
B=46.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52861190.560.2800.53209.5539.1833.53
Hex345677381C035d22722
Octal6412616770340653224742
Binary1101001010110111011111100011100011010111010010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345677; }

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

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

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

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

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

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

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

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