Color Hex Logo

#3a7fab Color Hex

#3A7FAB
(58,127,171)
0 Favorites   0 Comments

Color spaces of #3a7fab

RGB 58127171
HSL0.560.490.45
HSV203°66°67°
CMYK 0.660.260.00   0.33
XYZ16.685019.018641.3196
Yxy19.01860.21660.2469
Hunter Lab43.6103-8.0252-25.6484
CIE-Lab50.7090-7.5765-29.7824

#3a7fab color RGB value is (58,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111111 10101011
Octal 72 177 253
Decimal 58 127 171
Hex 3A 7F AB

RGB Percentages of Color #3a7fab

%16.29
%35.67
%48.03

CMYK Percentages of Color #3a7fab

%66
%26
%0
%33

Triadic Colors of #3a7fab

#3a7fab #ab3a7f #7fab3a

Analogous Colors of #3a7fab

#3a7fab #3a47ab #3aab9f

Monochromatic Colors of #3a7fab

#3a7fab

Complementary Color

#3a7fab #ab663a

#3a7fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a7fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a7fab Color CSS Codes

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

#3a7fab Text Font Color

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

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


#3a7fab Background Color

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

This div background color is #3a7fab


#3a7fab Border Color

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

This div border color is #3a7fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a7fab


Comments

No comments written yet.

Please login to write comment.