Color Hex Logo

#2933aa Color Hex

#2933AA
(41,51,170)
0 Favorites   0 Comments

Color spaces of #2933aa

RGB 4151170
HSL0.650.610.41
HSV235°76°67°
CMYK 0.760.700.00   0.33
XYZ9.35405.741338.6454
Yxy5.74130.17410.1068
Hunter Lab23.961027.7518-78.8529
CIE-Lab28.750237.9577-64.4487

#2933aa color RGB value is (41,51,170).

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

The process color (four color CMYK) of #2933aa color hex is 0.76, 0.70, 0.00, 0.33. Web safe color of #2933aa is #333399. Color #2933aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110011 10101010
Octal 51 63 252
Decimal 41 51 170
Hex 29 33 AA

RGB Percentages of Color #2933aa

%15.65
%19.47
%64.89

CMYK Percentages of Color #2933aa

%76
%70
%0
%33

Triadic Colors of #2933aa

#2933aa #aa2933 #33aa29

Analogous Colors of #2933aa

#2933aa #6029aa #2974aa

Monochromatic Colors of #2933aa

#2933aa

Complementary Color

#2933aa #aaa029

#2933aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2933aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2933aa Color CSS Codes

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

#2933aa Text Font Color

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

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


#2933aa Background Color

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

This div background color is #2933aa


#2933aa Border Color

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

This div border color is #2933aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2933aa


Comments

No comments written yet.

Please login to write comment.