Color Hex Logo

#297baa Color Hex

#297BAA
(41,123,170)
0 Favorites   0 Comments

Color spaces of #297baa

RGB 41123170
HSL0.560.610.41
HSV202°76°67°
CMYK 0.760.280.00   0.33
XYZ15.253117.539640.6118
Yxy17.53960.20780.2389
Hunter Lab41.8803-8.2796-28.1780
CIE-Lab48.9329-8.1703-32.0130

#297baa color RGB value is (41,123,170).

#297baa hex color red value is 41, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #297baa hue: 0.56 , saturation: 0.61 and the lightness value of 297baa is 0.41.

The process color (four color CMYK) of #297baa color hex is 0.76, 0.28, 0.00, 0.33. Web safe color of #297baa is #336699. Color #297baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111011 10101010
Octal 51 173 252
Decimal 41 123 170
Hex 29 7B AA

RGB Percentages of Color #297baa

%12.28
%36.83
%50.90

CMYK Percentages of Color #297baa

%76
%28
%0
%33

Triadic Colors of #297baa

#297baa #aa297b #7baa29

Analogous Colors of #297baa

#297baa #293baa #29aa99

Monochromatic Colors of #297baa

#297baa

Complementary Color

#297baa #aa5829

#297baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#297baa Color CSS Codes

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

#297baa Text Font Color

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

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


#297baa Background Color

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

This div background color is #297baa


#297baa Border Color

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

This div border color is #297baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,123,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #297baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #297baa;
  -webkit-box-shadow: 1px 1px 3px 2px #297baa;
  box-shadow:         1px 1px 3px 2px #297baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297baa


Comments

No comments written yet.

Please login to write comment.