Color Hex Logo

#386678 Color Hex

#386678
(56,102,120)
0 Favorites   0 Comments

Color spaces of #386678

RGB 56102120
HSL0.550.360.35
HSV197°53°47°
CMYK 0.530.150.00   0.53
XYZ9.772411.699619.5125
Yxy11.69960.23840.2855
Hunter Lab34.2047-8.8601-9.8795
CIE-Lab40.7346-10.3077-14.9397

#386678 color RGB value is (56,102,120).

#386678 hex color red value is 56, green value is 102 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #386678 hue: 0.55 , saturation: 0.36 and the lightness value of 386678 is 0.35.

The process color (four color CMYK) of #386678 color hex is 0.53, 0.15, 0.00, 0.53. Web safe color of #386678 is #336666. Color #386678 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100110 01111000
Octal 70 146 170
Decimal 56 102 120
Hex 38 66 78

RGB Percentages of Color #386678

%20.14
%36.69
%43.17

CMYK Percentages of Color #386678

%53
%15
%0
%53

Triadic Colors of #386678

#386678 #783866 #667838

Analogous Colors of #386678

#386678 #384678 #38786a

Monochromatic Colors of #386678

#386678

Complementary Color

#386678 #784a38

#386678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386678 Color CSS Codes

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

#386678 Text Font Color

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

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


#386678 Background Color

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

This div background color is #386678


#386678 Border Color

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

This div border color is #386678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386678

#386678 Color Palettes


Comments

No comments written yet.

Please login to write comment.