Color Hex Logo

#3360ad Color Hex

#3360AD
(51,96,173)
0 Favorites   0 Comments

Color spaces of #3360ad

RGB 5196173
HSL0.610.540.44
HSV218°71°68°
CMYK 0.710.450.00   0.32
XYZ13.090912.086741.1782
Yxy12.08670.19730.1821
Hunter Lab34.76596.3727-45.8894
CIE-Lab41.353611.0006-45.7470

#3360ad color RGB value is (51,96,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100000 10101101
Octal 63 140 255
Decimal 51 96 173
Hex 33 60 AD

RGB Percentages of Color #3360ad

%15.94
%30.00
%54.06

CMYK Percentages of Color #3360ad

%71
%45
%0
%32

Triadic Colors of #3360ad

#3360ad #ad3360 #60ad33

Analogous Colors of #3360ad

#3360ad #4333ad #339dad

Monochromatic Colors of #3360ad

#3360ad

Complementary Color

#3360ad #ad8033

#3360ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3360ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3360ad Color CSS Codes

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

#3360ad Text Font Color

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

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


#3360ad Background Color

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

This div background color is #3360ad


#3360ad Border Color

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

This div border color is #3360ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3360ad


Comments

No comments written yet.

Please login to write comment.