Color Hex Logo

#3564ff Color Hex

#3564FF
(53,100,255)
0 Favorites   0 Comments

Color spaces of #3564ff

RGB 53100255
HSL0.631.000.60
HSV226°79°100°
CMYK 0.790.610.00   0.00
XYZ24.075417.091296.6378
Yxy17.09120.17470.1240
Hunter Lab41.341531.6026-109.6542
CIE-Lab48.374738.8828-81.2115

#3564ff color RGB value is (53,100,255).

#3564ff hex color red value is 53, green value is 100 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3564ff hue: 0.63 , saturation: 1.00 and the lightness value of 3564ff is 0.60.

The process color (four color CMYK) of #3564ff color hex is 0.79, 0.61, 0.00, 0.00. Web safe color of #3564ff is #3366ff. Color #3564ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100100 11111111
Octal 65 144 377
Decimal 53 100 255
Hex 35 64 FF

RGB Percentages of Color #3564ff

%12.99
%24.51
%62.50

CMYK Percentages of Color #3564ff

%79
%61
%0
%0

Triadic Colors of #3564ff

#3564ff #ff3564 #64ff35

Analogous Colors of #3564ff

#3564ff #6b35ff #35c9ff

Monochromatic Colors of #3564ff

#3564ff

Complementary Color

#3564ff #ffd035

#3564ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3564ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3564ff Color CSS Codes

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

#3564ff Text Font Color

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

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


#3564ff Background Color

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

This div background color is #3564ff


#3564ff Border Color

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

This div border color is #3564ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3564ff

Related Colors


Comments

No comments written yet.

Please login to write comment.