Color Hex Logo

#037aae Color Hex

#037AAE
(3,122,174)
0 Favorites   0 Comments

Color spaces of #037aae

RGB 3122174
HSL0.550.970.35
HSV198°98°68°
CMYK 0.980.300.00   0.32
XYZ14.637116.994442.5532
Yxy16.99440.19730.2291
Hunter Lab41.2243-8.7642-32.3443
CIE-Lab48.2530-8.9479-35.4437

#037aae color RGB value is (3,122,174).

#037aae hex color red value is 3, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #037aae hue: 0.55 , saturation: 0.97 and the lightness value of 037aae is 0.35.

The process color (four color CMYK) of #037aae color hex is 0.98, 0.30, 0.00, 0.32. Web safe color of #037aae is #006699. Color #037aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01111010 10101110
Octal 3 172 256
Decimal 3 122 174
Hex 3 7A AE

RGB Percentages of Color #037aae

%1.00
%40.80
%58.19

CMYK Percentages of Color #037aae

%98
%30
%0
%32

Triadic Colors of #037aae

#037aae #ae037a #7aae03

Analogous Colors of #037aae

#037aae #0324ae #03ae8d

Monochromatic Colors of #037aae

#037aae

Complementary Color

#037aae #ae3703

#037aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#037aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#037aae Color CSS Codes

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

#037aae Text Font Color

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

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


#037aae Background Color

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

This div background color is #037aae


#037aae Border Color

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

This div border color is #037aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,122,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #037aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #037aae;
  -webkit-box-shadow: 1px 1px 3px 2px #037aae;
  box-shadow:         1px 1px 3px 2px #037aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,122,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #037aae


Comments

No comments written yet.

Please login to write comment.