Color Hex Logo

#2955aa Color Hex

#2955AA
(41,85,170)
0 Favorites   0 Comments

Color spaces of #2955aa

RGB 4185170
HSL0.610.610.41
HSV220°76°67°
CMYK 0.760.500.00   0.33
XYZ11.41869.870739.3336
Yxy9.87070.18840.1628
Hunter Lab31.41779.8940-52.2362
CIE-Lab37.609415.6397-50.0098

#2955aa color RGB value is (41,85,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010101 10101010
Octal 51 125 252
Decimal 41 85 170
Hex 29 55 AA

RGB Percentages of Color #2955aa

%13.85
%28.72
%57.43

CMYK Percentages of Color #2955aa

%76
%50
%0
%33

Triadic Colors of #2955aa

#2955aa #aa2955 #55aa29

Analogous Colors of #2955aa

#2955aa #3e29aa #2996aa

Monochromatic Colors of #2955aa

#2955aa

Complementary Color

#2955aa #aa7e29

#2955aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2955aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2955aa Color CSS Codes

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

#2955aa Text Font Color

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

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


#2955aa Background Color

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

This div background color is #2955aa


#2955aa Border Color

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

This div border color is #2955aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2955aa


Comments

No comments written yet.

Please login to write comment.