Color Hex Logo

#3390ad Color Hex

#3390AD
(51,144,173)
0 Favorites   0 Comments

Color spaces of #3390ad

RGB 51144173
HSL0.540.540.44
HSV194°71°68°
CMYK 0.710.170.00   0.32
XYZ18.881323.667543.1083
Yxy23.66750.22040.2763
Hunter Lab48.6493-15.8584-18.4826
CIE-Lab55.7533-17.5382-23.1451

#3390ad color RGB value is (51,144,173).

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

The process color (four color CMYK) of #3390ad color hex is 0.71, 0.17, 0.00, 0.32. Web safe color of #3390ad is #339999. Color #3390ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010000 10101101
Octal 63 220 255
Decimal 51 144 173
Hex 33 90 AD

RGB Percentages of Color #3390ad

%13.86
%39.13
%47.01

CMYK Percentages of Color #3390ad

%71
%17
%0
%32

Triadic Colors of #3390ad

#3390ad #ad3390 #90ad33

Analogous Colors of #3390ad

#3390ad #3353ad #33ad8d

Monochromatic Colors of #3390ad

#3390ad

Complementary Color

#3390ad #ad5033

#3390ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3390ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3390ad Color CSS Codes

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

#3390ad Text Font Color

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

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


#3390ad Background Color

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

This div background color is #3390ad


#3390ad Border Color

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

This div border color is #3390ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,144,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 #3390ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3390ad


Comments

No comments written yet.

Please login to write comment.