Color Hex Logo

#3614aa Color Hex

#3614AA
(54,20,170)
0 Favorites   0 Comments

Color spaces of #3614aa

RGB 5420170
HSL0.700.790.37
HSV254°88°67°
CMYK 0.680.880.00   0.33
XYZ9.02724.186938.3626
Yxy4.18690.17500.0812
Hunter Lab20.461942.9406-96.8353
CIE-Lab24.279954.5056-71.8097

#3614aa color RGB value is (54,20,170).

#3614aa hex color red value is 54, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3614aa hue: 0.70 , saturation: 0.79 and the lightness value of 3614aa is 0.37.

The process color (four color CMYK) of #3614aa color hex is 0.68, 0.88, 0.00, 0.33. Web safe color of #3614aa is #330099. Color #3614aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010100 10101010
Octal 66 24 252
Decimal 54 20 170
Hex 36 14 AA

RGB Percentages of Color #3614aa

%22.13
%8.20
%69.67

CMYK Percentages of Color #3614aa

%68
%88
%0
%33

Triadic Colors of #3614aa

#3614aa #aa3614 #14aa36

Analogous Colors of #3614aa

#3614aa #8114aa #143daa

Monochromatic Colors of #3614aa

#3614aa

Complementary Color

#3614aa #88aa14

#3614aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3614aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3614aa Color CSS Codes

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

#3614aa Text Font Color

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

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


#3614aa Background Color

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

This div background color is #3614aa


#3614aa Border Color

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

This div border color is #3614aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3614aa


Comments

No comments written yet.

Please login to write comment.