Color Hex Logo

#396cdb Color Hex

#396CDB
(57,108,219)
0 Favorites   0 Comments

Color spaces of #396cdb

RGB 57108219
HSL0.610.690.54
HSV221°74°86°
CMYK 0.740.510.00   0.14
XYZ19.836116.709569.1976
Yxy16.70950.18760.1580
Hunter Lab40.877315.0837-71.7529
CIE-Lab47.891921.1844-61.7935

#396cdb color RGB value is (57,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101100 11011011
Octal 71 154 333
Decimal 57 108 219
Hex 39 6C DB

RGB Percentages of Color #396cdb

%14.84
%28.13
%57.03

CMYK Percentages of Color #396cdb

%74
%51
%0
%14

Triadic Colors of #396cdb

#396cdb #db396c #6cdb39

Analogous Colors of #396cdb

#396cdb #5739db #39bddb

Monochromatic Colors of #396cdb

#396cdb

Complementary Color

#396cdb #dba839

#396cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#396cdb Color CSS Codes

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

#396cdb Text Font Color

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

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


#396cdb Background Color

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

This div background color is #396cdb


#396cdb Border Color

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

This div border color is #396cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396cdb


Comments

No comments written yet.

Please login to write comment.