Color Hex Logo

#3406db Color Hex

#3406DB
(52,6,219)
0 Favorites   0 Comments

Color spaces of #3406db

RGB 526219
HSL0.700.950.44
HSV253°97°86°
CMYK 0.760.970.00   0.14
XYZ14.26755.974867.4191
Yxy5.97480.16280.0682
Hunter Lab24.443461.4137-146.4216
CIE-Lab29.348870.2606-92.2784

#3406db color RGB value is (52,6,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000110 11011011
Octal 64 6 333
Decimal 52 6 219
Hex 34 6 DB

RGB Percentages of Color #3406db

%18.77
%2.17
%79.06

CMYK Percentages of Color #3406db

%76
%97
%0
%14

Triadic Colors of #3406db

#3406db #db3406 #06db34

Analogous Colors of #3406db

#3406db #9f06db #0643db

Monochromatic Colors of #3406db

#3406db

Complementary Color

#3406db #addb06

#3406db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3406db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3406db Color CSS Codes

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

#3406db Text Font Color

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

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


#3406db Background Color

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

This div background color is #3406db


#3406db Border Color

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

This div border color is #3406db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3406db


Comments

No comments written yet.

Please login to write comment.