Color Hex Logo

#398aaf Color Hex

#398AAF
(57,138,175)
0 Favorites   0 Comments

Color spaces of #398aaf

RGB 57138175
HSL0.550.510.45
HSV199°67°69°
CMYK 0.670.210.00   0.31
XYZ18.513722.142043.8555
Yxy22.14200.21910.2620
Hunter Lab47.0553-12.1167-22.3195
CIE-Lab54.1773-12.6508-26.7060

#398aaf color RGB value is (57,138,175).

#398aaf hex color red value is 57, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #398aaf hue: 0.55 , saturation: 0.51 and the lightness value of 398aaf is 0.45.

The process color (four color CMYK) of #398aaf color hex is 0.67, 0.21, 0.00, 0.31. Web safe color of #398aaf is #339999. Color #398aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001010 10101111
Octal 71 212 257
Decimal 57 138 175
Hex 39 8A AF

RGB Percentages of Color #398aaf

%15.41
%37.30
%47.30

CMYK Percentages of Color #398aaf

%67
%21
%0
%31

Triadic Colors of #398aaf

#398aaf #af398a #8aaf39

Analogous Colors of #398aaf

#398aaf #394faf #39af99

Monochromatic Colors of #398aaf

#398aaf

Complementary Color

#398aaf #af5e39

#398aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#398aaf Color CSS Codes

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

#398aaf Text Font Color

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

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


#398aaf Background Color

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

This div background color is #398aaf


#398aaf Border Color

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

This div border color is #398aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,138,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #398aaf;
  box-shadow:         1px 1px 3px 2px #398aaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398aaf


Comments

No comments written yet.

Please login to write comment.