Color Hex Logo

#3563aa Color Hex

#3563AA
(53,99,170)
0 Favorites   0 Comments

Color spaces of #3563aa

RGB 5399170
HSL0.600.520.44
HSV216°69°67°
CMYK 0.690.420.00   0.33
XYZ13.185712.582839.7640
Yxy12.58280.20120.1920
Hunter Lab35.47224.2754-41.6329
CIE-Lab42.12788.2854-42.7371

#3563aa color RGB value is (53,99,170).

#3563aa hex color red value is 53, green value is 99 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3563aa hue: 0.60 , saturation: 0.52 and the lightness value of 3563aa is 0.44.

The process color (four color CMYK) of #3563aa color hex is 0.69, 0.42, 0.00, 0.33. Web safe color of #3563aa is #336699. Color #3563aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100011 10101010
Octal 65 143 252
Decimal 53 99 170
Hex 35 63 AA

RGB Percentages of Color #3563aa

%16.46
%30.75
%52.80

CMYK Percentages of Color #3563aa

%69
%42
%0
%33

Triadic Colors of #3563aa

#3563aa #aa3563 #63aa35

Analogous Colors of #3563aa

#3563aa #4135aa #359eaa

Monochromatic Colors of #3563aa

#3563aa

Complementary Color

#3563aa #aa7c35

#3563aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3563aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3563aa Color CSS Codes

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

#3563aa Text Font Color

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

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


#3563aa Background Color

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

This div background color is #3563aa


#3563aa Border Color

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

This div border color is #3563aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,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 #3563aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3563aa


Comments

No comments written yet.

Please login to write comment.