Color Hex Logo

#3565aa Color Hex

#3565AA
(53,101,170)
0 Favorites   0 Comments

Color spaces of #3565aa

RGB 53101170
HSL0.600.520.44
HSV215°69°67°
CMYK 0.690.410.00   0.33
XYZ13.377612.966539.8279
Yxy12.96650.20220.1960
Hunter Lab36.00903.2982-40.3716
CIE-Lab42.71277.0137-41.8051

#3565aa color RGB value is (53,101,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100101 10101010
Octal 65 145 252
Decimal 53 101 170
Hex 35 65 AA

RGB Percentages of Color #3565aa

%16.36
%31.17
%52.47

CMYK Percentages of Color #3565aa

%69
%41
%0
%33

Triadic Colors of #3565aa

#3565aa #aa3565 #65aa35

Analogous Colors of #3565aa

#3565aa #3f35aa #35a0aa

Monochromatic Colors of #3565aa

#3565aa

Complementary Color

#3565aa #aa7a35

#3565aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3565aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3565aa Color CSS Codes

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

#3565aa Text Font Color

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

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


#3565aa Background Color

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

This div background color is #3565aa


#3565aa Border Color

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

This div border color is #3565aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3565aa


Comments

No comments written yet.

Please login to write comment.