Color Hex Logo

#396fdb Color Hex

#396FDB
(57,111,219)
0 Favorites   0 Comments

Color spaces of #396fdb

RGB 57111219
HSL0.610.690.54
HSV220°74°86°
CMYK 0.740.490.00   0.14
XYZ20.158017.353269.3049
Yxy17.35320.18870.1625
Hunter Lab41.657213.4765-69.4806
CIE-Lab48.702019.2882-60.4855

#396fdb color RGB value is (57,111,219).

#396fdb hex color red value is 57, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #396fdb hue: 0.61 , saturation: 0.69 and the lightness value of 396fdb is 0.54.

The process color (four color CMYK) of #396fdb color hex is 0.74, 0.49, 0.00, 0.14. Web safe color of #396fdb is #3366cc. Color #396fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101111 11011011
Octal 71 157 333
Decimal 57 111 219
Hex 39 6F DB

RGB Percentages of Color #396fdb

%14.73
%28.68
%56.59

CMYK Percentages of Color #396fdb

%74
%49
%0
%14

Triadic Colors of #396fdb

#396fdb #db396f #6fdb39

Analogous Colors of #396fdb

#396fdb #5439db #39c0db

Monochromatic Colors of #396fdb

#396fdb

Complementary Color

#396fdb #dba539

#396fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#396fdb Color CSS Codes

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

#396fdb Text Font Color

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

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


#396fdb Background Color

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

This div background color is #396fdb


#396fdb Border Color

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

This div border color is #396fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396fdb


Comments

No comments written yet.

Please login to write comment.