Color Hex Logo

#345ba6 Color Hex

#345BA6
(52,91,166)
0 Favorites   0 Comments

Color spaces of #345ba6

RGB 5291166
HSL0.610.520.43
HSV219°69°65°
CMYK 0.690.450.00   0.35
XYZ12.040210.965437.5583
Yxy10.96540.19880.1811
Hunter Lab33.11406.9527-44.0675
CIE-Lab39.522111.7930-44.5359

#345ba6 color RGB value is (52,91,166).

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

The process color (four color CMYK) of #345ba6 color hex is 0.69, 0.45, 0.00, 0.35. Web safe color of #345ba6 is #336699. Color #345ba6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011011 10100110
Octal 64 133 246
Decimal 52 91 166
Hex 34 5B A6

RGB Percentages of Color #345ba6

%16.83
%29.45
%53.72

CMYK Percentages of Color #345ba6

%69
%45
%0
%35

Triadic Colors of #345ba6

#345ba6 #a6345b #5ba634

Analogous Colors of #345ba6

#345ba6 #4634a6 #3494a6

Monochromatic Colors of #345ba6

#345ba6

Complementary Color

#345ba6 #a67f34

#345ba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345ba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#345ba6 Color CSS Codes

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

#345ba6 Text Font Color

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

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


#345ba6 Background Color

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

This div background color is #345ba6


#345ba6 Border Color

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

This div border color is #345ba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345ba6


Comments

No comments written yet.

Please login to write comment.