Color Hex Logo

#396fcb Color Hex

#396FCB
(57,111,203)
0 Favorites   0 Comments

Color spaces of #396fcb

RGB 57111203
HSL0.610.580.51
HSV218°72°80°
CMYK 0.720.450.00   0.20
XYZ18.151316.550558.7378
Yxy16.55050.19430.1771
Hunter Lab40.68238.4476-57.1263
CIE-Lab47.688613.4143-53.0026

#396fcb color RGB value is (57,111,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101111 11001011
Octal 71 157 313
Decimal 57 111 203
Hex 39 6F CB

RGB Percentages of Color #396fcb

%15.36
%29.92
%54.72

CMYK Percentages of Color #396fcb

%72
%45
%0
%20

Triadic Colors of #396fcb

#396fcb #cb396f #6fcb39

Analogous Colors of #396fcb

#396fcb #4c39cb #39b8cb

Monochromatic Colors of #396fcb

#396fcb

Complementary Color

#396fcb #cb9539

#396fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#396fcb Color CSS Codes

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

#396fcb Text Font Color

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

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


#396fcb Background Color

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

This div background color is #396fcb


#396fcb Border Color

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

This div border color is #396fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396fcb


Comments

No comments written yet.

Please login to write comment.