#345981

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

Shades of Matisse #345981

Tints of Matisse #345981

Color information

#345981 (or 0x345981) is unknown color: approx Matisse. HEX triplet: 34, 59 and 81. RGB value is (52,89,129). Sum of RGB (Red+Green+Blue) = 52+89+129=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #345981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345981 is #CBA67E. Grayscale: #525252. Windows color (decimal): -13346431 or 8476980. OLE color: 8476980.

HSL color Cylindrical-coordinate representation of color #345981: hue angle of 211.17º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345981 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5289129-
CMYK0.600.3100.49
HSL211.17º42.54%35.49%-
HSV(B)211.17º59.69%50.59%-
XYZ8.959.4622.12-
YUV82.5154.24106.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 129 (50.78% from 255) = 47.78%
R=19.26%
G=32.96%
B=47.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52891290.600.3100.49211.1742.5435.49
Hex3459813C1F031d32b23
Octal6413120174370613235343
Binary11010010110011000000111110011111011000111010011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345981; }

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

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

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

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

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

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

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

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