Color Hex Logo

#345cbd Color Hex

#345CBD
(52,92,189)
0 Favorites   0 Comments

Color spaces of #345cbd

RGB 5292189
HSL0.620.570.47
HSV222°72°74°
CMYK 0.720.510.00   0.26
XYZ14.428612.058549.7112
Yxy12.05850.18940.1583
Hunter Lab34.725413.3985-60.5691
CIE-Lab41.308919.7046-55.1941

#345cbd color RGB value is (52,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011100 10111101
Octal 64 134 275
Decimal 52 92 189
Hex 34 5C BD

RGB Percentages of Color #345cbd

%15.62
%27.63
%56.76

CMYK Percentages of Color #345cbd

%72
%51
%0
%26

Triadic Colors of #345cbd

#345cbd #bd345c #5cbd34

Analogous Colors of #345cbd

#345cbd #5134bd #34a1bd

Monochromatic Colors of #345cbd

#345cbd

Complementary Color

#345cbd #bd9534

#345cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#345cbd Color CSS Codes

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

#345cbd Text Font Color

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

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


#345cbd Background Color

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

This div background color is #345cbd


#345cbd Border Color

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

This div border color is #345cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345cbd


Comments

No comments written yet.

Please login to write comment.