#345E85

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

Shades of Matisse #345E85

Tints of Matisse #345E85

Color information

#345E85 (or 0x345E85) is unknown color: approx Matisse. HEX triplet: 34, 5E and 85. RGB value is (52,94,133). Sum of RGB (Red+Green+Blue) = 52+94+133=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #345E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E85 is #CBA17A. Grayscale: #555555. Windows color (decimal): -13345147 or 8740404. OLE color: 8740404.

HSL color Cylindrical-coordinate representation of color #345E85: hue angle of 208.89º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345E85 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5294133-
CMYK0.610.2900.48
HSL208.89º43.78%36.27%-
HSV(B)208.89º60.9%52.16%-
XYZ9.6510.4323.69-
YUV85.89154.59103.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=18.64%
G=33.69%
B=47.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52941330.610.2900.48208.8943.7836.27
Hex345E853D1D030d12c24
Octal6413620575350603215444
Binary11010010111101000010111110111101011000011010001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345E85; }

 p { color: rgb(52,94,133); }

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

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

 a { background-color: rgb(52,94,133); }

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

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

 span { border-color: rgb(52,94,133); }

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