Color Hex Logo

#3b5cac Color Hex

#3B5CAC
(59,92,172)
0 Favorites   0 Comments

Color spaces of #3b5cac

RGB 5992172
HSL0.620.490.45
HSV222°66°67°
CMYK 0.660.470.00   0.33
XYZ13.077211.562740.5723
Yxy11.56270.20050.1773
Hunter Lab34.00409.1403-46.9399
CIE-Lab40.512514.5359-46.4842

#3b5cac color RGB value is (59,92,172).

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

The process color (four color CMYK) of #3b5cac color hex is 0.66, 0.47, 0.00, 0.33. Web safe color of #3b5cac is #336699. Color #3b5cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01011100 10101100
Octal 73 134 254
Decimal 59 92 172
Hex 3B 5C AC

RGB Percentages of Color #3b5cac

%18.27
%28.48
%53.25

CMYK Percentages of Color #3b5cac

%66
%47
%0
%33

Triadic Colors of #3b5cac

#3b5cac #ac3b5c #5cac3b

Analogous Colors of #3b5cac

#3b5cac #533bac #3b95ac

Monochromatic Colors of #3b5cac

#3b5cac

Complementary Color

#3b5cac #ac8b3b

#3b5cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b5cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b5cac Color CSS Codes

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

#3b5cac Text Font Color

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

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


#3b5cac Background Color

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

This div background color is #3b5cac


#3b5cac Border Color

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

This div border color is #3b5cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b5cac


Comments

No comments written yet.

Please login to write comment.