Color Hex Logo

#2956aa Color Hex

#2956AA
(41,86,170)
0 Favorites   0 Comments

Color spaces of #2956aa

RGB 4186170
HSL0.610.610.41
HSV219°76°67°
CMYK 0.760.490.00   0.33
XYZ11.497910.029339.3600
Yxy10.02930.18880.1647
Hunter Lab31.66919.3861-51.5204
CIE-Lab37.895014.9785-49.5493

#2956aa color RGB value is (41,86,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010110 10101010
Octal 51 126 252
Decimal 41 86 170
Hex 29 56 AA

RGB Percentages of Color #2956aa

%13.80
%28.96
%57.24

CMYK Percentages of Color #2956aa

%76
%49
%0
%33

Triadic Colors of #2956aa

#2956aa #aa2956 #56aa29

Analogous Colors of #2956aa

#2956aa #3d29aa #2997aa

Monochromatic Colors of #2956aa

#2956aa

Complementary Color

#2956aa #aa7d29

#2956aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2956aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2956aa Color CSS Codes

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

#2956aa Text Font Color

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

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


#2956aa Background Color

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

This div background color is #2956aa


#2956aa Border Color

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

This div border color is #2956aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2956aa


Comments

No comments written yet.

Please login to write comment.