Color Hex Logo

#3870af Color Hex

#3870AF
(56,112,175)
0 Favorites   0 Comments

Color spaces of #3870af

RGB 56112175
HSL0.590.520.45
HSV212°68°69°
CMYK 0.680.360.00   0.31
XYZ15.162915.524242.7547
Yxy15.52420.20650.2114
Hunter Lab39.4008-0.2578-36.7565
CIE-Lab46.34402.4521-38.9655

#3870af color RGB value is (56,112,175).

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

The process color (four color CMYK) of #3870af color hex is 0.68, 0.36, 0.00, 0.31. Web safe color of #3870af is #336699. Color #3870af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110000 10101111
Octal 70 160 257
Decimal 56 112 175
Hex 38 70 AF

RGB Percentages of Color #3870af

%16.33
%32.65
%51.02

CMYK Percentages of Color #3870af

%68
%36
%0
%31

Triadic Colors of #3870af

#3870af #af3870 #70af38

Analogous Colors of #3870af

#3870af #3c38af #38acaf

Monochromatic Colors of #3870af

#3870af

Complementary Color

#3870af #af7738

#3870af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3870af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3870af Color CSS Codes

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

#3870af Text Font Color

<p style="color:#3870af">Text here</p>

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


#3870af Background Color

<div style="background-color:#3870af">
Div content here</div>

This div background color is #3870af


#3870af Border Color

<div style="border:3px solid #3870af">
Div here</div>

This div border color is #3870af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,112,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 #3870af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3870af

#3870af Color Palettes


Comments

No comments written yet.

Please login to write comment.