Color Hex Logo

#2957aa Color Hex

#2957AA
(41,87,170)
0 Favorites   0 Comments

Color spaces of #2957aa

RGB 4187170
HSL0.610.610.41
HSV219°76°67°
CMYK 0.760.490.00   0.33
XYZ11.578310.190139.3868
Yxy10.19010.18930.1666
Hunter Lab31.92198.8798-50.8095
CIE-Lab38.181514.3186-49.0876

#2957aa color RGB value is (41,87,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010111 10101010
Octal 51 127 252
Decimal 41 87 170
Hex 29 57 AA

RGB Percentages of Color #2957aa

%13.76
%29.19
%57.05

CMYK Percentages of Color #2957aa

%76
%49
%0
%33

Triadic Colors of #2957aa

#2957aa #aa2957 #57aa29

Analogous Colors of #2957aa

#2957aa #3b29aa #2998aa

Monochromatic Colors of #2957aa

#2957aa

Complementary Color

#2957aa #aa7c29

#2957aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2957aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2957aa Color CSS Codes

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

#2957aa Text Font Color

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

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


#2957aa Background Color

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

This div background color is #2957aa


#2957aa Border Color

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

This div border color is #2957aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2957aa


Comments

No comments written yet.

Please login to write comment.