Color Hex Logo

#396dbc Color Hex

#396DBC
(57,109,188)
0 Favorites   0 Comments

Color spaces of #396dbc

RGB 57109188
HSL0.600.530.48
HSV216°70°74°
CMYK 0.700.420.00   0.26
XYZ16.233115.438049.7012
Yxy15.43800.19950.1897
Hunter Lab39.29124.9873-47.4947
CIE-Lab46.22849.1858-46.7020

#396dbc color RGB value is (57,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 10111100
Octal 71 155 274
Decimal 57 109 188
Hex 39 6D BC

RGB Percentages of Color #396dbc

%16.10
%30.79
%53.11

CMYK Percentages of Color #396dbc

%70
%42
%0
%26

Triadic Colors of #396dbc

#396dbc #bc396d #6dbc39

Analogous Colors of #396dbc

#396dbc #4639bc #39afbc

Monochromatic Colors of #396dbc

#396dbc

Complementary Color

#396dbc #bc8839

#396dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#396dbc Color CSS Codes

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

#396dbc Text Font Color

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

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


#396dbc Background Color

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

This div background color is #396dbc


#396dbc Border Color

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

This div border color is #396dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396dbc


Comments

No comments written yet.

Please login to write comment.