#345e87

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

Shades of Matisse #345E87

Tints of Matisse #345E87

Color information

#345E87 (or 0x345E87) is unknown color: approx Matisse. HEX triplet: 34, 5E and 87. RGB value is (52,94,135). Sum of RGB (Red+Green+Blue) = 52+94+135=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #345E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E87 is #CBA178. Grayscale: #555555. Windows color (decimal): -13345145 or 8871476. OLE color: 8871476.

HSL color Cylindrical-coordinate representation of color #345E87: hue angle of 209.64º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345E87 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5294135-
CMYK0.610.3000.47
HSL209.64º44.39%36.67%-
HSV(B)209.64º61.48%52.94%-
XYZ9.7910.4824.43-
YUV86.12155.59103.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=18.51%
G=33.45%
B=48.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52941350.610.3000.47209.6444.3936.67
Hex345E873D1E02Fd22c25
Octal6413620775360573225445
Binary11010010111101000011111110111110010111111010010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345e87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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