Color Hex Logo

#2776aa Color Hex

#2776AA
(39,118,170)
0 Favorites   0 Comments

Color spaces of #2776aa

RGB 39118170
HSL0.570.630.41
HSV204°77°67°
CMYK 0.770.310.00   0.33
XYZ14.570816.290540.4066
Yxy16.29050.20450.2286
Hunter Lab40.3615-6.1928-31.1032
CIE-Lab47.3533-5.4754-34.4935

#2776aa color RGB value is (39,118,170).

#2776aa hex color red value is 39, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2776aa hue: 0.57 , saturation: 0.63 and the lightness value of 2776aa is 0.41.

The process color (four color CMYK) of #2776aa color hex is 0.77, 0.31, 0.00, 0.33. Web safe color of #2776aa is #336699. Color #2776aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110110 10101010
Octal 47 166 252
Decimal 39 118 170
Hex 27 76 AA

RGB Percentages of Color #2776aa

%11.93
%36.09
%51.99

CMYK Percentages of Color #2776aa

%77
%31
%0
%33

Triadic Colors of #2776aa

#2776aa #aa2776 #76aa27

Analogous Colors of #2776aa

#2776aa #2735aa #27aa9d

Monochromatic Colors of #2776aa

#2776aa

Complementary Color

#2776aa #aa5b27

#2776aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2776aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2776aa Color CSS Codes

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

#2776aa Text Font Color

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

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


#2776aa Background Color

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

This div background color is #2776aa


#2776aa Border Color

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

This div border color is #2776aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2776aa


Comments

No comments written yet.

Please login to write comment.