Color Hex Logo

#297cbb Color Hex

#297CBB
(41,124,187)
0 Favorites   0 Comments

Color spaces of #297cbb

RGB 41124187
HSL0.570.640.45
HSV206°78°73°
CMYK 0.780.340.00   0.27
XYZ17.091718.474649.6788
Yxy18.47460.20050.2167
Hunter Lab42.9821-4.2387-38.4401
CIE-Lab50.0668-2.5519-40.0609

#297cbb color RGB value is (41,124,187).

#297cbb hex color red value is 41, green value is 124 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #297cbb hue: 0.57 , saturation: 0.64 and the lightness value of 297cbb is 0.45.

The process color (four color CMYK) of #297cbb color hex is 0.78, 0.34, 0.00, 0.27. Web safe color of #297cbb is #3366cc. Color #297cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111100 10111011
Octal 51 174 273
Decimal 41 124 187
Hex 29 7C BB

RGB Percentages of Color #297cbb

%11.65
%35.23
%53.13

CMYK Percentages of Color #297cbb

%78
%34
%0
%27

Triadic Colors of #297cbb

#297cbb #bb297c #7cbb29

Analogous Colors of #297cbb

#297cbb #2933bb #29bbb1

Monochromatic Colors of #297cbb

#297cbb

Complementary Color

#297cbb #bb6829

#297cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#297cbb Color CSS Codes

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

#297cbb Text Font Color

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

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


#297cbb Background Color

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

This div background color is #297cbb


#297cbb Border Color

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

This div border color is #297cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297cbb


Comments

No comments written yet.

Please login to write comment.