Color Hex Logo

#3563bc Color Hex

#3563BC
(53,99,188)
0 Favorites   0 Comments

Color spaces of #3563bc

RGB 5399188
HSL0.610.560.47
HSV220°72°74°
CMYK 0.720.470.00   0.26
XYZ15.007113.311449.3553
Yxy13.31140.19320.1714
Hunter Lab36.48489.5731-54.6660
CIE-Lab43.228814.9477-51.5157

#3563bc color RGB value is (53,99,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100011 10111100
Octal 65 143 274
Decimal 53 99 188
Hex 35 63 BC

RGB Percentages of Color #3563bc

%15.59
%29.12
%55.29

CMYK Percentages of Color #3563bc

%72
%47
%0
%26

Triadic Colors of #3563bc

#3563bc #bc3563 #63bc35

Analogous Colors of #3563bc

#3563bc #4b35bc #35a7bc

Monochromatic Colors of #3563bc

#3563bc

Complementary Color

#3563bc #bc8e35

#3563bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3563bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3563bc Color CSS Codes

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

#3563bc Text Font Color

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

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


#3563bc Background Color

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

This div background color is #3563bc


#3563bc Border Color

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

This div border color is #3563bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3563bc


Comments

No comments written yet.

Please login to write comment.