Color Hex Logo

#297390 Color Hex

#297390
(41,115,144)
0 Favorites   0 Comments

Color spaces of #297390

RGB 41115144
HSL0.550.560.36
HSV197°72°56°
CMYK 0.720.200.00   0.44
XYZ12.079214.746528.5953
Yxy14.74650.21800.2661
Hunter Lab38.4012-11.0544-17.2693
CIE-Lab45.2850-12.7762-22.4143

#297390 color RGB value is (41,115,144).

#297390 hex color red value is 41, green value is 115 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #297390 hue: 0.55 , saturation: 0.56 and the lightness value of 297390 is 0.36.

The process color (four color CMYK) of #297390 color hex is 0.72, 0.20, 0.00, 0.44. Web safe color of #297390 is #336699. Color #297390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110011 10010000
Octal 51 163 220
Decimal 41 115 144
Hex 29 73 90

RGB Percentages of Color #297390

%13.67
%38.33
%48.00

CMYK Percentages of Color #297390

%72
%20
%0
%44

Triadic Colors of #297390

#297390 #902973 #739029

Analogous Colors of #297390

#297390 #294090 #29907a

Monochromatic Colors of #297390

#297390

Complementary Color

#297390 #904629

#297390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297390 Color CSS Codes

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

#297390 Text Font Color

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

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


#297390 Background Color

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

This div background color is #297390


#297390 Border Color

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

This div border color is #297390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297390


Comments

No comments written yet.

Please login to write comment.