Color Hex Logo

#396cc1 Color Hex

#396CC1
(57,108,193)
0 Favorites   0 Comments

Color spaces of #396cc1

RGB 57108193
HSL0.600.540.49
HSV218°70°76°
CMYK 0.700.440.00   0.24
XYZ16.675515.445252.5544
Yxy15.44520.19690.1824
Hunter Lab39.30046.9635-51.7752
CIE-Lab46.238011.6416-49.5774

#396cc1 color RGB value is (57,108,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101100 11000001
Octal 71 154 301
Decimal 57 108 193
Hex 39 6C C1

RGB Percentages of Color #396cc1

%15.92
%30.17
%53.91

CMYK Percentages of Color #396cc1

%70
%44
%0
%24

Triadic Colors of #396cc1

#396cc1 #c1396c #6cc139

Analogous Colors of #396cc1

#396cc1 #4a39c1 #39b0c1

Monochromatic Colors of #396cc1

#396cc1

Complementary Color

#396cc1 #c18e39

#396cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396cc1 Color CSS Codes

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

#396cc1 Text Font Color

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

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


#396cc1 Background Color

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

This div background color is #396cc1


#396cc1 Border Color

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

This div border color is #396cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396cc1


Comments

No comments written yet.

Please login to write comment.