Color Hex Logo

#345bdf Color Hex

#345BDF
(52,91,223)
0 Favorites   0 Comments

Color spaces of #345bdf

RGB 5291223
HSL0.630.730.54
HSV226°77°87°
CMYK 0.770.590.00   0.13
XYZ18.476513.539971.4517
Yxy13.53990.17860.1309
Hunter Lab36.796625.2353-89.3718
CIE-Lab43.565732.8946-71.0996

#345bdf color RGB value is (52,91,223).

#345bdf hex color red value is 52, green value is 91 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #345bdf hue: 0.63 , saturation: 0.73 and the lightness value of 345bdf is 0.54.

The process color (four color CMYK) of #345bdf color hex is 0.77, 0.59, 0.00, 0.13. Web safe color of #345bdf is #3366cc. Color #345bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011011 11011111
Octal 64 133 337
Decimal 52 91 223
Hex 34 5B DF

RGB Percentages of Color #345bdf

%14.21
%24.86
%60.93

CMYK Percentages of Color #345bdf

%77
%59
%0
%13

Triadic Colors of #345bdf

#345bdf #df345b #5bdf34

Analogous Colors of #345bdf

#345bdf #6334df #34b1df

Monochromatic Colors of #345bdf

#345bdf

Complementary Color

#345bdf #dfb834

#345bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#345bdf Color CSS Codes

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

#345bdf Text Font Color

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

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


#345bdf Background Color

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

This div background color is #345bdf


#345bdf Border Color

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

This div border color is #345bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345bdf


Comments

No comments written yet.

Please login to write comment.