Color Hex Logo

#3360ae Color Hex

#3360AE
(51,96,174)
0 Favorites   0 Comments

Color spaces of #3360ae

RGB 5196174
HSL0.610.550.44
HSV218°71°68°
CMYK 0.710.450.00   0.32
XYZ13.188112.125541.6898
Yxy12.12550.19680.1810
Hunter Lab34.82176.6658-46.6090
CIE-Lab41.414911.3739-46.2378

#3360ae color RGB value is (51,96,174).

#3360ae hex color red value is 51, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3360ae hue: 0.61 , saturation: 0.55 and the lightness value of 3360ae is 0.44.

The process color (four color CMYK) of #3360ae color hex is 0.71, 0.45, 0.00, 0.32. Web safe color of #3360ae is #336699. Color #3360ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100000 10101110
Octal 63 140 256
Decimal 51 96 174
Hex 33 60 AE

RGB Percentages of Color #3360ae

%15.89
%29.91
%54.21

CMYK Percentages of Color #3360ae

%71
%45
%0
%32

Triadic Colors of #3360ae

#3360ae #ae3360 #60ae33

Analogous Colors of #3360ae

#3360ae #4433ae #339eae

Monochromatic Colors of #3360ae

#3360ae

Complementary Color

#3360ae #ae8133

#3360ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3360ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3360ae Color CSS Codes

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

#3360ae Text Font Color

<p style="color:#3360ae">Text here</p>

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


#3360ae Background Color

<div style="background-color:#3360ae">
Div content here</div>

This div background color is #3360ae


#3360ae Border Color

<div style="border:3px solid #3360ae">
Div here</div>

This div border color is #3360ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,96,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3360ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3360ae;
  -webkit-box-shadow: 1px 1px 3px 2px #3360ae;
  box-shadow:         1px 1px 3px 2px #3360ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,96,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3360ae


Comments

No comments written yet.

Please login to write comment.