Color Hex Logo

#0361ad Color Hex

#0361AD
(3,97,173)
0 Favorites   0 Comments

Color spaces of #0361ad

RGB 397173
HSL0.570.970.35
HSV207°98°68°
CMYK 0.980.440.00   0.32
XYZ11.855111.585941.1466
Yxy11.58590.18360.1794
Hunter Lab34.03812.6031-47.8455
CIE-Lab40.55036.0680-47.0950

#0361ad color RGB value is (3,97,173).

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

The process color (four color CMYK) of #0361ad color hex is 0.98, 0.44, 0.00, 0.32. Web safe color of #0361ad is #006699. Color #0361ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01100001 10101101
Octal 3 141 255
Decimal 3 97 173
Hex 3 61 AD

RGB Percentages of Color #0361ad

%1.10
%35.53
%63.37

CMYK Percentages of Color #0361ad

%98
%44
%0
%32

Triadic Colors of #0361ad

#0361ad #ad0361 #61ad03

Analogous Colors of #0361ad

#0361ad #030cad #03ada4

Monochromatic Colors of #0361ad

#0361ad

Complementary Color

#0361ad #ad4f03

#0361ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0361ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0361ad Color CSS Codes

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

#0361ad Text Font Color

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

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


#0361ad Background Color

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

This div background color is #0361ad


#0361ad Border Color

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

This div border color is #0361ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,97,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 #0361ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0361ad


Comments

No comments written yet.

Please login to write comment.