Color Hex Logo

#386997 Color Hex

#386997
(56,105,151)
0 Favorites   0 Comments

Color spaces of #386997

RGB 56105151
HSL0.580.460.41
HSV209°63°59°
CMYK 0.630.300.00   0.41
XYZ12.268413.178331.1752
Yxy13.17830.21670.2327
Hunter Lab36.3019-3.2035-25.5054
CIE-Lab43.0307-1.7535-30.0425

#386997 color RGB value is (56,105,151).

#386997 hex color red value is 56, green value is 105 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #386997 hue: 0.58 , saturation: 0.46 and the lightness value of 386997 is 0.41.

The process color (four color CMYK) of #386997 color hex is 0.63, 0.30, 0.00, 0.41. Web safe color of #386997 is #336699. Color #386997 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101001 10010111
Octal 70 151 227
Decimal 56 105 151
Hex 38 69 97

RGB Percentages of Color #386997

%17.95
%33.65
%48.40

CMYK Percentages of Color #386997

%63
%30
%0
%41

Triadic Colors of #386997

#386997 #973869 #699738

Analogous Colors of #386997

#386997 #383997 #389796

Monochromatic Colors of #386997

#386997

Complementary Color

#386997 #976638

#386997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386997 Color CSS Codes

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

#386997 Text Font Color

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

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


#386997 Background Color

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

This div background color is #386997


#386997 Border Color

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

This div border color is #386997


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,105,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #386997; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #386997;
  -webkit-box-shadow: 1px 1px 3px 2px #386997;
  box-shadow:         1px 1px 3px 2px #386997; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,105,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386997


Comments

No comments written yet.

Please login to write comment.