Color Hex Logo

#3b2dba Color Hex

#3B2DBA
(59,45,186)
0 Favorites   0 Comments

Color spaces of #3b2dba

RGB 5945186
HSL0.680.610.45
HSV246°76°73°
CMYK 0.680.760.00   0.27
XYZ11.60496.351747.0687
Yxy6.35170.17850.0977
Hunter Lab25.202638.0884-93.0891
CIE-Lab30.283048.5535-71.4258

#3b2dba color RGB value is (59,45,186).

#3b2dba hex color red value is 59, green value is 45 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3b2dba hue: 0.68 , saturation: 0.61 and the lightness value of 3b2dba is 0.45.

The process color (four color CMYK) of #3b2dba color hex is 0.68, 0.76, 0.00, 0.27. Web safe color of #3b2dba is #3333cc. Color #3b2dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00101101 10111010
Octal 73 55 272
Decimal 59 45 186
Hex 3B 2D BA

RGB Percentages of Color #3b2dba

%20.34
%15.52
%64.14

CMYK Percentages of Color #3b2dba

%68
%76
%0
%27

Triadic Colors of #3b2dba

#3b2dba #ba3b2d #2dba3b

Analogous Colors of #3b2dba

#3b2dba #822dba #2d66ba

Monochromatic Colors of #3b2dba

#3b2dba

Complementary Color

#3b2dba #acba2d

#3b2dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b2dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b2dba Color CSS Codes

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

#3b2dba Text Font Color

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

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


#3b2dba Background Color

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

This div background color is #3b2dba


#3b2dba Border Color

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

This div border color is #3b2dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,45,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 #3b2dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b2dba


Comments

No comments written yet.

Please login to write comment.