Color Hex Logo

#345bbd Color Hex

#345BBD
(52,91,189)
0 Favorites   0 Comments

Color spaces of #345bbd

RGB 5291189
HSL0.620.570.47
HSV223°72°74°
CMYK 0.720.520.00   0.26
XYZ14.342611.886449.6825
Yxy11.88640.18890.1566
Hunter Lab34.476713.9235-61.3060
CIE-Lab41.035020.3544-55.6368

#345bbd color RGB value is (52,91,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011011 10111101
Octal 64 133 275
Decimal 52 91 189
Hex 34 5B BD

RGB Percentages of Color #345bbd

%15.66
%27.41
%56.93

CMYK Percentages of Color #345bbd

%72
%52
%0
%26

Triadic Colors of #345bbd

#345bbd #bd345b #5bbd34

Analogous Colors of #345bbd

#345bbd #5134bd #34a0bd

Monochromatic Colors of #345bbd

#345bbd

Complementary Color

#345bbd #bd9634

#345bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#345bbd Color CSS Codes

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

#345bbd Text Font Color

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

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


#345bbd Background Color

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

This div background color is #345bbd


#345bbd Border Color

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

This div border color is #345bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,91,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 #345bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345bbd


Comments

No comments written yet.

Please login to write comment.