Color Hex Logo

#0363aa Color Hex

#0363AA
(3,99,170)
0 Favorites   0 Comments

Color spaces of #0363aa

RGB 399170
HSL0.570.970.34
HSV206°98°67°
CMYK 0.980.420.00   0.33
XYZ11.755111.845339.6970
Yxy11.84530.18570.1871
Hunter Lab34.41700.7368-44.2939
CIE-Lab40.96923.5578-44.6543

#0363aa color RGB value is (3,99,170).

#0363aa hex color red value is 3, green value is 99 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0363aa hue: 0.57 , saturation: 0.97 and the lightness value of 0363aa is 0.34.

The process color (four color CMYK) of #0363aa color hex is 0.98, 0.42, 0.00, 0.33. Web safe color of #0363aa is #006699. Color #0363aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01100011 10101010
Octal 3 143 252
Decimal 3 99 170
Hex 3 63 AA

RGB Percentages of Color #0363aa

%1.10
%36.40
%62.50

CMYK Percentages of Color #0363aa

%98
%42
%0
%33

Triadic Colors of #0363aa

#0363aa #aa0363 #63aa03

Analogous Colors of #0363aa

#0363aa #0310aa #03aa9e

Monochromatic Colors of #0363aa

#0363aa

Complementary Color

#0363aa #aa4a03

#0363aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0363aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0363aa Color CSS Codes

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

#0363aa Text Font Color

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

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


#0363aa Background Color

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

This div background color is #0363aa


#0363aa Border Color

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

This div border color is #0363aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,99,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0363aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0363aa;
  -webkit-box-shadow: 1px 1px 3px 2px #0363aa;
  box-shadow:         1px 1px 3px 2px #0363aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0363aa


Comments

No comments written yet.

Please login to write comment.