Color Hex Logo

#345aa0 Color Hex

#345AA0
(52,90,160)
0 Favorites   0 Comments

Color spaces of #345aa0

RGB 5290160
HSL0.610.510.42
HSV219°68°63°
CMYK 0.680.440.00   0.37
XYZ11.417510.580534.6982
Yxy10.58050.20140.1866
Hunter Lab32.52775.7316-40.4769
CIE-Lab38.864710.2207-42.0145

#345aa0 color RGB value is (52,90,160).

#345aa0 hex color red value is 52, green value is 90 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #345aa0 hue: 0.61 , saturation: 0.51 and the lightness value of 345aa0 is 0.42.

The process color (four color CMYK) of #345aa0 color hex is 0.68, 0.44, 0.00, 0.37. Web safe color of #345aa0 is #336699. Color #345aa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011010 10100000
Octal 64 132 240
Decimal 52 90 160
Hex 34 5A A0

RGB Percentages of Color #345aa0

%17.22
%29.80
%52.98

CMYK Percentages of Color #345aa0

%68
%44
%0
%37

Triadic Colors of #345aa0

#345aa0 #a0345a #5aa034

Analogous Colors of #345aa0

#345aa0 #4434a0 #3490a0

Monochromatic Colors of #345aa0

#345aa0

Complementary Color

#345aa0 #a07a34

#345aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#345aa0 Color CSS Codes

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

#345aa0 Text Font Color

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

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


#345aa0 Background Color

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

This div background color is #345aa0


#345aa0 Border Color

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

This div border color is #345aa0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,90,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #345aa0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #345aa0;
  -webkit-box-shadow: 1px 1px 3px 2px #345aa0;
  box-shadow:         1px 1px 3px 2px #345aa0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345aa0


Comments

No comments written yet.

Please login to write comment.