Color Hex Logo

#386bbf Color Hex

#386BBF
(56,107,191)
0 Favorites   0 Comments

Color spaces of #386bbf

RGB 56107191
HSL0.600.550.48
HSV217°71°75°
CMYK 0.710.440.00   0.25
XYZ16.292615.117751.3495
Yxy15.11770.19690.1827
Hunter Lab38.88156.7547-51.0853
CIE-Lab45.795011.3923-49.1331

#386bbf color RGB value is (56,107,191).

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

The process color (four color CMYK) of #386bbf color hex is 0.71, 0.44, 0.00, 0.25. Web safe color of #386bbf is #3366cc. Color #386bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101011 10111111
Octal 70 153 277
Decimal 56 107 191
Hex 38 6B BF

RGB Percentages of Color #386bbf

%15.82
%30.23
%53.95

CMYK Percentages of Color #386bbf

%71
%44
%0
%25

Triadic Colors of #386bbf

#386bbf #bf386b #6bbf38

Analogous Colors of #386bbf

#386bbf #4838bf #38afbf

Monochromatic Colors of #386bbf

#386bbf

Complementary Color

#386bbf #bf8c38

#386bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#386bbf Color CSS Codes

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

#386bbf Text Font Color

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

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


#386bbf Background Color

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

This div background color is #386bbf


#386bbf Border Color

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

This div border color is #386bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386bbf


Comments

No comments written yet.

Please login to write comment.