Color Hex Logo

#3682b5 Color Hex

#3682B5
(54,130,181)
0 Favorites   0 Comments

Color spaces of #3682b5

RGB 54130181
HSL0.570.540.46
HSV204°70°71°
CMYK 0.700.280.00   0.29
XYZ17.844420.085746.6525
Yxy20.08570.21100.2375
Hunter Lab44.8171-7.3582-30.3462
CIE-Lab51.9340-6.5167-33.6494

#3682b5 color RGB value is (54,130,181).

#3682b5 hex color red value is 54, green value is 130 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #3682b5 hue: 0.57 , saturation: 0.54 and the lightness value of 3682b5 is 0.46.

The process color (four color CMYK) of #3682b5 color hex is 0.70, 0.28, 0.00, 0.29. Web safe color of #3682b5 is #3399cc. Color #3682b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000010 10110101
Octal 66 202 265
Decimal 54 130 181
Hex 36 82 B5

RGB Percentages of Color #3682b5

%14.79
%35.62
%49.59

CMYK Percentages of Color #3682b5

%70
%28
%0
%29

Triadic Colors of #3682b5

#3682b5 #b53682 #82b536

Analogous Colors of #3682b5

#3682b5 #3643b5 #36b5a9

Monochromatic Colors of #3682b5

#3682b5

Complementary Color

#3682b5 #b56936

#3682b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3682b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3682b5 Color CSS Codes

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

#3682b5 Text Font Color

<p style="color:#3682b5">Text here</p>

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


#3682b5 Background Color

<div style="background-color:#3682b5">
Div content here</div>

This div background color is #3682b5


#3682b5 Border Color

<div style="border:3px solid #3682b5">
Div here</div>

This div border color is #3682b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,130,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3682b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3682b5;
  -webkit-box-shadow: 1px 1px 3px 2px #3682b5;
  box-shadow:         1px 1px 3px 2px #3682b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,130,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3682b5


Comments

No comments written yet.

Please login to write comment.