Color Hex Logo

#345fbd Color Hex

#345FBD
(52,95,189)
0 Favorites   0 Comments

Color spaces of #345fbd

RGB 5295189
HSL0.610.570.47
HSV221°72°74°
CMYK 0.720.500.00   0.26
XYZ14.693712.588649.7995
Yxy12.58860.19060.1633
Hunter Lab35.480411.8325-58.3818
CIE-Lab42.136717.7603-53.8580

#345fbd color RGB value is (52,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011111 10111101
Octal 64 137 275
Decimal 52 95 189
Hex 34 5F BD

RGB Percentages of Color #345fbd

%15.48
%28.27
%56.25

CMYK Percentages of Color #345fbd

%72
%50
%0
%26

Triadic Colors of #345fbd

#345fbd #bd345f #5fbd34

Analogous Colors of #345fbd

#345fbd #4e34bd #34a4bd

Monochromatic Colors of #345fbd

#345fbd

Complementary Color

#345fbd #bd9234

#345fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#345fbd Color CSS Codes

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

#345fbd Text Font Color

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

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


#345fbd Background Color

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

This div background color is #345fbd


#345fbd Border Color

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

This div border color is #345fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345fbd


Comments

No comments written yet.

Please login to write comment.