Color Hex Logo

#29679b Color Hex

#29679B
(41,103,155)
0 Favorites   0 Comments

Color spaces of #29679b

RGB 41103155
HSL0.580.580.38
HSV207°74°61°
CMYK 0.740.340.00   0.39
XYZ11.681112.538532.8149
Yxy12.53850.20480.2198
Hunter Lab35.4097-3.0828-30.1584
CIE-Lab42.0595-1.6656-33.9887

#29679b color RGB value is (41,103,155).

#29679b hex color red value is 41, green value is 103 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #29679b hue: 0.58 , saturation: 0.58 and the lightness value of 29679b is 0.38.

The process color (four color CMYK) of #29679b color hex is 0.74, 0.34, 0.00, 0.39. Web safe color of #29679b is #336699. Color #29679b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100111 10011011
Octal 51 147 233
Decimal 41 103 155
Hex 29 67 9B

RGB Percentages of Color #29679b

%13.71
%34.45
%51.84

CMYK Percentages of Color #29679b

%74
%34
%0
%39

Triadic Colors of #29679b

#29679b #9b2967 #679b29

Analogous Colors of #29679b

#29679b #292e9b #299b96

Monochromatic Colors of #29679b

#29679b

Complementary Color

#29679b #9b5d29

#29679b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29679b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29679b Color CSS Codes

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

#29679b Text Font Color

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

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


#29679b Background Color

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

This div background color is #29679b


#29679b Border Color

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

This div border color is #29679b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,103,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29679b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29679b;
  -webkit-box-shadow: 1px 1px 3px 2px #29679b;
  box-shadow:         1px 1px 3px 2px #29679b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29679b


Comments

No comments written yet.

Please login to write comment.