Color Hex Logo

#294a7f Color Hex

#294A7F
(41,74,127)
0 Favorites   0 Comments

Color spaces of #294a7f

RGB 4174127
HSL0.600.510.33
HSV217°68°50°
CMYK 0.680.420.00   0.50
XYZ7.19406.901321.0316
Yxy6.90130.20480.1965
Hunter Lab26.27032.9083-29.0774
CIE-Lab31.58126.4106-33.5750

#294a7f color RGB value is (41,74,127).

#294a7f hex color red value is 41, green value is 74 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #294a7f hue: 0.60 , saturation: 0.51 and the lightness value of 294a7f is 0.33.

The process color (four color CMYK) of #294a7f color hex is 0.68, 0.42, 0.00, 0.50. Web safe color of #294a7f is #333366. Color #294a7f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001010 01111111
Octal 51 112 177
Decimal 41 74 127
Hex 29 4A 7F

RGB Percentages of Color #294a7f

%16.94
%30.58
%52.48

CMYK Percentages of Color #294a7f

%68
%42
%0
%50

Triadic Colors of #294a7f

#294a7f #7f294a #4a7f29

Analogous Colors of #294a7f

#294a7f #33297f #29757f

Monochromatic Colors of #294a7f

#294a7f

Complementary Color

#294a7f #7f5e29

#294a7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294a7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#294a7f Color CSS Codes

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

#294a7f Text Font Color

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

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


#294a7f Background Color

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

This div background color is #294a7f


#294a7f Border Color

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

This div border color is #294a7f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,74,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #294a7f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294a7f


Comments

No comments written yet.

Please login to write comment.