Color Hex Logo

#036eaf Color Hex

#036EAF
(3,110,175)
0 Favorites   0 Comments

Color spaces of #036eaf

RGB 3110175
HSL0.560.970.35
HSV203°98°69°
CMYK 0.980.370.00   0.31
XYZ13.351314.266442.6074
Yxy14.26640.19010.2032
Hunter Lab37.7709-3.0027-40.4424
CIE-Lab44.6126-1.3459-41.7823

#036eaf color RGB value is (3,110,175).

#036eaf hex color red value is 3, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #036eaf hue: 0.56 , saturation: 0.97 and the lightness value of 036eaf is 0.35.

The process color (four color CMYK) of #036eaf color hex is 0.98, 0.37, 0.00, 0.31. Web safe color of #036eaf is #006699. Color #036eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101110 10101111
Octal 3 156 257
Decimal 3 110 175
Hex 3 6E AF

RGB Percentages of Color #036eaf

%1.04
%38.19
%60.76

CMYK Percentages of Color #036eaf

%98
%37
%0
%31

Triadic Colors of #036eaf

#036eaf #af036e #6eaf03

Analogous Colors of #036eaf

#036eaf #0318af #03af9a

Monochromatic Colors of #036eaf

#036eaf

Complementary Color

#036eaf #af4403

#036eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#036eaf Color CSS Codes

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

#036eaf Text Font Color

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

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


#036eaf Background Color

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

This div background color is #036eaf


#036eaf Border Color

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

This div border color is #036eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,110,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #036eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #036eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #036eaf;
  box-shadow:         1px 1px 3px 2px #036eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036eaf


Comments

No comments written yet.

Please login to write comment.