Color Hex Logo

#3a7aba Color Hex

#3A7ABA
(58,122,186)
0 Favorites   0 Comments

Color spaces of #3a7aba

RGB 58122186
HSL0.580.520.48
HSV210°69°73°
CMYK 0.690.340.00   0.27
XYZ17.567418.363849.0730
Yxy18.36380.20670.2160
Hunter Lab42.8530-1.8175-37.8987
CIE-Lab49.93440.6129-39.6607

#3a7aba color RGB value is (58,122,186).

#3a7aba hex color red value is 58, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3a7aba hue: 0.58 , saturation: 0.52 and the lightness value of 3a7aba is 0.48.

The process color (four color CMYK) of #3a7aba color hex is 0.69, 0.34, 0.00, 0.27. Web safe color of #3a7aba is #3366cc. Color #3a7aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111010 10111010
Octal 72 172 272
Decimal 58 122 186
Hex 3A 7A BA

RGB Percentages of Color #3a7aba

%15.85
%33.33
%50.82

CMYK Percentages of Color #3a7aba

%69
%34
%0
%27

Triadic Colors of #3a7aba

#3a7aba #ba3a7a #7aba3a

Analogous Colors of #3a7aba

#3a7aba #3a3aba #3ababa

Monochromatic Colors of #3a7aba

#3a7aba

Complementary Color

#3a7aba #ba7a3a

#3a7aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a7aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a7aba Color CSS Codes

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

#3a7aba Text Font Color

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

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


#3a7aba Background Color

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

This div background color is #3a7aba


#3a7aba Border Color

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

This div border color is #3a7aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a7aba


Comments

No comments written yet.

Please login to write comment.