Color Hex Logo

#345c90 Color Hex

#345C90
(52,92,144)
0 Favorites   0 Comments

Color spaces of #345c90

RGB 5292144
HSL0.590.470.38
HSV214°64°56°
CMYK 0.640.360.00   0.44
XYZ10.277410.398027.8509
Yxy10.39800.21180.2143
Hunter Lab32.24590.4610-28.6368
CIE-Lab38.54753.0870-32.9096

#345c90 color RGB value is (52,92,144).

#345c90 hex color red value is 52, green value is 92 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #345c90 hue: 0.59 , saturation: 0.47 and the lightness value of 345c90 is 0.38.

The process color (four color CMYK) of #345c90 color hex is 0.64, 0.36, 0.00, 0.44. Web safe color of #345c90 is #336699. Color #345c90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011100 10010000
Octal 64 134 220
Decimal 52 92 144
Hex 34 5C 90

RGB Percentages of Color #345c90

%18.06
%31.94
%50.00

CMYK Percentages of Color #345c90

%64
%36
%0
%44

Triadic Colors of #345c90

#345c90 #90345c #5c9034

Analogous Colors of #345c90

#345c90 #3a3490 #348a90

Monochromatic Colors of #345c90

#345c90

Complementary Color

#345c90 #906834

#345c90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345c90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#345c90 Color CSS Codes

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

#345c90 Text Font Color

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

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


#345c90 Background Color

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

This div background color is #345c90


#345c90 Border Color

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

This div border color is #345c90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345c90


Comments

No comments written yet.

Please login to write comment.