#345779

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

Shades of Matisse #345779

Tints of Matisse #345779

Color information

#345779 (or 0x345779) is unknown color: approx Matisse. HEX triplet: 34, 57 and 79. RGB value is (52,87,121). Sum of RGB (Red+Green+Blue) = 52+87+121=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #345779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345779 is #CBA886. Grayscale: #505050. Windows color (decimal): -13346951 or 7952180. OLE color: 7952180.

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

Color convert

RGB5287121-
CMYK0.570.2800.53
HSL209.57º39.88%33.92%-
HSV(B)209.57º57.02%47.45%-
XYZ8.288.9319.38-
YUV80.41150.9107.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=20%
G=33.46%
B=46.54%

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
Decimal52871210.570.2800.53209.5739.8833.92
Hex345779391C035d22822
Octal6412717171340653225042
Binary1101001010111111100111100111100011010111010010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345779; }

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

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

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

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

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

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

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

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