Color Hex Logo

#345dba Color Hex

#345DBA
(52,93,186)
0 Favorites   0 Comments

Color spaces of #345dba

RGB 5293186
HSL0.620.560.47
HSV222°72°73°
CMYK 0.720.500.00   0.27
XYZ14.193512.103948.0426
Yxy12.10390.19090.1628
Hunter Lab34.790711.9388-57.5204
CIE-Lab41.380817.9384-53.3275

#345dba color RGB value is (52,93,186).

#345dba hex color red value is 52, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #345dba hue: 0.62 , saturation: 0.56 and the lightness value of 345dba is 0.47.

The process color (four color CMYK) of #345dba color hex is 0.72, 0.50, 0.00, 0.27. Web safe color of #345dba is #3366cc. Color #345dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011101 10111010
Octal 64 135 272
Decimal 52 93 186
Hex 34 5D BA

RGB Percentages of Color #345dba

%15.71
%28.10
%56.19

CMYK Percentages of Color #345dba

%72
%50
%0
%27

Triadic Colors of #345dba

#345dba #ba345d #5dba34

Analogous Colors of #345dba

#345dba #4e34ba #34a0ba

Monochromatic Colors of #345dba

#345dba

Complementary Color

#345dba #ba9134

#345dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#345dba Color CSS Codes

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

#345dba Text Font Color

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

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


#345dba Background Color

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

This div background color is #345dba


#345dba Border Color

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

This div border color is #345dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345dba


Comments

No comments written yet.

Please login to write comment.