Color Hex Logo

#3974cb Color Hex

#3974CB
(57,116,203)
0 Favorites   0 Comments

Color spaces of #3974cb

RGB 57116203
HSL0.600.580.51
HSV216°72°80°
CMYK 0.720.430.00   0.20
XYZ18.712217.672458.9248
Yxy17.67240.19630.1854
Hunter Lab42.03865.8864-53.6789
CIE-Lab49.096310.2823-50.7481

#3974cb color RGB value is (57,116,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110100 11001011
Octal 71 164 313
Decimal 57 116 203
Hex 39 74 CB

RGB Percentages of Color #3974cb

%15.16
%30.85
%53.99

CMYK Percentages of Color #3974cb

%72
%43
%0
%20

Triadic Colors of #3974cb

#3974cb #cb3974 #74cb39

Analogous Colors of #3974cb

#3974cb #4739cb #39bdcb

Monochromatic Colors of #3974cb

#3974cb

Complementary Color

#3974cb #cb9039

#3974cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3974cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3974cb Color CSS Codes

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

#3974cb Text Font Color

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

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


#3974cb Background Color

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

This div background color is #3974cb


#3974cb Border Color

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

This div border color is #3974cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3974cb


Comments

No comments written yet.

Please login to write comment.