Color Hex Logo

#297995 Color Hex

#297995
(41,121,149)
0 Favorites   0 Comments

Color spaces of #297995

RGB 41121149
HSL0.540.570.37
HSV196°72°58°
CMYK 0.720.190.00   0.42
XYZ13.176616.316130.8886
Yxy16.31610.21820.2702
Hunter Lab40.3932-12.4599-17.0637
CIE-Lab47.3865-14.4411-22.1273

#297995 color RGB value is (41,121,149).

#297995 hex color red value is 41, green value is 121 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #297995 hue: 0.54 , saturation: 0.57 and the lightness value of 297995 is 0.37.

The process color (four color CMYK) of #297995 color hex is 0.72, 0.19, 0.00, 0.42. Web safe color of #297995 is #336699. Color #297995 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111001 10010101
Octal 51 171 225
Decimal 41 121 149
Hex 29 79 95

RGB Percentages of Color #297995

%13.18
%38.91
%47.91

CMYK Percentages of Color #297995

%72
%19
%0
%42

Triadic Colors of #297995

#297995 #952979 #799529

Analogous Colors of #297995

#297995 #294395 #29957b

Monochromatic Colors of #297995

#297995

Complementary Color

#297995 #954529

#297995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297995 Color CSS Codes

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

#297995 Text Font Color

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

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


#297995 Background Color

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

This div background color is #297995


#297995 Border Color

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

This div border color is #297995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297995


Comments

No comments written yet.

Please login to write comment.