Color Hex Logo

#345baa Color Hex

#345BAA
(52,91,170)
0 Favorites   0 Comments

Color spaces of #345baa

RGB 5291170
HSL0.610.530.44
HSV220°69°67°
CMYK 0.690.460.00   0.33
XYZ12.413011.114539.5213
Yxy11.11450.19690.1763
Hunter Lab33.33848.1193-46.9489
CIE-Lab39.772713.2786-46.5062

#345baa color RGB value is (52,91,170).

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

The process color (four color CMYK) of #345baa color hex is 0.69, 0.46, 0.00, 0.33. Web safe color of #345baa is #336699. Color #345baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011011 10101010
Octal 64 133 252
Decimal 52 91 170
Hex 34 5B AA

RGB Percentages of Color #345baa

%16.61
%29.07
%54.31

CMYK Percentages of Color #345baa

%69
%46
%0
%33

Triadic Colors of #345baa

#345baa #aa345b #5baa34

Analogous Colors of #345baa

#345baa #4834aa #3496aa

Monochromatic Colors of #345baa

#345baa

Complementary Color

#345baa #aa8334

#345baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#345baa Color CSS Codes

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

#345baa Text Font Color

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

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


#345baa Background Color

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

This div background color is #345baa


#345baa Border Color

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

This div border color is #345baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345baa


Comments

No comments written yet.

Please login to write comment.