Color Hex Logo

#2979aa Color Hex

#2979AA
(41,121,170)
0 Favorites   0 Comments

Color spaces of #2979aa

RGB 41121170
HSL0.560.610.41
HSV203°76°67°
CMYK 0.760.290.00   0.33
XYZ15.007517.048440.5299
Yxy17.04840.20680.2349
Hunter Lab41.2897-7.3779-29.2962
CIE-Lab48.3210-6.9991-32.9712

#2979aa color RGB value is (41,121,170).

#2979aa hex color red value is 41, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2979aa hue: 0.56 , saturation: 0.61 and the lightness value of 2979aa is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111001 10101010
Octal 51 171 252
Decimal 41 121 170
Hex 29 79 AA

RGB Percentages of Color #2979aa

%12.35
%36.45
%51.20

CMYK Percentages of Color #2979aa

%76
%29
%0
%33

Triadic Colors of #2979aa

#2979aa #aa2979 #79aa29

Analogous Colors of #2979aa

#2979aa #2938aa #29aa9b

Monochromatic Colors of #2979aa

#2979aa

Complementary Color

#2979aa #aa5a29

#2979aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2979aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2979aa Color CSS Codes

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

#2979aa Text Font Color

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

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


#2979aa Background Color

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

This div background color is #2979aa


#2979aa Border Color

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

This div border color is #2979aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2979aa


Comments

No comments written yet.

Please login to write comment.