Color Hex Logo

#037581 Color Hex

#037581
(3,117,129)
0 Favorites   0 Comments

Color spaces of #037581

RGB 3117129
HSL0.520.950.26
HSV186°98°51°
CMYK 0.980.090.00   0.49
XYZ10.361314.326922.9882
Yxy14.32690.21730.3005
Hunter Lab37.8509-17.3765-9.5133
CIE-Lab44.6981-22.7781-14.4389

#037581 color RGB value is (3,117,129).

#037581 hex color red value is 3, green value is 117 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #037581 hue: 0.52 , saturation: 0.95 and the lightness value of 037581 is 0.26.

The process color (four color CMYK) of #037581 color hex is 0.98, 0.09, 0.00, 0.49. Web safe color of #037581 is #006699. Color #037581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01110101 10000001
Octal 3 165 201
Decimal 3 117 129
Hex 3 75 81

RGB Percentages of Color #037581

%1.20
%46.99
%51.81

CMYK Percentages of Color #037581

%98
%9
%0
%49

Triadic Colors of #037581

#037581 #810375 #758103

Analogous Colors of #037581

#037581 #033681 #03814e

Monochromatic Colors of #037581

#037581

Complementary Color

#037581 #810f03

#037581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#037581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#037581 Color CSS Codes

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

#037581 Text Font Color

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

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


#037581 Background Color

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

This div background color is #037581


#037581 Border Color

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

This div border color is #037581


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,117,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #037581; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #037581;
  -webkit-box-shadow: 1px 1px 3px 2px #037581;
  box-shadow:         1px 1px 3px 2px #037581; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #037581


Comments

No comments written yet.

Please login to write comment.