Color Hex Logo

#396dba Color Hex

#396DBA
(57,109,186)
0 Favorites   0 Comments

Color spaces of #396dba

RGB 57109186
HSL0.600.530.48
HSV216°69°73°
CMYK 0.690.410.00   0.27
XYZ16.018915.352348.5734
Yxy15.35230.20040.1920
Hunter Lab39.18204.4082-46.0736
CIE-Lab46.11308.4574-45.7272

#396dba color RGB value is (57,109,186).

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

The process color (four color CMYK) of #396dba color hex is 0.69, 0.41, 0.00, 0.27. Web safe color of #396dba is #3366cc. Color #396dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 10111010
Octal 71 155 272
Decimal 57 109 186
Hex 39 6D BA

RGB Percentages of Color #396dba

%16.19
%30.97
%52.84

CMYK Percentages of Color #396dba

%69
%41
%0
%27

Triadic Colors of #396dba

#396dba #ba396d #6dba39

Analogous Colors of #396dba

#396dba #4539ba #39aeba

Monochromatic Colors of #396dba

#396dba

Complementary Color

#396dba #ba8639

#396dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#396dba Color CSS Codes

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

#396dba Text Font Color

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

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


#396dba Background Color

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

This div background color is #396dba


#396dba Border Color

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

This div border color is #396dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396dba


Comments

No comments written yet.

Please login to write comment.