Color Hex Logo

#296876 Color Hex

#296876
(41,104,118)
0 Favorites   0 Comments

Color spaces of #296876

RGB 41104118
HSL0.530.480.31
HSV191°65°46°
CMYK 0.650.120.00   0.54
XYZ9.134811.680118.9126
Yxy11.68010.22990.2940
Hunter Lab34.1762-12.0978-8.8869
CIE-Lab40.7031-15.3811-13.8265

#296876 color RGB value is (41,104,118).

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

The process color (four color CMYK) of #296876 color hex is 0.65, 0.12, 0.00, 0.54. Web safe color of #296876 is #336666. Color #296876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101000 01110110
Octal 51 150 166
Decimal 41 104 118
Hex 29 68 76

RGB Percentages of Color #296876

%15.59
%39.54
%44.87

CMYK Percentages of Color #296876

%65
%12
%0
%54

Triadic Colors of #296876

#296876 #762968 #687629

Analogous Colors of #296876

#296876 #294276 #29765d

Monochromatic Colors of #296876

#296876

Complementary Color

#296876 #763729

#296876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#296876 Color CSS Codes

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

#296876 Text Font Color

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

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


#296876 Background Color

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

This div background color is #296876


#296876 Border Color

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

This div border color is #296876


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,104,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 #296876">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296876

#296876 Color Palettes


Comments

No comments written yet.

Please login to write comment.