Color Hex Logo

#3656ba Color Hex

#3656BA
(54,86,186)
0 Favorites   0 Comments

Color spaces of #3656ba

RGB 5486186
HSL0.630.550.47
HSV225°71°73°
CMYK 0.710.540.00   0.27
XYZ13.712010.985047.8520
Yxy10.98500.18900.1514
Hunter Lab33.143615.8467-62.4010
CIE-Lab39.555222.7730-56.2734

#3656ba color RGB value is (54,86,186).

#3656ba hex color red value is 54, green value is 86 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3656ba hue: 0.63 , saturation: 0.55 and the lightness value of 3656ba is 0.47.

The process color (four color CMYK) of #3656ba color hex is 0.71, 0.54, 0.00, 0.27. Web safe color of #3656ba is #3366cc. Color #3656ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010110 10111010
Octal 66 126 272
Decimal 54 86 186
Hex 36 56 BA

RGB Percentages of Color #3656ba

%16.56
%26.38
%57.06

CMYK Percentages of Color #3656ba

%71
%54
%0
%27

Triadic Colors of #3656ba

#3656ba #ba3656 #56ba36

Analogous Colors of #3656ba

#3656ba #5836ba #3698ba

Monochromatic Colors of #3656ba

#3656ba

Complementary Color

#3656ba #ba9a36

#3656ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3656ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3656ba Color CSS Codes

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

#3656ba Text Font Color

<p style="color:#3656ba">Text here</p>

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


#3656ba Background Color

<div style="background-color:#3656ba">
Div content here</div>

This div background color is #3656ba


#3656ba Border Color

<div style="border:3px solid #3656ba">
Div here</div>

This div border color is #3656ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,86,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3656ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3656ba;
  -webkit-box-shadow: 1px 1px 3px 2px #3656ba;
  box-shadow:         1px 1px 3px 2px #3656ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,86,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3656ba


Comments

No comments written yet.

Please login to write comment.