Color Hex Logo

#297abb Color Hex

#297ABB
(41,122,187)
0 Favorites   0 Comments

Color spaces of #297abb

RGB 41122187
HSL0.570.640.45
HSV207°78°73°
CMYK 0.780.350.00   0.27
XYZ16.843617.978349.5961
Yxy17.97830.19950.2130
Hunter Lab42.4008-3.2929-39.6707
CIE-Lab49.4698-1.3509-41.0047

#297abb color RGB value is (41,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111010 10111011
Octal 51 172 273
Decimal 41 122 187
Hex 29 7A BB

RGB Percentages of Color #297abb

%11.71
%34.86
%53.43

CMYK Percentages of Color #297abb

%78
%35
%0
%27

Triadic Colors of #297abb

#297abb #bb297a #7abb29

Analogous Colors of #297abb

#297abb #2931bb #29bbb3

Monochromatic Colors of #297abb

#297abb

Complementary Color

#297abb #bb6a29

#297abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#297abb Color CSS Codes

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

#297abb Text Font Color

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

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


#297abb Background Color

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

This div background color is #297abb


#297abb Border Color

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

This div border color is #297abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297abb


Comments

No comments written yet.

Please login to write comment.