Color Hex Logo

#3563bf Color Hex

#3563BF
(53,99,191)
0 Favorites   0 Comments

Color spaces of #3563bf

RGB 5399191
HSL0.610.570.48
HSV220°72°75°
CMYK 0.720.480.00   0.25
XYZ15.334013.442251.0766
Yxy13.44220.19200.1683
Hunter Lab36.663610.4936-56.9332
CIE-Lab43.422116.0624-52.9479

#3563bf color RGB value is (53,99,191).

#3563bf hex color red value is 53, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3563bf hue: 0.61 , saturation: 0.57 and the lightness value of 3563bf is 0.48.

The process color (four color CMYK) of #3563bf color hex is 0.72, 0.48, 0.00, 0.25. Web safe color of #3563bf is #3366cc. Color #3563bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100011 10111111
Octal 65 143 277
Decimal 53 99 191
Hex 35 63 BF

RGB Percentages of Color #3563bf

%15.45
%28.86
%55.69

CMYK Percentages of Color #3563bf

%72
%48
%0
%25

Triadic Colors of #3563bf

#3563bf #bf3563 #63bf35

Analogous Colors of #3563bf

#3563bf #4c35bf #35a8bf

Monochromatic Colors of #3563bf

#3563bf

Complementary Color

#3563bf #bf9135

#3563bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3563bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3563bf Color CSS Codes

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

#3563bf Text Font Color

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

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


#3563bf Background Color

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

This div background color is #3563bf


#3563bf Border Color

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

This div border color is #3563bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3563bf


Comments

No comments written yet.

Please login to write comment.