Color Hex Logo

#297195 Color Hex

#297195
(41,113,149)
0 Favorites   0 Comments

Color spaces of #297195

RGB 41113149
HSL0.560.570.37
HSV200°72°58°
CMYK 0.720.240.00   0.42
XYZ12.244414.451630.5779
Yxy14.45160.21380.2523
Hunter Lab38.0153-9.0333-21.0797
CIE-Lab44.8737-9.8626-26.0175

#297195 color RGB value is (41,113,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110001 10010101
Octal 51 161 225
Decimal 41 113 149
Hex 29 71 95

RGB Percentages of Color #297195

%13.53
%37.29
%49.17

CMYK Percentages of Color #297195

%72
%24
%0
%42

Triadic Colors of #297195

#297195 #952971 #719529

Analogous Colors of #297195

#297195 #293b95 #299583

Monochromatic Colors of #297195

#297195

Complementary Color

#297195 #954d29

#297195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297195 Color CSS Codes

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

#297195 Text Font Color

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

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


#297195 Background Color

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

This div background color is #297195


#297195 Border Color

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

This div border color is #297195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297195


Comments

No comments written yet.

Please login to write comment.