Color Hex Logo

#3493bd Color Hex

#3493BD
(52,147,189)
0 Favorites   0 Comments

Color spaces of #3493bd

RGB 52147189
HSL0.550.570.47
HSV198°72°74°
CMYK 0.720.220.00   0.26
XYZ21.035225.271651.9134
Yxy25.27160.21420.2573
Hunter Lab50.2709-13.2830-26.0376
CIE-Lab57.3391-13.6767-29.7972

#3493bd color RGB value is (52,147,189).

#3493bd hex color red value is 52, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3493bd hue: 0.55 , saturation: 0.57 and the lightness value of 3493bd is 0.47.

The process color (four color CMYK) of #3493bd color hex is 0.72, 0.22, 0.00, 0.26. Web safe color of #3493bd is #3399cc. Color #3493bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010011 10111101
Octal 64 223 275
Decimal 52 147 189
Hex 34 93 BD

RGB Percentages of Color #3493bd

%13.40
%37.89
%48.71

CMYK Percentages of Color #3493bd

%72
%22
%0
%26

Triadic Colors of #3493bd

#3493bd #bd3493 #93bd34

Analogous Colors of #3493bd

#3493bd #344fbd #34bda3

Monochromatic Colors of #3493bd

#3493bd

Complementary Color

#3493bd #bd5e34

#3493bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3493bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3493bd Color CSS Codes

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

#3493bd Text Font Color

<p style="color:#3493bd">Text here</p>

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


#3493bd Background Color

<div style="background-color:#3493bd">
Div content here</div>

This div background color is #3493bd


#3493bd Border Color

<div style="border:3px solid #3493bd">
Div here</div>

This div border color is #3493bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,147,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3493bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3493bd;
  -webkit-box-shadow: 1px 1px 3px 2px #3493bd;
  box-shadow:         1px 1px 3px 2px #3493bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3493bd


Comments

No comments written yet.

Please login to write comment.