Color Hex Logo

#3990ba Color Hex

#3990BA
(57,144,186)
0 Favorites   0 Comments

Color spaces of #3990ba

RGB 57144186
HSL0.550.530.48
HSV200°69°73°
CMYK 0.690.230.00   0.27
XYZ20.523524.361550.0749
Yxy24.36150.21610.2565
Hunter Lab49.3574-12.1525-25.6018
CIE-Lab56.4479-12.3080-29.4670

#3990ba color RGB value is (57,144,186).

#3990ba hex color red value is 57, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3990ba hue: 0.55 , saturation: 0.53 and the lightness value of 3990ba is 0.48.

The process color (four color CMYK) of #3990ba color hex is 0.69, 0.23, 0.00, 0.27. Web safe color of #3990ba is #3399cc. Color #3990ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010000 10111010
Octal 71 220 272
Decimal 57 144 186
Hex 39 90 BA

RGB Percentages of Color #3990ba

%14.73
%37.21
%48.06

CMYK Percentages of Color #3990ba

%69
%23
%0
%27

Triadic Colors of #3990ba

#3990ba #ba3990 #90ba39

Analogous Colors of #3990ba

#3990ba #394fba #39baa4

Monochromatic Colors of #3990ba

#3990ba

Complementary Color

#3990ba #ba6339

#3990ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3990ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3990ba Color CSS Codes

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

#3990ba Text Font Color

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

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


#3990ba Background Color

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

This div background color is #3990ba


#3990ba Border Color

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

This div border color is #3990ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3990ba


Comments

No comments written yet.

Please login to write comment.