Color Hex Logo

#3b5380 Color Hex

#3B5380
(59,83,128)
1 Favorites   0 Comments

Color spaces of #3b5380

RGB 5983128
HSL0.610.370.37
HSV219°54°50°
CMYK 0.540.350.00   0.50
XYZ8.79328.674821.6330
Yxy8.67480.22490.2219
Hunter Lab29.45301.7484-22.9309
CIE-Lab35.35054.7994-28.1677

#3b5380 color RGB value is (59,83,128).

#3b5380 hex color red value is 59, green value is 83 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #3b5380 hue: 0.61 , saturation: 0.37 and the lightness value of 3b5380 is 0.37.

The process color (four color CMYK) of #3b5380 color hex is 0.54, 0.35, 0.00, 0.50. Web safe color of #3b5380 is #336699. Color #3b5380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01010011 10000000
Octal 73 123 200
Decimal 59 83 128
Hex 3B 53 80

RGB Percentages of Color #3b5380

%21.85
%30.74
%47.41

CMYK Percentages of Color #3b5380

%54
%35
%0
%50

Triadic Colors of #3b5380

#3b5380 #803b53 #53803b

Analogous Colors of #3b5380

#3b5380 #463b80 #3b7680

Monochromatic Colors of #3b5380

#3b5380

Complementary Color

#3b5380 #80683b

#3b5380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b5380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b5380 Color CSS Codes

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

#3b5380 Text Font Color

<p style="color:#3b5380">Text here</p>

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


#3b5380 Background Color

<div style="background-color:#3b5380">
Div content here</div>

This div background color is #3b5380


#3b5380 Border Color

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

This div border color is #3b5380


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,83,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b5380; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b5380;
  -webkit-box-shadow: 1px 1px 3px 2px #3b5380;
  box-shadow:         1px 1px 3px 2px #3b5380; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,83,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b5380


Comments

No comments written yet.

Please login to write comment.