Color Hex Logo

#3a5bab Color Hex

#3A5BAB
(58,91,171)
0 Favorites   0 Comments

Color spaces of #3a5bab

RGB 5891171
HSL0.620.490.45
HSV222°66°67°
CMYK 0.660.470.00   0.33
XYZ12.836711.322040.0369
Yxy11.32200.20000.1764
Hunter Lab33.64829.2130-46.9936
CIE-Lab40.117614.6459-46.5292

#3a5bab color RGB value is (58,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011011 10101011
Octal 72 133 253
Decimal 58 91 171
Hex 3A 5B AB

RGB Percentages of Color #3a5bab

%18.13
%28.44
%53.44

CMYK Percentages of Color #3a5bab

%66
%47
%0
%33

Triadic Colors of #3a5bab

#3a5bab #ab3a5b #5bab3a

Analogous Colors of #3a5bab

#3a5bab #523aab #3a94ab

Monochromatic Colors of #3a5bab

#3a5bab

Complementary Color

#3a5bab #ab8a3a

#3a5bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a5bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a5bab Color CSS Codes

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

#3a5bab Text Font Color

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

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


#3a5bab Background Color

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

This div background color is #3a5bab


#3a5bab Border Color

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

This div border color is #3a5bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a5bab


Comments

No comments written yet.

Please login to write comment.