Color Hex Logo

#294972 Color Hex

#294972
(41,73,114)
0 Favorites   0 Comments

Color spaces of #294972

RGB 4173114
HSL0.590.470.30
HSV214°64°45°
CMYK 0.640.360.00   0.55
XYZ6.33436.451416.8310
Yxy6.45140.21390.2178
Hunter Lab25.39960.0660-21.5087
CIE-Lab30.52392.1830-27.1227

#294972 color RGB value is (41,73,114).

#294972 hex color red value is 41, green value is 73 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #294972 hue: 0.59 , saturation: 0.47 and the lightness value of 294972 is 0.30.

The process color (four color CMYK) of #294972 color hex is 0.64, 0.36, 0.00, 0.55. Web safe color of #294972 is #333366. Color #294972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001001 01110010
Octal 51 111 162
Decimal 41 73 114
Hex 29 49 72

RGB Percentages of Color #294972

%17.98
%32.02
%50.00

CMYK Percentages of Color #294972

%64
%36
%0
%55

Triadic Colors of #294972

#294972 #722949 #497229

Analogous Colors of #294972

#294972 #2e2972 #296e72

Monochromatic Colors of #294972

#294972

Complementary Color

#294972 #725229

#294972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294972 Color CSS Codes

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

#294972 Text Font Color

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

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


#294972 Background Color

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

This div background color is #294972


#294972 Border Color

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

This div border color is #294972


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,73,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #294972; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #294972;
  -webkit-box-shadow: 1px 1px 3px 2px #294972;
  box-shadow:         1px 1px 3px 2px #294972; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294972


Comments

No comments written yet.

Please login to write comment.