Color Hex Logo

#036576 Color Hex

#036576
(3,101,118)
0 Favorites   0 Comments

Color spaces of #036576

RGB 3101118
HSL0.520.950.24
HSV189°97°46°
CMYK 0.970.140.00   0.54
XYZ7.961210.634718.7726
Yxy10.63470.21300.2846
Hunter Lab32.6109-13.4924-11.3029
CIE-Lab38.9583-18.1213-16.5588

#036576 color RGB value is (3,101,118).

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

The process color (four color CMYK) of #036576 color hex is 0.97, 0.14, 0.00, 0.54. Web safe color of #036576 is #006666. Color #036576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01100101 01110110
Octal 3 145 166
Decimal 3 101 118
Hex 3 65 76

RGB Percentages of Color #036576

%1.35
%45.50
%53.15

CMYK Percentages of Color #036576

%97
%14
%0
%54

Triadic Colors of #036576

#036576 #760365 #657603

Analogous Colors of #036576

#036576 #032c76 #03764e

Monochromatic Colors of #036576

#036576

Complementary Color

#036576 #761403

#036576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#036576 Color CSS Codes

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

#036576 Text Font Color

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

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


#036576 Background Color

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

This div background color is #036576


#036576 Border Color

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

This div border color is #036576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036576


Comments

No comments written yet.

Please login to write comment.