Color Hex Logo

#398bbf Color Hex

#398BBF
(57,139,191)
0 Favorites   0 Comments

Color spaces of #398bbf

RGB 57139191
HSL0.560.540.49
HSV203°70°75°
CMYK 0.700.270.00   0.25
XYZ20.323923.096752.6771
Yxy23.09670.21150.2403
Hunter Lab48.0590-8.6166-31.3460
CIE-Lab55.1718-7.7830-34.2964

#398bbf color RGB value is (57,139,191).

#398bbf hex color red value is 57, green value is 139 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #398bbf hue: 0.56 , saturation: 0.54 and the lightness value of 398bbf is 0.49.

The process color (four color CMYK) of #398bbf color hex is 0.70, 0.27, 0.00, 0.25. Web safe color of #398bbf is #3399cc. Color #398bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001011 10111111
Octal 71 213 277
Decimal 57 139 191
Hex 39 8B BF

RGB Percentages of Color #398bbf

%14.73
%35.92
%49.35

CMYK Percentages of Color #398bbf

%70
%27
%0
%25

Triadic Colors of #398bbf

#398bbf #bf398b #8bbf39

Analogous Colors of #398bbf

#398bbf #3948bf #39bfb0

Monochromatic Colors of #398bbf

#398bbf

Complementary Color

#398bbf #bf6d39

#398bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#398bbf Color CSS Codes

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

#398bbf Text Font Color

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

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


#398bbf Background Color

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

This div background color is #398bbf


#398bbf Border Color

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

This div border color is #398bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398bbf


Comments

No comments written yet.

Please login to write comment.