Color Hex Logo

#294476 Color Hex

#294476
(41,68,118)
0 Favorites   0 Comments

Color spaces of #294476

RGB 4168118
HSL0.610.480.31
HSV219°65°46°
CMYK 0.650.420.00   0.54
XYZ6.25165.913717.9515
Yxy5.91370.20760.1964
Hunter Lab24.31813.3314-26.7449
CIE-Lab29.19377.0305-31.7471

#294476 color RGB value is (41,68,118).

#294476 hex color red value is 41, green value is 68 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #294476 hue: 0.61 , saturation: 0.48 and the lightness value of 294476 is 0.31.

The process color (four color CMYK) of #294476 color hex is 0.65, 0.42, 0.00, 0.54. Web safe color of #294476 is #333366. Color #294476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000100 01110110
Octal 51 104 166
Decimal 41 68 118
Hex 29 44 76

RGB Percentages of Color #294476

%18.06
%29.96
%51.98

CMYK Percentages of Color #294476

%65
%42
%0
%54

Triadic Colors of #294476

#294476 #762944 #447629

Analogous Colors of #294476

#294476 #342976 #296b76

Monochromatic Colors of #294476

#294476

Complementary Color

#294476 #765b29

#294476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294476 Color CSS Codes

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

#294476 Text Font Color

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

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


#294476 Background Color

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

This div background color is #294476


#294476 Border Color

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

This div border color is #294476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294476


Comments

No comments written yet.

Please login to write comment.