Color Hex Logo

#3468aa Color Hex

#3468AA
(52,104,170)
0 Favorites   0 Comments

Color spaces of #3468aa

RGB 52104170
HSL0.590.530.44
HSV214°69°67°
CMYK 0.690.390.00   0.33
XYZ13.622213.533039.9244
Yxy13.53300.20310.2017
Hunter Lab36.78721.7204-38.5951
CIE-Lab43.55564.9562-40.4673

#3468aa color RGB value is (52,104,170).

#3468aa hex color red value is 52, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3468aa hue: 0.59 , saturation: 0.53 and the lightness value of 3468aa is 0.44.

The process color (four color CMYK) of #3468aa color hex is 0.69, 0.39, 0.00, 0.33. Web safe color of #3468aa is #336699. Color #3468aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101000 10101010
Octal 64 150 252
Decimal 52 104 170
Hex 34 68 AA

RGB Percentages of Color #3468aa

%15.95
%31.90
%52.15

CMYK Percentages of Color #3468aa

%69
%39
%0
%33

Triadic Colors of #3468aa

#3468aa #aa3468 #68aa34

Analogous Colors of #3468aa

#3468aa #3b34aa #34a3aa

Monochromatic Colors of #3468aa

#3468aa

Complementary Color

#3468aa #aa7634

#3468aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3468aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3468aa Color CSS Codes

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

#3468aa Text Font Color

<p style="color:#3468aa">Text here</p>

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


#3468aa Background Color

<div style="background-color:#3468aa">
Div content here</div>

This div background color is #3468aa


#3468aa Border Color

<div style="border:3px solid #3468aa">
Div here</div>

This div border color is #3468aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,104,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3468aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3468aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3468aa;
  box-shadow:         1px 1px 3px 2px #3468aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3468aa


Comments

No comments written yet.

Please login to write comment.