Color Hex Logo

#3640ba Color Hex

#3640BA
(54,64,186)
0 Favorites   0 Comments

Color spaces of #3640ba

RGB 5464186
HSL0.650.550.47
HSV235°71°73°
CMYK 0.710.660.00   0.27
XYZ12.21767.996247.3539
Yxy7.99620.18080.1183
Hunter Lab28.277627.6370-79.4934
CIE-Lab33.975036.9305-65.3651

#3640ba color RGB value is (54,64,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000000 10111010
Octal 66 100 272
Decimal 54 64 186
Hex 36 40 BA

RGB Percentages of Color #3640ba

%17.76
%21.05
%61.18

CMYK Percentages of Color #3640ba

%71
%66
%0
%27

Triadic Colors of #3640ba

#3640ba #ba3640 #40ba36

Analogous Colors of #3640ba

#3640ba #6e36ba #3682ba

Monochromatic Colors of #3640ba

#3640ba

Complementary Color

#3640ba #bab036

#3640ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3640ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3640ba Color CSS Codes

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

#3640ba Text Font Color

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

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


#3640ba Background Color

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

This div background color is #3640ba


#3640ba Border Color

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

This div border color is #3640ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,64,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 #3640ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3640ba


Comments

No comments written yet.

Please login to write comment.