Color Hex Logo

#3966bc Color Hex

#3966BC
(57,102,188)
0 Favorites   0 Comments

Color spaces of #3966bc

RGB 57102188
HSL0.610.530.48
HSV219°70°74°
CMYK 0.700.460.00   0.26
XYZ15.515814.003449.4621
Yxy14.00340.19640.1773
Hunter Lab37.42118.5239-52.1729
CIE-Lab44.237813.6180-49.8866

#3966bc color RGB value is (57,102,188).

#3966bc hex color red value is 57, green value is 102 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3966bc hue: 0.61 , saturation: 0.53 and the lightness value of 3966bc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100110 10111100
Octal 71 146 274
Decimal 57 102 188
Hex 39 66 BC

RGB Percentages of Color #3966bc

%16.43
%29.39
%54.18

CMYK Percentages of Color #3966bc

%70
%46
%0
%26

Triadic Colors of #3966bc

#3966bc #bc3966 #66bc39

Analogous Colors of #3966bc

#3966bc #4e39bc #39a8bc

Monochromatic Colors of #3966bc

#3966bc

Complementary Color

#3966bc #bc8f39

#3966bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3966bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3966bc Color CSS Codes

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

#3966bc Text Font Color

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

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


#3966bc Background Color

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

This div background color is #3966bc


#3966bc Border Color

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

This div border color is #3966bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,102,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 #3966bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3966bc


Comments

No comments written yet.

Please login to write comment.