Color Hex Logo

#294279 Color Hex

#294279
(41,66,121)
0 Favorites   0 Comments

Color spaces of #294279

RGB 4166121
HSL0.610.490.32
HSV221°66°47°
CMYK 0.660.450.00   0.53
XYZ6.31395.748318.8659
Yxy5.74830.20410.1859
Hunter Lab23.97565.0501-29.8711
CIE-Lab28.76849.5321-34.3117

#294279 color RGB value is (41,66,121).

#294279 hex color red value is 41, green value is 66 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #294279 hue: 0.61 , saturation: 0.49 and the lightness value of 294279 is 0.32.

The process color (four color CMYK) of #294279 color hex is 0.66, 0.45, 0.00, 0.53. Web safe color of #294279 is #333366. Color #294279 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000010 01111001
Octal 51 102 171
Decimal 41 66 121
Hex 29 42 79

RGB Percentages of Color #294279

%17.98
%28.95
%53.07

CMYK Percentages of Color #294279

%66
%45
%0
%53

Triadic Colors of #294279

#294279 #792942 #427929

Analogous Colors of #294279

#294279 #382979 #296a79

Monochromatic Colors of #294279

#294279

Complementary Color

#294279 #796029

#294279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294279 Color CSS Codes

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

#294279 Text Font Color

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

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


#294279 Background Color

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

This div background color is #294279


#294279 Border Color

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

This div border color is #294279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294279


Comments

No comments written yet.

Please login to write comment.