Color Hex Logo

#294aaa Color Hex

#294AAA
(41,74,170)
0 Favorites   0 Comments

Color spaces of #294aaa

RGB 4174170
HSL0.620.610.41
HSV225°76°67°
CMYK 0.760.560.00   0.33
XYZ10.61898.271339.0670
Yxy8.27130.18320.1427
Hunter Lab28.759915.5771-60.4068
CIE-Lab34.541622.9632-54.9765

#294aaa color RGB value is (41,74,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001010 10101010
Octal 51 112 252
Decimal 41 74 170
Hex 29 4A AA

RGB Percentages of Color #294aaa

%14.39
%25.96
%59.65

CMYK Percentages of Color #294aaa

%76
%56
%0
%33

Triadic Colors of #294aaa

#294aaa #aa294a #4aaa29

Analogous Colors of #294aaa

#294aaa #4929aa #298baa

Monochromatic Colors of #294aaa

#294aaa

Complementary Color

#294aaa #aa8929

#294aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#294aaa Color CSS Codes

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

#294aaa Text Font Color

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

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


#294aaa Background Color

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

This div background color is #294aaa


#294aaa Border Color

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

This div border color is #294aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294aaa


Comments

No comments written yet.

Please login to write comment.