Color Hex Logo

#3564dc Color Hex

#3564DC
(53,100,220)
0 Favorites   0 Comments

Color spaces of #3564dc

RGB 53100220
HSL0.620.700.54
HSV223°76°86°
CMYK 0.760.550.00   0.14
XYZ18.943615.038569.6144
Yxy15.03850.18290.1452
Hunter Lab38.779519.3323-79.2878
CIE-Lab45.686926.1723-65.9398

#3564dc color RGB value is (53,100,220).

#3564dc hex color red value is 53, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3564dc hue: 0.62 , saturation: 0.70 and the lightness value of 3564dc is 0.54.

The process color (four color CMYK) of #3564dc color hex is 0.76, 0.55, 0.00, 0.14. Web safe color of #3564dc is #3366cc. Color #3564dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100100 11011100
Octal 65 144 334
Decimal 53 100 220
Hex 35 64 DC

RGB Percentages of Color #3564dc

%14.21
%26.81
%58.98

CMYK Percentages of Color #3564dc

%76
%55
%0
%14

Triadic Colors of #3564dc

#3564dc #dc3564 #64dc35

Analogous Colors of #3564dc

#3564dc #5935dc #35b8dc

Monochromatic Colors of #3564dc

#3564dc

Complementary Color

#3564dc #dcad35

#3564dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3564dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3564dc Color CSS Codes

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

#3564dc Text Font Color

<p style="color:#3564dc">Text here</p>

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


#3564dc Background Color

<div style="background-color:#3564dc">
Div content here</div>

This div background color is #3564dc


#3564dc Border Color

<div style="border:3px solid #3564dc">
Div here</div>

This div border color is #3564dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,100,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3564dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3564dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3564dc;
  box-shadow:         1px 1px 3px 2px #3564dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,100,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3564dc


Comments

No comments written yet.

Please login to write comment.