Color Hex Logo

#294363 Color Hex

#294363
(41,67,99)
0 Favorites   0 Comments

Color spaces of #294363

RGB 416799
HSL0.590.410.27
HSV213°59°39°
CMYK 0.590.320.00   0.61
XYZ5.17375.386612.5714
Yxy5.38660.22370.2329
Hunter Lab23.2090-0.8251-15.8687
CIE-Lab27.80900.6603-21.8551

#294363 color RGB value is (41,67,99).

#294363 hex color red value is 41, green value is 67 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #294363 hue: 0.59 , saturation: 0.41 and the lightness value of 294363 is 0.27.

The process color (four color CMYK) of #294363 color hex is 0.59, 0.32, 0.00, 0.61. Web safe color of #294363 is #333366. Color #294363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000011 01100011
Octal 51 103 143
Decimal 41 67 99
Hex 29 43 63

RGB Percentages of Color #294363

%19.81
%32.37
%47.83

CMYK Percentages of Color #294363

%59
%32
%0
%61

Triadic Colors of #294363

#294363 #632943 #436329

Analogous Colors of #294363

#294363 #2c2963 #296063

Monochromatic Colors of #294363

#294363

Complementary Color

#294363 #634929

#294363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294363 Color CSS Codes

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

#294363 Text Font Color

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

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


#294363 Background Color

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

This div background color is #294363


#294363 Border Color

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

This div border color is #294363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294363


Comments

No comments written yet.

Please login to write comment.