Color Hex Logo

#3470db Color Hex

#3470DB
(52,112,219)
0 Favorites   0 Comments

Color spaces of #3470db

RGB 52112219
HSL0.610.700.53
HSV218°76°86°
CMYK 0.760.490.00   0.14
XYZ19.996517.432969.3288
Yxy17.43290.18730.1633
Hunter Lab41.752712.4212-69.2219
CIE-Lab48.800918.0635-60.3348

#3470db color RGB value is (52,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110000 11011011
Octal 64 160 333
Decimal 52 112 219
Hex 34 70 DB

RGB Percentages of Color #3470db

%13.58
%29.24
%57.18

CMYK Percentages of Color #3470db

%76
%49
%0
%14

Triadic Colors of #3470db

#3470db #db3470 #70db34

Analogous Colors of #3470db

#3470db #4b34db #34c4db

Monochromatic Colors of #3470db

#3470db

Complementary Color

#3470db #db9f34

#3470db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3470db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3470db Color CSS Codes

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

#3470db Text Font Color

<p style="color:#3470db">Text here</p>

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


#3470db Background Color

<div style="background-color:#3470db">
Div content here</div>

This div background color is #3470db


#3470db Border Color

<div style="border:3px solid #3470db">
Div here</div>

This div border color is #3470db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3470db


Comments

No comments written yet.

Please login to write comment.