Color Hex Logo

#386792 Color Hex

#386792
(56,103,146)
0 Favorites   0 Comments

Color spaces of #386792

RGB 56103146
HSL0.580.450.40
HSV209°62°57°
CMYK 0.620.290.00   0.43
XYZ11.669412.616629.0143
Yxy12.61660.21890.2367
Hunter Lab35.5199-3.5168-23.5670
CIE-Lab42.1798-2.2671-28.3907

#386792 color RGB value is (56,103,146).

#386792 hex color red value is 56, green value is 103 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #386792 hue: 0.58 , saturation: 0.45 and the lightness value of 386792 is 0.40.

The process color (four color CMYK) of #386792 color hex is 0.62, 0.29, 0.00, 0.43. Web safe color of #386792 is #336699. Color #386792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100111 10010010
Octal 70 147 222
Decimal 56 103 146
Hex 38 67 92

RGB Percentages of Color #386792

%18.36
%33.77
%47.87

CMYK Percentages of Color #386792

%62
%29
%0
%43

Triadic Colors of #386792

#386792 #923867 #679238

Analogous Colors of #386792

#386792 #383a92 #389290

Monochromatic Colors of #386792

#386792

Complementary Color

#386792 #926338

#386792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386792 Color CSS Codes

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

#386792 Text Font Color

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

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


#386792 Background Color

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

This div background color is #386792


#386792 Border Color

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

This div border color is #386792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386792


Comments

No comments written yet.

Please login to write comment.