Color Hex Logo

#386faf Color Hex

#386FAF
(56,111,175)
0 Favorites   0 Comments

Color spaces of #386faf

RGB 56111175
HSL0.590.520.45
HSV212°68°69°
CMYK 0.680.370.00   0.31
XYZ15.053215.304842.7182
Yxy15.30480.20600.2094
Hunter Lab39.12130.2213-37.3562
CIE-Lab46.04893.0685-39.4326

#386faf color RGB value is (56,111,175).

#386faf hex color red value is 56, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #386faf hue: 0.59 , saturation: 0.52 and the lightness value of 386faf is 0.45.

The process color (four color CMYK) of #386faf color hex is 0.68, 0.37, 0.00, 0.31. Web safe color of #386faf is #336699. Color #386faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101111 10101111
Octal 70 157 257
Decimal 56 111 175
Hex 38 6F AF

RGB Percentages of Color #386faf

%16.37
%32.46
%51.17

CMYK Percentages of Color #386faf

%68
%37
%0
%31

Triadic Colors of #386faf

#386faf #af386f #6faf38

Analogous Colors of #386faf

#386faf #3d38af #38abaf

Monochromatic Colors of #386faf

#386faf

Complementary Color

#386faf #af7838

#386faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#386faf Color CSS Codes

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

#386faf Text Font Color

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

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


#386faf Background Color

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

This div background color is #386faf


#386faf Border Color

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

This div border color is #386faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,111,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #386faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #386faf;
  -webkit-box-shadow: 1px 1px 3px 2px #386faf;
  box-shadow:         1px 1px 3px 2px #386faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386faf


Comments

No comments written yet.

Please login to write comment.