Color Hex Logo

#398491 Color Hex

#398491
(57,132,145)
0 Favorites   0 Comments

Color spaces of #398491

RGB 57132145
HSL0.520.440.40
HSV189°61°57°
CMYK 0.610.090.00   0.43
XYZ15.049419.416729.7427
Yxy19.41670.23440.3024
Hunter Lab44.0644-16.1492-9.1747
CIE-Lab51.1712-19.0333-13.9563

#398491 color RGB value is (57,132,145).

#398491 hex color red value is 57, green value is 132 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #398491 hue: 0.52 , saturation: 0.44 and the lightness value of 398491 is 0.40.

The process color (four color CMYK) of #398491 color hex is 0.61, 0.09, 0.00, 0.43. Web safe color of #398491 is #339999. Color #398491 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000100 10010001
Octal 71 204 221
Decimal 57 132 145
Hex 39 84 91

RGB Percentages of Color #398491

%17.07
%39.52
%43.41

CMYK Percentages of Color #398491

%61
%9
%0
%43

Triadic Colors of #398491

#398491 #913984 #849139

Analogous Colors of #398491

#398491 #395891 #399172

Monochromatic Colors of #398491

#398491

Complementary Color

#398491 #914639

#398491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#398491 Color CSS Codes

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

#398491 Text Font Color

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

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


#398491 Background Color

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

This div background color is #398491


#398491 Border Color

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

This div border color is #398491


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,132,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398491; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398491;
  -webkit-box-shadow: 1px 1px 3px 2px #398491;
  box-shadow:         1px 1px 3px 2px #398491; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398491


Comments

No comments written yet.

Please login to write comment.