Color Hex Logo

#296370 Color Hex

#296370
(41,99,112)
0 Favorites   0 Comments

Color spaces of #296370

RGB 4199112
HSL0.530.460.30
HSV191°63°44°
CMYK 0.630.120.00   0.56
XYZ8.300910.564916.9310
Yxy10.56490.23190.2951
Hunter Lab32.5037-11.2955-8.1313
CIE-Lab38.8378-14.5336-13.0006

#296370 color RGB value is (41,99,112).

#296370 hex color red value is 41, green value is 99 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #296370 hue: 0.53 , saturation: 0.46 and the lightness value of 296370 is 0.30.

The process color (four color CMYK) of #296370 color hex is 0.63, 0.12, 0.00, 0.56. Web safe color of #296370 is #336666. Color #296370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100011 01110000
Octal 51 143 160
Decimal 41 99 112
Hex 29 63 70

RGB Percentages of Color #296370

%16.27
%39.29
%44.44

CMYK Percentages of Color #296370

%63
%12
%0
%56

Triadic Colors of #296370

#296370 #702963 #637029

Analogous Colors of #296370

#296370 #294070 #29705a

Monochromatic Colors of #296370

#296370

Complementary Color

#296370 #703629

#296370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#296370 Color CSS Codes

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

#296370 Text Font Color

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

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


#296370 Background Color

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

This div background color is #296370


#296370 Border Color

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

This div border color is #296370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296370


Comments

No comments written yet.

Please login to write comment.