Color Hex Logo

#386cbb Color Hex

#386CBB
(56,108,187)
0 Favorites   0 Comments

Color spaces of #386cbb

RGB 56108187
HSL0.600.540.48
HSV216°70°73°
CMYK 0.700.420.00   0.27
XYZ15.963115.153749.0973
Yxy15.15370.19900.1889
Hunter Lab38.92785.0739-47.5296
CIE-Lab45.84409.2958-46.7384

#386cbb color RGB value is (56,108,187).

#386cbb hex color red value is 56, green value is 108 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #386cbb hue: 0.60 , saturation: 0.54 and the lightness value of 386cbb is 0.48.

The process color (four color CMYK) of #386cbb color hex is 0.70, 0.42, 0.00, 0.27. Web safe color of #386cbb is #3366cc. Color #386cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 10111011
Octal 70 154 273
Decimal 56 108 187
Hex 38 6C BB

RGB Percentages of Color #386cbb

%15.95
%30.77
%53.28

CMYK Percentages of Color #386cbb

%70
%42
%0
%27

Triadic Colors of #386cbb

#386cbb #bb386c #6cbb38

Analogous Colors of #386cbb

#386cbb #4538bb #38aebb

Monochromatic Colors of #386cbb

#386cbb

Complementary Color

#386cbb #bb8738

#386cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cbb Color CSS Codes

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

#386cbb Text Font Color

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

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


#386cbb Background Color

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

This div background color is #386cbb


#386cbb Border Color

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

This div border color is #386cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cbb


Comments

No comments written yet.

Please login to write comment.