Color Hex Logo

#345487 Color Hex

#345487
(52,84,135)
0 Favorites   0 Comments

Color spaces of #345487

RGB 5284135
HSL0.600.440.37
HSV217°61°53°
CMYK 0.610.380.00   0.47
XYZ8.95978.820024.1519
Yxy8.82000.21370.2103
Hunter Lab29.69851.8791-27.4279
CIE-Lab35.63544.9897-32.0408

#345487 color RGB value is (52,84,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01010100 10000111
Octal 64 124 207
Decimal 52 84 135
Hex 34 54 87

RGB Percentages of Color #345487

%19.19
%31.00
%49.82

CMYK Percentages of Color #345487

%61
%38
%0
%47

Triadic Colors of #345487

#345487 #873454 #548734

Analogous Colors of #345487

#345487 #3d3487 #347e87

Monochromatic Colors of #345487

#345487

Complementary Color

#345487 #876734

#345487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#345487 Color CSS Codes

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

#345487 Text Font Color

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

This sample text font color is #345487
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.


#345487 Background Color

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

This div background color is #345487


#345487 Border Color

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

This div border color is #345487


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,84,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 #345487">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345487


Comments

No comments written yet.

Please login to write comment.