Color Hex Logo

#345aac Color Hex

#345AAC
(52,90,172)
0 Favorites   0 Comments

Color spaces of #345aac

RGB 5290172
HSL0.610.540.44
HSV221°70°67°
CMYK 0.700.480.00   0.33
XYZ12.518711.021040.4972
Yxy11.02100.19550.1721
Hunter Lab33.19799.2148-49.0877
CIE-Lab39.615814.6726-47.9414

#345aac color RGB value is (52,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011010 10101100
Octal 64 132 254
Decimal 52 90 172
Hex 34 5A AC

RGB Percentages of Color #345aac

%16.56
%28.66
%54.78

CMYK Percentages of Color #345aac

%70
%48
%0
%33

Triadic Colors of #345aac

#345aac #ac345a #5aac34

Analogous Colors of #345aac

#345aac #4a34ac #3496ac

Monochromatic Colors of #345aac

#345aac

Complementary Color

#345aac #ac8634

#345aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#345aac Color CSS Codes

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

#345aac Text Font Color

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

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


#345aac Background Color

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

This div background color is #345aac


#345aac Border Color

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

This div border color is #345aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345aac


Comments

No comments written yet.

Please login to write comment.