Color Hex Logo

#3484bc Color Hex

#3484BC
(52,132,188)
0 Favorites   0 Comments

Color spaces of #3484bc

RGB 52132188
HSL0.570.570.47
HSV205°72°74°
CMYK 0.720.300.00   0.26
XYZ18.744520.863450.6161
Yxy20.86340.20780.2312
Hunter Lab45.6765-6.6818-33.7283
CIE-Lab52.7997-5.5131-36.3113

#3484bc color RGB value is (52,132,188).

#3484bc hex color red value is 52, green value is 132 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3484bc hue: 0.57 , saturation: 0.57 and the lightness value of 3484bc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000100 10111100
Octal 64 204 274
Decimal 52 132 188
Hex 34 84 BC

RGB Percentages of Color #3484bc

%13.98
%35.48
%50.54

CMYK Percentages of Color #3484bc

%72
%30
%0
%26

Triadic Colors of #3484bc

#3484bc #bc3484 #84bc34

Analogous Colors of #3484bc

#3484bc #3440bc #34bcb0

Monochromatic Colors of #3484bc

#3484bc

Complementary Color

#3484bc #bc6c34

#3484bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3484bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3484bc Color CSS Codes

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

#3484bc Text Font Color

<p style="color:#3484bc">Text here</p>

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


#3484bc Background Color

<div style="background-color:#3484bc">
Div content here</div>

This div background color is #3484bc


#3484bc Border Color

<div style="border:3px solid #3484bc">
Div here</div>

This div border color is #3484bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,132,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3484bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3484bc;
  -webkit-box-shadow: 1px 1px 3px 2px #3484bc;
  box-shadow:         1px 1px 3px 2px #3484bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3484bc


Comments

No comments written yet.

Please login to write comment.