Color Hex Logo

#036771 Color Hex

#036771
(3,103,113)
0 Favorites   0 Comments

Color spaces of #036771

RGB 3103113
HSL0.520.950.23
HSV185°97°44°
CMYK 0.970.090.00   0.56
XYZ7.868410.912117.3143
Yxy10.91210.21800.3023
Hunter Lab33.0335-15.2908-7.9531
CIE-Lab39.4320-21.0167-12.7815

#036771 color RGB value is (3,103,113).

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

The process color (four color CMYK) of #036771 color hex is 0.97, 0.09, 0.00, 0.56. Web safe color of #036771 is #006666. Color #036771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01100111 01110001
Octal 3 147 161
Decimal 3 103 113
Hex 3 67 71

RGB Percentages of Color #036771

%1.37
%47.03
%51.60

CMYK Percentages of Color #036771

%97
%9
%0
%56

Triadic Colors of #036771

#036771 #710367 #677103

Analogous Colors of #036771

#036771 #033071 #037144

Monochromatic Colors of #036771

#036771

Complementary Color

#036771 #710d03

#036771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#036771 Color CSS Codes

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

#036771 Text Font Color

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

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


#036771 Background Color

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

This div background color is #036771


#036771 Border Color

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

This div border color is #036771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036771


Comments

No comments written yet.

Please login to write comment.