Color Hex Logo

#294590 Color Hex

#294590
(41,69,144)
0 Favorites   0 Comments

Color spaces of #294590

RGB 4169144
HSL0.620.560.36
HSV224°72°56°
CMYK 0.720.520.00   0.44
XYZ8.07666.741327.2611
Yxy6.74130.19190.1602
Hunter Lab25.964010.0888-44.0771
CIE-Lab31.210616.3259-44.6568

#294590 color RGB value is (41,69,144).

#294590 hex color red value is 41, green value is 69 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #294590 hue: 0.62 , saturation: 0.56 and the lightness value of 294590 is 0.36.

The process color (four color CMYK) of #294590 color hex is 0.72, 0.52, 0.00, 0.44. Web safe color of #294590 is #333399. Color #294590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000101 10010000
Octal 51 105 220
Decimal 41 69 144
Hex 29 45 90

RGB Percentages of Color #294590

%16.14
%27.17
%56.69

CMYK Percentages of Color #294590

%72
%52
%0
%44

Triadic Colors of #294590

#294590 #902945 #459029

Analogous Colors of #294590

#294590 #412990 #297990

Monochromatic Colors of #294590

#294590

Complementary Color

#294590 #907429

#294590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294590 Color CSS Codes

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

#294590 Text Font Color

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

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


#294590 Background Color

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

This div background color is #294590


#294590 Border Color

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

This div border color is #294590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294590


Comments

No comments written yet.

Please login to write comment.