Color Hex Logo

#396abf Color Hex

#396ABF
(57,106,191)
0 Favorites   0 Comments

Color spaces of #396abf

RGB 57106191
HSL0.610.540.49
HSV218°70°75°
CMYK 0.700.450.00   0.25
XYZ16.245314.939551.3176
Yxy14.93950.19690.1811
Hunter Lab38.65167.3832-51.6629
CIE-Lab45.551212.1739-49.5211

#396abf color RGB value is (57,106,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101010 10111111
Octal 71 152 277
Decimal 57 106 191
Hex 39 6A BF

RGB Percentages of Color #396abf

%16.10
%29.94
%53.95

CMYK Percentages of Color #396abf

%70
%45
%0
%25

Triadic Colors of #396abf

#396abf #bf396a #6abf39

Analogous Colors of #396abf

#396abf #4b39bf #39adbf

Monochromatic Colors of #396abf

#396abf

Complementary Color

#396abf #bf8e39

#396abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#396abf Color CSS Codes

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

#396abf Text Font Color

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

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


#396abf Background Color

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

This div background color is #396abf


#396abf Border Color

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

This div border color is #396abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396abf


Comments

No comments written yet.

Please login to write comment.