Color Hex Logo

#2973ba Color Hex

#2973BA
(41,115,186)
0 Favorites   0 Comments

Color spaces of #2973ba

RGB 41115186
HSL0.580.640.45
HSV209°78°73°
CMYK 0.780.380.00   0.27
XYZ15.908116.278148.7579
Yxy16.27810.19650.2011
Hunter Lab40.3461-0.2248-43.4091
CIE-Lab47.33732.5422-43.8097

#2973ba color RGB value is (41,115,186).

#2973ba hex color red value is 41, green value is 115 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2973ba hue: 0.58 , saturation: 0.64 and the lightness value of 2973ba is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110011 10111010
Octal 51 163 272
Decimal 41 115 186
Hex 29 73 BA

RGB Percentages of Color #2973ba

%11.99
%33.63
%54.39

CMYK Percentages of Color #2973ba

%78
%38
%0
%27

Triadic Colors of #2973ba

#2973ba #ba2973 #73ba29

Analogous Colors of #2973ba

#2973ba #292aba #29bab9

Monochromatic Colors of #2973ba

#2973ba

Complementary Color

#2973ba #ba7029

#2973ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2973ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2973ba Color CSS Codes

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

#2973ba Text Font Color

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

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


#2973ba Background Color

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

This div background color is #2973ba


#2973ba Border Color

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

This div border color is #2973ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2973ba


Comments

No comments written yet.

Please login to write comment.