Color Hex Logo

#398bba Color Hex

#398BBA
(57,139,186)
0 Favorites   0 Comments

Color spaces of #398bba

RGB 57139186
HSL0.560.530.48
HSV202°69°73°
CMYK 0.690.250.00   0.27
XYZ19.782922.880349.8280
Yxy22.88030.21390.2474
Hunter Lab47.8334-9.8844-28.2790
CIE-Lab54.9488-9.4988-31.7976

#398bba color RGB value is (57,139,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001011 10111010
Octal 71 213 272
Decimal 57 139 186
Hex 39 8B BA

RGB Percentages of Color #398bba

%14.92
%36.39
%48.69

CMYK Percentages of Color #398bba

%69
%25
%0
%27

Triadic Colors of #398bba

#398bba #ba398b #8bba39

Analogous Colors of #398bba

#398bba #394bba #39baa9

Monochromatic Colors of #398bba

#398bba

Complementary Color

#398bba #ba6839

#398bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#398bba Color CSS Codes

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

#398bba Text Font Color

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

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


#398bba Background Color

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

This div background color is #398bba


#398bba Border Color

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

This div border color is #398bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398bba


Comments

No comments written yet.

Please login to write comment.