Color Hex Logo

#3978cb Color Hex

#3978CB
(57,120,203)
0 Favorites   0 Comments

Color spaces of #3978cb

RGB 57120203
HSL0.590.580.51
HSV214°72°80°
CMYK 0.720.410.00   0.20
XYZ19.183318.614659.0818
Yxy18.61460.19800.1921
Hunter Lab43.14463.8629-50.9898
CIE-Lab50.23327.8027-48.9325

#3978cb color RGB value is (57,120,203).

#3978cb hex color red value is 57, green value is 120 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3978cb hue: 0.59 , saturation: 0.58 and the lightness value of 3978cb is 0.51.

The process color (four color CMYK) of #3978cb color hex is 0.72, 0.41, 0.00, 0.20. Web safe color of #3978cb is #3366cc. Color #3978cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111000 11001011
Octal 71 170 313
Decimal 57 120 203
Hex 39 78 CB

RGB Percentages of Color #3978cb

%15.00
%31.58
%53.42

CMYK Percentages of Color #3978cb

%72
%41
%0
%20

Triadic Colors of #3978cb

#3978cb #cb3978 #78cb39

Analogous Colors of #3978cb

#3978cb #4339cb #39c1cb

Monochromatic Colors of #3978cb

#3978cb

Complementary Color

#3978cb #cb8c39

#3978cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3978cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3978cb Color CSS Codes

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

#3978cb Text Font Color

<p style="color:#3978cb">Text here</p>

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


#3978cb Background Color

<div style="background-color:#3978cb">
Div content here</div>

This div background color is #3978cb


#3978cb Border Color

<div style="border:3px solid #3978cb">
Div here</div>

This div border color is #3978cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,120,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3978cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3978cb;
  -webkit-box-shadow: 1px 1px 3px 2px #3978cb;
  box-shadow:         1px 1px 3px 2px #3978cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,120,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3978cb


Comments

No comments written yet.

Please login to write comment.