Color Hex Logo

#345aad Color Hex

#345AAD
(52,90,173)
0 Favorites   0 Comments

Color spaces of #345aad

RGB 5290173
HSL0.610.540.44
HSV221°70°68°
CMYK 0.700.480.00   0.32
XYZ12.615211.059541.0050
Yxy11.05950.19500.1710
Hunter Lab33.25589.5141-49.8265
CIE-Lab39.680515.0458-48.4285

#345aad color RGB value is (52,90,173).

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

The process color (four color CMYK) of #345aad color hex is 0.70, 0.48, 0.00, 0.32. Web safe color of #345aad is #336699. Color #345aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011010 10101101
Octal 64 132 255
Decimal 52 90 173
Hex 34 5A AD

RGB Percentages of Color #345aad

%16.51
%28.57
%54.92

CMYK Percentages of Color #345aad

%70
%48
%0
%32

Triadic Colors of #345aad

#345aad #ad345a #5aad34

Analogous Colors of #345aad

#345aad #4b34ad #3497ad

Monochromatic Colors of #345aad

#345aad

Complementary Color

#345aad #ad8734

#345aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#345aad Color CSS Codes

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

#345aad Text Font Color

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

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


#345aad Background Color

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

This div background color is #345aad


#345aad Border Color

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

This div border color is #345aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345aad


Comments

No comments written yet.

Please login to write comment.