Color Hex Logo

#296d9f Color Hex

#296D9F
(41,109,159)
0 Favorites   0 Comments

Color spaces of #296d9f

RGB 41109159
HSL0.570.590.39
HSV205°74°62°
CMYK 0.740.310.00   0.38
XYZ12.641113.911934.8199
Yxy13.91190.20600.2267
Hunter Lab37.2987-4.7762-29.2407
CIE-Lab44.1063-3.8565-33.1368

#296d9f color RGB value is (41,109,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101101 10011111
Octal 51 155 237
Decimal 41 109 159
Hex 29 6D 9F

RGB Percentages of Color #296d9f

%13.27
%35.28
%51.46

CMYK Percentages of Color #296d9f

%74
%31
%0
%38

Triadic Colors of #296d9f

#296d9f #9f296d #6d9f29

Analogous Colors of #296d9f

#296d9f #29329f #299f96

Monochromatic Colors of #296d9f

#296d9f

Complementary Color

#296d9f #9f5b29

#296d9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296d9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#296d9f Color CSS Codes

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

#296d9f Text Font Color

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

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


#296d9f Background Color

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

This div background color is #296d9f


#296d9f Border Color

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

This div border color is #296d9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296d9f


Comments

No comments written yet.

Please login to write comment.