Color Hex Logo

#296589 Color Hex

#296589
(41,101,137)
0 Favorites   0 Comments

Color spaces of #296589

RGB 41101137
HSL0.560.540.35
HSV203°70°54°
CMYK 0.700.260.00   0.46
XYZ10.083511.584925.3716
Yxy11.58490.21440.2463
Hunter Lab34.0366-6.6826-20.3704
CIE-Lab40.5486-7.0463-25.5744

#296589 color RGB value is (41,101,137).

#296589 hex color red value is 41, green value is 101 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #296589 hue: 0.56 , saturation: 0.54 and the lightness value of 296589 is 0.35.

The process color (four color CMYK) of #296589 color hex is 0.70, 0.26, 0.00, 0.46. Web safe color of #296589 is #336699. Color #296589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100101 10001001
Octal 51 145 211
Decimal 41 101 137
Hex 29 65 89

RGB Percentages of Color #296589

%14.70
%36.20
%49.10

CMYK Percentages of Color #296589

%70
%26
%0
%46

Triadic Colors of #296589

#296589 #892965 #658929

Analogous Colors of #296589

#296589 #293589 #29897d

Monochromatic Colors of #296589

#296589

Complementary Color

#296589 #894d29

#296589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#296589 Color CSS Codes

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

#296589 Text Font Color

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

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


#296589 Background Color

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

This div background color is #296589


#296589 Border Color

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

This div border color is #296589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296589


Comments

No comments written yet.

Please login to write comment.