Color Hex Logo

#3b3cab Color Hex

#3B3CAB
(59,60,171)
0 Favorites   0 Comments

Color spaces of #3b3cab

RGB 5960171
HSL0.670.490.45
HSV239°65°67°
CMYK 0.650.650.00   0.33
XYZ10.77027.101839.3312
Yxy7.10180.18830.1242
Hunter Lab26.649225.5042-68.8509
CIE-Lab32.037534.8951-59.6135

#3b3cab color RGB value is (59,60,171).

#3b3cab hex color red value is 59, green value is 60 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3b3cab hue: 0.67 , saturation: 0.49 and the lightness value of 3b3cab is 0.45.

The process color (four color CMYK) of #3b3cab color hex is 0.65, 0.65, 0.00, 0.33. Web safe color of #3b3cab is #333399. Color #3b3cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00111100 10101011
Octal 73 74 253
Decimal 59 60 171
Hex 3B 3C AB

RGB Percentages of Color #3b3cab

%20.34
%20.69
%58.97

CMYK Percentages of Color #3b3cab

%65
%65
%0
%33

Triadic Colors of #3b3cab

#3b3cab #ab3b3c #3cab3b

Analogous Colors of #3b3cab

#3b3cab #723bab #3b74ab

Monochromatic Colors of #3b3cab

#3b3cab

Complementary Color

#3b3cab #abaa3b

#3b3cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b3cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b3cab Color CSS Codes

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

#3b3cab Text Font Color

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

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


#3b3cab Background Color

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

This div background color is #3b3cab


#3b3cab Border Color

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

This div border color is #3b3cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b3cab


Comments

No comments written yet.

Please login to write comment.