Color Hex Logo

#3486ba Color Hex

#3486BA
(52,134,186)
0 Favorites   0 Comments

Color spaces of #3486ba

RGB 52134186
HSL0.560.560.47
HSV203°72°73°
CMYK 0.720.280.00   0.27
XYZ18.804221.325449.5795
Yxy21.32540.20960.2377
Hunter Lab46.1794-8.1291-31.3298
CIE-Lab53.3038-7.3774-34.3772

#3486ba color RGB value is (52,134,186).

#3486ba hex color red value is 52, green value is 134 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3486ba hue: 0.56 , saturation: 0.56 and the lightness value of 3486ba is 0.47.

The process color (four color CMYK) of #3486ba color hex is 0.72, 0.28, 0.00, 0.27. Web safe color of #3486ba is #3399cc. Color #3486ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000110 10111010
Octal 64 206 272
Decimal 52 134 186
Hex 34 86 BA

RGB Percentages of Color #3486ba

%13.98
%36.02
%50.00

CMYK Percentages of Color #3486ba

%72
%28
%0
%27

Triadic Colors of #3486ba

#3486ba #ba3486 #86ba34

Analogous Colors of #3486ba

#3486ba #3443ba #34baab

Monochromatic Colors of #3486ba

#3486ba

Complementary Color

#3486ba #ba6834

#3486ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3486ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3486ba Color CSS Codes

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

#3486ba Text Font Color

<p style="color:#3486ba">Text here</p>

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


#3486ba Background Color

<div style="background-color:#3486ba">
Div content here</div>

This div background color is #3486ba


#3486ba Border Color

<div style="border:3px solid #3486ba">
Div here</div>

This div border color is #3486ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,134,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3486ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3486ba;
  -webkit-box-shadow: 1px 1px 3px 2px #3486ba;
  box-shadow:         1px 1px 3px 2px #3486ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,134,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3486ba


Comments

No comments written yet.

Please login to write comment.