Color Hex Logo

#345987 Color Hex

#345987
(52,89,135)
0 Favorites   0 Comments

Color spaces of #345987

RGB 5289135
HSL0.590.440.37
HSV213°61°53°
CMYK 0.610.340.00   0.47
XYZ9.36179.624124.2859
Yxy9.62410.21630.2224
Hunter Lab31.0227-0.4240-24.6988
CIE-Lab37.15921.7754-29.6371

#345987 color RGB value is (52,89,135).

#345987 hex color red value is 52, green value is 89 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #345987 hue: 0.59 , saturation: 0.44 and the lightness value of 345987 is 0.37.

The process color (four color CMYK) of #345987 color hex is 0.61, 0.34, 0.00, 0.47. Web safe color of #345987 is #336699. Color #345987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011001 10000111
Octal 64 131 207
Decimal 52 89 135
Hex 34 59 87

RGB Percentages of Color #345987

%18.84
%32.25
%48.91

CMYK Percentages of Color #345987

%61
%34
%0
%47

Triadic Colors of #345987

#345987 #873459 #598734

Analogous Colors of #345987

#345987 #393487 #348387

Monochromatic Colors of #345987

#345987

Complementary Color

#345987 #876234

#345987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#345987 Color CSS Codes

.mybgcolor {background-color:#345987; } 
.myforecolor {color:#345987; }
.mybordercolor {border:3px solid #345987; }

#345987 Text Font Color

<p style="color:#345987">Text here</p>

This sample text font color is #345987
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#345987 Background Color

<div style="background-color:#345987">
Div content here</div>

This div background color is #345987


#345987 Border Color

<div style="border:3px solid #345987">
Div here</div>

This div border color is #345987


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,89,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #345987; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #345987;
  -webkit-box-shadow: 1px 1px 3px 2px #345987;
  box-shadow:         1px 1px 3px 2px #345987; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,89,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #345987">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #345987;
  -webkit-box-shadow: 1px 1px 3px 2px #345987;
  box-shadow:         1px 1px 3px 2px #345987;">
Div content here</div>

This div box has shadow with color #345987

#345987 Color Palettes


Comments

No comments written yet.

Please login to write comment.