Color Hex Logo

#297296 Color Hex

#297296
(41,114,150)
0 Favorites   0 Comments

Color spaces of #297296

RGB 41114150
HSL0.560.570.37
HSV200°73°59°
CMYK 0.730.240.00   0.41
XYZ12.436814.708131.0376
Yxy14.70810.21380.2528
Hunter Lab38.3511-9.2292-21.1376
CIE-Lab45.2318-10.0900-26.0533

#297296 color RGB value is (41,114,150).

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

The process color (four color CMYK) of #297296 color hex is 0.73, 0.24, 0.00, 0.41. Web safe color of #297296 is #336699. Color #297296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110010 10010110
Octal 51 162 226
Decimal 41 114 150
Hex 29 72 96

RGB Percentages of Color #297296

%13.44
%37.38
%49.18

CMYK Percentages of Color #297296

%73
%24
%0
%41

Triadic Colors of #297296

#297296 #962972 #729629

Analogous Colors of #297296

#297296 #293c96 #299684

Monochromatic Colors of #297296

#297296

Complementary Color

#297296 #964d29

#297296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297296 Color CSS Codes

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

#297296 Text Font Color

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

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


#297296 Background Color

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

This div background color is #297296


#297296 Border Color

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

This div border color is #297296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297296


Comments

No comments written yet.

Please login to write comment.