Color Hex Logo

#3279aa Color Hex

#3279AA
(50,121,170)
0 Favorites   0 Comments

Color spaces of #3279aa

RGB 50121170
HSL0.570.550.43
HSV205°71°67°
CMYK 0.710.290.00   0.33
XYZ15.408517.255140.5487
Yxy17.25510.21050.2357
Hunter Lab41.5393-6.4812-28.7987
CIE-Lab48.5799-5.7292-32.5471

#3279aa color RGB value is (50,121,170).

#3279aa hex color red value is 50, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3279aa hue: 0.57 , saturation: 0.55 and the lightness value of 3279aa is 0.43.

The process color (four color CMYK) of #3279aa color hex is 0.71, 0.29, 0.00, 0.33. Web safe color of #3279aa is #336699. Color #3279aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111001 10101010
Octal 62 171 252
Decimal 50 121 170
Hex 32 79 AA

RGB Percentages of Color #3279aa

%14.66
%35.48
%49.85

CMYK Percentages of Color #3279aa

%71
%29
%0
%33

Triadic Colors of #3279aa

#3279aa #aa3279 #79aa32

Analogous Colors of #3279aa

#3279aa #323daa #32aa9f

Monochromatic Colors of #3279aa

#3279aa

Complementary Color

#3279aa #aa6332

#3279aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3279aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3279aa Color CSS Codes

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

#3279aa Text Font Color

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

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


#3279aa Background Color

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

This div background color is #3279aa


#3279aa Border Color

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

This div border color is #3279aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3279aa


Comments

No comments written yet.

Please login to write comment.