#345978

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

Shades of Matisse #345978

Tints of Matisse #345978

Color information

#345978 (or 0x345978) is unknown color: approx Matisse. HEX triplet: 34, 59 and 78. RGB value is (52,89,120). Sum of RGB (Red+Green+Blue) = 52+89+120=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #345978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345978 is #CBA687. Grayscale: #515151. Windows color (decimal): -13346440 or 7887156. OLE color: 7887156.

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

Color convert

RGB5289120-
CMYK0.570.2600.53
HSL207.35º39.53%33.73%-
HSV(B)207.35º56.67%47.06%-
XYZ8.389.2319.11-
YUV81.47149.74106.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=19.92%
G=34.10%
B=45.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52891200.570.2600.53207.3539.5333.73
Hex345978391A035cf2822
Octal6413117071320653175042
Binary1101001011001111100011100111010011010111001111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345978; }

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

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

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

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

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

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

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

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