Color Hex Logo

#296e9d Color Hex

#296E9D
(41,110,157)
0 Favorites   0 Comments

Color spaces of #296e9d

RGB 41110157
HSL0.570.590.39
HSV204°74°62°
CMYK 0.740.300.00   0.38
XYZ12.576214.057633.9488
Yxy14.05760.20760.2320
Hunter Lab37.4935-5.7404-27.4392
CIE-Lab44.3154-5.1954-31.6261

#296e9d color RGB value is (41,110,157).

#296e9d hex color red value is 41, green value is 110 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #296e9d hue: 0.57 , saturation: 0.59 and the lightness value of 296e9d is 0.39.

The process color (four color CMYK) of #296e9d color hex is 0.74, 0.30, 0.00, 0.38. Web safe color of #296e9d is #336699. Color #296e9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101110 10011101
Octal 51 156 235
Decimal 41 110 157
Hex 29 6E 9D

RGB Percentages of Color #296e9d

%13.31
%35.71
%50.97

CMYK Percentages of Color #296e9d

%74
%30
%0
%38

Triadic Colors of #296e9d

#296e9d #9d296e #6e9d29

Analogous Colors of #296e9d

#296e9d #29349d #299d92

Monochromatic Colors of #296e9d

#296e9d

Complementary Color

#296e9d #9d5829

#296e9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296e9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#296e9d Color CSS Codes

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

#296e9d Text Font Color

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

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


#296e9d Background Color

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

This div background color is #296e9d


#296e9d Border Color

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

This div border color is #296e9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,110,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #296e9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #296e9d;
  -webkit-box-shadow: 1px 1px 3px 2px #296e9d;
  box-shadow:         1px 1px 3px 2px #296e9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296e9d


Comments

No comments written yet.

Please login to write comment.