Color Hex Logo

#3696aa Color Hex

#3696AA
(54,150,170)
0 Favorites   0 Comments

Color spaces of #3696aa

RGB 54150170
HSL0.530.520.44
HSV190°68°67°
CMYK 0.680.120.00   0.33
XYZ19.683425.499241.9146
Yxy25.49920.22600.2928
Hunter Lab50.4967-18.7908-13.8657
CIE-Lab57.5586-21.2454-18.6643

#3696aa color RGB value is (54,150,170).

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

The process color (four color CMYK) of #3696aa color hex is 0.68, 0.12, 0.00, 0.33. Web safe color of #3696aa is #339999. Color #3696aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10010110 10101010
Octal 66 226 252
Decimal 54 150 170
Hex 36 96 AA

RGB Percentages of Color #3696aa

%14.44
%40.11
%45.45

CMYK Percentages of Color #3696aa

%68
%12
%0
%33

Triadic Colors of #3696aa

#3696aa #aa3696 #96aa36

Analogous Colors of #3696aa

#3696aa #365caa #36aa84

Monochromatic Colors of #3696aa

#3696aa

Complementary Color

#3696aa #aa4a36

#3696aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3696aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3696aa Color CSS Codes

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

#3696aa Text Font Color

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

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


#3696aa Background Color

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

This div background color is #3696aa


#3696aa Border Color

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

This div border color is #3696aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,150,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 #3696aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3696aa


Comments

No comments written yet.

Please login to write comment.