Color Hex Logo

#396498 Color Hex

#396498
(57,100,152)
0 Favorites   0 Comments

Color spaces of #396498

RGB 57100152
HSL0.590.450.41
HSV213°63°60°
CMYK 0.630.340.00   0.40
XYZ11.912012.251231.4427
Yxy12.25120.21420.2203
Hunter Lab35.0017-0.5048-28.7601
CIE-Lab41.61261.8879-32.8634

#396498 color RGB value is (57,100,152).

#396498 hex color red value is 57, green value is 100 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #396498 hue: 0.59 , saturation: 0.45 and the lightness value of 396498 is 0.41.

The process color (four color CMYK) of #396498 color hex is 0.63, 0.34, 0.00, 0.40. Web safe color of #396498 is #336699. Color #396498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100100 10011000
Octal 71 144 230
Decimal 57 100 152
Hex 39 64 98

RGB Percentages of Color #396498

%18.45
%32.36
%49.19

CMYK Percentages of Color #396498

%63
%34
%0
%40

Triadic Colors of #396498

#396498 #983964 #649839

Analogous Colors of #396498

#396498 #3d3998 #399498

Monochromatic Colors of #396498

#396498

Complementary Color

#396498 #986d39

#396498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396498 Color CSS Codes

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

#396498 Text Font Color

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

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


#396498 Background Color

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

This div background color is #396498


#396498 Border Color

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

This div border color is #396498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,100,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396498;
  -webkit-box-shadow: 1px 1px 3px 2px #396498;
  box-shadow:         1px 1px 3px 2px #396498; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396498


Comments

No comments written yet.

Please login to write comment.