Color Hex Logo

#2763aa Color Hex

#2763AA
(39,99,170)
0 Favorites   0 Comments

Color spaces of #2763aa

RGB 3999170
HSL0.590.630.41
HSV213°77°67°
CMYK 0.770.420.00   0.33
XYZ12.554212.257339.7344
Yxy12.25730.19450.1899
Hunter Lab35.01042.7391-42.7827
CIE-Lab41.62226.2648-43.5734

#2763aa color RGB value is (39,99,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01100011 10101010
Octal 47 143 252
Decimal 39 99 170
Hex 27 63 AA

RGB Percentages of Color #2763aa

%12.66
%32.14
%55.19

CMYK Percentages of Color #2763aa

%77
%42
%0
%33

Triadic Colors of #2763aa

#2763aa #aa2763 #63aa27

Analogous Colors of #2763aa

#2763aa #2d27aa #27a5aa

Monochromatic Colors of #2763aa

#2763aa

Complementary Color

#2763aa #aa6e27

#2763aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2763aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2763aa Color CSS Codes

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

#2763aa Text Font Color

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

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


#2763aa Background Color

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

This div background color is #2763aa


#2763aa Border Color

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

This div border color is #2763aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2763aa


Comments

No comments written yet.

Please login to write comment.