Color Hex Logo

#396fdf Color Hex

#396FDF
(57,111,223)
0 Favorites   0 Comments

Color spaces of #396fdf

RGB 57111223
HSL0.610.720.55
HSV220°74°87°
CMYK 0.740.500.00   0.13
XYZ20.691117.566472.1122
Yxy17.56640.18750.1592
Hunter Lab41.912314.7747-72.6728
CIE-Lab48.965920.7564-62.3228

#396fdf color RGB value is (57,111,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101111 11011111
Octal 71 157 337
Decimal 57 111 223
Hex 39 6F DF

RGB Percentages of Color #396fdf

%14.58
%28.39
%57.03

CMYK Percentages of Color #396fdf

%74
%50
%0
%13

Triadic Colors of #396fdf

#396fdf #df396f #6fdf39

Analogous Colors of #396fdf

#396fdf #5639df #39c2df

Monochromatic Colors of #396fdf

#396fdf

Complementary Color

#396fdf #dfa939

#396fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#396fdf Color CSS Codes

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

#396fdf Text Font Color

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

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


#396fdf Background Color

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

This div background color is #396fdf


#396fdf Border Color

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

This div border color is #396fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396fdf


Comments

No comments written yet.

Please login to write comment.