Color Hex Logo

#037caa Color Hex

#037CAA
(3,124,170)
0 Favorites   0 Comments

Color spaces of #037caa

RGB 3124170
HSL0.550.970.34
HSV197°98°67°
CMYK 0.980.270.00   0.33
XYZ14.500917.336940.6123
Yxy17.33690.20020.2393
Hunter Lab41.6376-10.7006-28.6837
CIE-Lab48.6818-11.6300-32.4466

#037caa color RGB value is (3,124,170).

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

The process color (four color CMYK) of #037caa color hex is 0.98, 0.27, 0.00, 0.33. Web safe color of #037caa is #006699. Color #037caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01111100 10101010
Octal 3 174 252
Decimal 3 124 170
Hex 3 7C AA

RGB Percentages of Color #037caa

%1.01
%41.75
%57.24

CMYK Percentages of Color #037caa

%98
%27
%0
%33

Triadic Colors of #037caa

#037caa #aa037c #7caa03

Analogous Colors of #037caa

#037caa #0328aa #03aa85

Monochromatic Colors of #037caa

#037caa

Complementary Color

#037caa #aa3103

#037caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#037caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#037caa Color CSS Codes

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

#037caa Text Font Color

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

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


#037caa Background Color

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

This div background color is #037caa


#037caa Border Color

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

This div border color is #037caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #037caa


Comments

No comments written yet.

Please login to write comment.