#345679

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

Shades of Matisse #345679

Tints of Matisse #345679

Color information

#345679 (or 0x345679) is unknown color: approx Matisse. HEX triplet: 34, 56 and 79. RGB value is (52,86,121). Sum of RGB (Red+Green+Blue) = 52+86+121=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #345679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345679 is #CBA986. Grayscale: #4F4F4F. Windows color (decimal): -13347207 or 7951924. OLE color: 7951924.

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

Color convert

RGB5286121-
CMYK0.570.2900.53
HSL210.43º39.88%33.92%-
HSV(B)210.43º57.02%47.45%-
XYZ8.28.7719.35-
YUV79.82151.24108.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=20.08%
G=33.20%
B=46.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52861210.570.2900.53210.4339.8833.92
Hex345679391D035d22822
Octal6412617171350653225042
Binary1101001010110111100111100111101011010111010010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345679; }

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

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

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

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

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

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

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

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