Color Hex Logo

#3868b0 Color Hex

#3868B0
(56,104,176)
0 Favorites   0 Comments

Color spaces of #3868b0

RGB 56104176
HSL0.600.520.45
HSV216°68°69°
CMYK 0.680.410.00   0.31
XYZ14.417713.876042.9927
Yxy13.87600.20230.1947
Hunter Lab37.25053.8995-42.3543
CIE-Lab44.05467.8028-43.1840

#3868b0 color RGB value is (56,104,176).

#3868b0 hex color red value is 56, green value is 104 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #3868b0 hue: 0.60 , saturation: 0.52 and the lightness value of 3868b0 is 0.45.

The process color (four color CMYK) of #3868b0 color hex is 0.68, 0.41, 0.00, 0.31. Web safe color of #3868b0 is #336699. Color #3868b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101000 10110000
Octal 70 150 260
Decimal 56 104 176
Hex 38 68 B0

RGB Percentages of Color #3868b0

%16.67
%30.95
%52.38

CMYK Percentages of Color #3868b0

%68
%41
%0
%31

Triadic Colors of #3868b0

#3868b0 #b03868 #68b038

Analogous Colors of #3868b0

#3868b0 #4438b0 #38a4b0

Monochromatic Colors of #3868b0

#3868b0

Complementary Color

#3868b0 #b08038

#3868b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3868b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3868b0 Color CSS Codes

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

#3868b0 Text Font Color

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

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


#3868b0 Background Color

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

This div background color is #3868b0


#3868b0 Border Color

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

This div border color is #3868b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,104,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3868b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3868b0;
  -webkit-box-shadow: 1px 1px 3px 2px #3868b0;
  box-shadow:         1px 1px 3px 2px #3868b0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3868b0


Comments

No comments written yet.

Please login to write comment.