Color Hex Logo

#386099 Color Hex

#386099
(56,96,153)
0 Favorites   0 Comments

Color spaces of #386099

RGB 5696153
HSL0.600.460.41
HSV215°63°60°
CMYK 0.630.370.00   0.40
XYZ11.563511.506431.7485
Yxy11.50640.21090.2099
Hunter Lab33.92111.4877-31.7478
CIE-Lab40.42064.5615-35.3457

#386099 color RGB value is (56,96,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100000 10011001
Octal 70 140 231
Decimal 56 96 153
Hex 38 60 99

RGB Percentages of Color #386099

%18.36
%31.48
%50.16

CMYK Percentages of Color #386099

%63
%37
%0
%40

Triadic Colors of #386099

#386099 #993860 #609938

Analogous Colors of #386099

#386099 #413899 #389199

Monochromatic Colors of #386099

#386099

Complementary Color

#386099 #997138

#386099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386099 Color CSS Codes

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

#386099 Text Font Color

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

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


#386099 Background Color

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

This div background color is #386099


#386099 Border Color

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

This div border color is #386099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386099


Comments

No comments written yet.

Please login to write comment.