Color Hex Logo

#2279aa Color Hex

#2279AA
(34,121,170)
0 Favorites   0 Comments

Color spaces of #2279aa

RGB 34121170
HSL0.560.670.40
HSV202°80°67°
CMYK 0.800.290.00   0.33
XYZ14.752816.917140.5180
Yxy16.91710.20440.2343
Hunter Lab41.1304-7.9532-29.6159
CIE-Lab48.1554-7.8231-33.2426

#2279aa color RGB value is (34,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01111001 10101010
Octal 42 171 252
Decimal 34 121 170
Hex 22 79 AA

RGB Percentages of Color #2279aa

%10.46
%37.23
%52.31

CMYK Percentages of Color #2279aa

%80
%29
%0
%33

Triadic Colors of #2279aa

#2279aa #aa2279 #79aa22

Analogous Colors of #2279aa

#2279aa #2235aa #22aa97

Monochromatic Colors of #2279aa

#2279aa

Complementary Color

#2279aa #aa5322

#2279aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2279aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2279aa Color CSS Codes

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

#2279aa Text Font Color

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

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


#2279aa Background Color

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

This div background color is #2279aa


#2279aa Border Color

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

This div border color is #2279aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2279aa


Comments

No comments written yet.

Please login to write comment.