Color Hex Logo

#396fbf Color Hex

#396FBF
(57,111,191)
0 Favorites   0 Comments

Color spaces of #396fbf

RGB 57111191
HSL0.600.540.49
HSV216°70°75°
CMYK 0.700.420.00   0.25
XYZ16.775816.000351.4944
Yxy16.00030.19910.1899
Hunter Lab40.00044.8606-48.3266
CIE-Lab46.97499.0256-47.2450

#396fbf color RGB value is (57,111,191).

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

The process color (four color CMYK) of #396fbf color hex is 0.70, 0.42, 0.00, 0.25. Web safe color of #396fbf is #3366cc. Color #396fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101111 10111111
Octal 71 157 277
Decimal 57 111 191
Hex 39 6F BF

RGB Percentages of Color #396fbf

%15.88
%30.92
%53.20

CMYK Percentages of Color #396fbf

%70
%42
%0
%25

Triadic Colors of #396fbf

#396fbf #bf396f #6fbf39

Analogous Colors of #396fbf

#396fbf #4639bf #39b2bf

Monochromatic Colors of #396fbf

#396fbf

Complementary Color

#396fbf #bf8939

#396fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#396fbf Color CSS Codes

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

#396fbf Text Font Color

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

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


#396fbf Background Color

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

This div background color is #396fbf


#396fbf Border Color

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

This div border color is #396fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396fbf


Comments

No comments written yet.

Please login to write comment.