Color Hex Logo

#386ccb Color Hex

#386CCB
(56,108,203)
0 Favorites   0 Comments

Color spaces of #386ccb

RGB 56108203
HSL0.610.590.51
HSV219°72°80°
CMYK 0.720.470.00   0.20
XYZ17.772915.877758.6279
Yxy15.87770.19260.1721
Hunter Lab39.84689.8845-59.3425
CIE-Lab46.813615.1708-54.4096

#386ccb color RGB value is (56,108,203).

#386ccb hex color red value is 56, green value is 108 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #386ccb hue: 0.61 , saturation: 0.59 and the lightness value of 386ccb is 0.51.

The process color (four color CMYK) of #386ccb color hex is 0.72, 0.47, 0.00, 0.20. Web safe color of #386ccb is #3366cc. Color #386ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 11001011
Octal 70 154 313
Decimal 56 108 203
Hex 38 6C CB

RGB Percentages of Color #386ccb

%15.26
%29.43
%55.31

CMYK Percentages of Color #386ccb

%72
%47
%0
%20

Triadic Colors of #386ccb

#386ccb #cb386c #6ccb38

Analogous Colors of #386ccb

#386ccb #4e38cb #38b6cb

Monochromatic Colors of #386ccb

#386ccb

Complementary Color

#386ccb #cb9738

#386ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#386ccb Color CSS Codes

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

#386ccb Text Font Color

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

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


#386ccb Background Color

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

This div background color is #386ccb


#386ccb Border Color

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

This div border color is #386ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386ccb


Comments

No comments written yet.

Please login to write comment.