Color Hex Logo

#345adb Color Hex

#345ADB
(52,90,219)
0 Favorites   0 Comments

Color spaces of #345adb

RGB 5290219
HSL0.630.700.53
HSV226°76°86°
CMYK 0.760.590.00   0.14
XYZ17.858513.156968.6161
Yxy13.15690.17920.1321
Hunter Lab36.272424.4065-86.7674
CIE-Lab42.998732.0727-69.7470

#345adb color RGB value is (52,90,219).

#345adb hex color red value is 52, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #345adb hue: 0.63 , saturation: 0.70 and the lightness value of 345adb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011010 11011011
Octal 64 132 333
Decimal 52 90 219
Hex 34 5A DB

RGB Percentages of Color #345adb

%14.40
%24.93
%60.66

CMYK Percentages of Color #345adb

%76
%59
%0
%14

Triadic Colors of #345adb

#345adb #db345a #5adb34

Analogous Colors of #345adb

#345adb #6134db #34aedb

Monochromatic Colors of #345adb

#345adb

Complementary Color

#345adb #dbb534

#345adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#345adb Color CSS Codes

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

#345adb Text Font Color

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

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


#345adb Background Color

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

This div background color is #345adb


#345adb Border Color

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

This div border color is #345adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345adb


Comments

No comments written yet.

Please login to write comment.