Color Hex Logo

#293aaa Color Hex

#293AAA
(41,58,170)
0 Favorites   0 Comments

Color spaces of #293aaa

RGB 4158170
HSL0.640.610.41
HSV232°76°67°
CMYK 0.760.660.00   0.33
XYZ9.68326.399838.7551
Yxy6.39980.17660.1167
Hunter Lab25.297824.0529-73.1211
CIE-Lab30.399533.5254-61.7388

#293aaa color RGB value is (41,58,170).

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

The process color (four color CMYK) of #293aaa color hex is 0.76, 0.66, 0.00, 0.33. Web safe color of #293aaa is #333399. Color #293aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111010 10101010
Octal 51 72 252
Decimal 41 58 170
Hex 29 3A AA

RGB Percentages of Color #293aaa

%15.24
%21.56
%63.20

CMYK Percentages of Color #293aaa

%76
%66
%0
%33

Triadic Colors of #293aaa

#293aaa #aa293a #3aaa29

Analogous Colors of #293aaa

#293aaa #5929aa #297baa

Monochromatic Colors of #293aaa

#293aaa

Complementary Color

#293aaa #aa9929

#293aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#293aaa Color CSS Codes

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

#293aaa Text Font Color

<p style="color:#293aaa">Text here</p>

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


#293aaa Background Color

<div style="background-color:#293aaa">
Div content here</div>

This div background color is #293aaa


#293aaa Border Color

<div style="border:3px solid #293aaa">
Div here</div>

This div border color is #293aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293aaa


Comments

No comments written yet.

Please login to write comment.