Color Hex Logo

#3972ab Color Hex

#3972AB
(57,114,171)
0 Favorites   0 Comments

Color spaces of #3972ab

RGB 57114171
HSL0.580.500.45
HSV210°67°67°
CMYK 0.670.330.00   0.33
XYZ15.055315.844840.7929
Yxy15.84480.21000.2210
Hunter Lab39.8055-2.1472-32.8968
CIE-Lab46.7702-0.0282-35.9554

#3972ab color RGB value is (57,114,171).

#3972ab hex color red value is 57, green value is 114 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3972ab hue: 0.58 , saturation: 0.50 and the lightness value of 3972ab is 0.45.

The process color (four color CMYK) of #3972ab color hex is 0.67, 0.33, 0.00, 0.33. Web safe color of #3972ab is #336699. Color #3972ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110010 10101011
Octal 71 162 253
Decimal 57 114 171
Hex 39 72 AB

RGB Percentages of Color #3972ab

%16.67
%33.33
%50.00

CMYK Percentages of Color #3972ab

%67
%33
%0
%33

Triadic Colors of #3972ab

#3972ab #ab3972 #72ab39

Analogous Colors of #3972ab

#3972ab #3939ab #39abab

Monochromatic Colors of #3972ab

#3972ab

Complementary Color

#3972ab #ab7239

#3972ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3972ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3972ab Color CSS Codes

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

#3972ab Text Font Color

<p style="color:#3972ab">Text here</p>

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


#3972ab Background Color

<div style="background-color:#3972ab">
Div content here</div>

This div background color is #3972ab


#3972ab Border Color

<div style="border:3px solid #3972ab">
Div here</div>

This div border color is #3972ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,114,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3972ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3972ab;
  -webkit-box-shadow: 1px 1px 3px 2px #3972ab;
  box-shadow:         1px 1px 3px 2px #3972ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3972ab


Comments

No comments written yet.

Please login to write comment.