Color Hex Logo

#294696 Color Hex

#294696
(41,70,150)
0 Favorites   0 Comments

Color spaces of #294696

RGB 4170150
HSL0.620.570.37
HSV224°73°59°
CMYK 0.730.530.00   0.41
XYZ8.60967.053729.7619
Yxy7.05370.18950.1553
Hunter Lab26.558811.3867-47.8494
CIE-Lab31.928817.9628-47.1607

#294696 color RGB value is (41,70,150).

#294696 hex color red value is 41, green value is 70 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #294696 hue: 0.62 , saturation: 0.57 and the lightness value of 294696 is 0.37.

The process color (four color CMYK) of #294696 color hex is 0.73, 0.53, 0.00, 0.41. Web safe color of #294696 is #333399. Color #294696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000110 10010110
Octal 51 106 226
Decimal 41 70 150
Hex 29 46 96

RGB Percentages of Color #294696

%15.71
%26.82
%57.47

CMYK Percentages of Color #294696

%73
%53
%0
%41

Triadic Colors of #294696

#294696 #962946 #469629

Analogous Colors of #294696

#294696 #432996 #297d96

Monochromatic Colors of #294696

#294696

Complementary Color

#294696 #967929

#294696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294696 Color CSS Codes

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

#294696 Text Font Color

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

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


#294696 Background Color

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

This div background color is #294696


#294696 Border Color

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

This div border color is #294696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294696

#294696 Color Palettes


Comments

No comments written yet.

Please login to write comment.