Color Hex Logo

#036aad Color Hex

#036AAD
(3,106,173)
0 Favorites   0 Comments

Color spaces of #036aad

RGB 3106173
HSL0.570.970.35
HSV204°98°68°
CMYK 0.980.390.00   0.32
XYZ12.734413.344641.4397
Yxy13.34460.18860.1976
Hunter Lab36.5303-1.7031-41.6870
CIE-Lab43.27790.3404-42.7346

#036aad color RGB value is (3,106,173).

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

The process color (four color CMYK) of #036aad color hex is 0.98, 0.39, 0.00, 0.32. Web safe color of #036aad is #006699. Color #036aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101010 10101101
Octal 3 152 255
Decimal 3 106 173
Hex 3 6A AD

RGB Percentages of Color #036aad

%1.06
%37.59
%61.35

CMYK Percentages of Color #036aad

%98
%39
%0
%32

Triadic Colors of #036aad

#036aad #ad036a #6aad03

Analogous Colors of #036aad

#036aad #0315ad #03ad9b

Monochromatic Colors of #036aad

#036aad

Complementary Color

#036aad #ad4603

#036aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#036aad Color CSS Codes

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

#036aad Text Font Color

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

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


#036aad Background Color

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

This div background color is #036aad


#036aad Border Color

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

This div border color is #036aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036aad

#036aad Color Palettes


Comments

No comments written yet.

Please login to write comment.