Color Hex Logo

#3a858b Color Hex

#3A858B
(58,133,139)
0 Favorites   0 Comments

Color spaces of #3a858b

RGB 58133139
HSL0.510.410.39
HSV184°58°55°
CMYK 0.580.040.00   0.45
XYZ14.792719.538727.4178
Yxy19.53870.23960.3164
Hunter Lab44.2026-17.6183-5.8343
CIE-Lab51.3116-21.1853-10.2409

#3a858b color RGB value is (58,133,139).

#3a858b hex color red value is 58, green value is 133 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #3a858b hue: 0.51 , saturation: 0.41 and the lightness value of 3a858b is 0.39.

The process color (four color CMYK) of #3a858b color hex is 0.58, 0.04, 0.00, 0.45. Web safe color of #3a858b is #339999. Color #3a858b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10000101 10001011
Octal 72 205 213
Decimal 58 133 139
Hex 3A 85 8B

RGB Percentages of Color #3a858b

%17.58
%40.30
%42.12

CMYK Percentages of Color #3a858b

%58
%4
%0
%45

Triadic Colors of #3a858b

#3a858b #8b3a85 #858b3a

Analogous Colors of #3a858b

#3a858b #3a5d8b #3a8b69

Monochromatic Colors of #3a858b

#3a858b

Complementary Color

#3a858b #8b403a

#3a858b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a858b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a858b Color CSS Codes

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

#3a858b Text Font Color

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

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


#3a858b Background Color

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

This div background color is #3a858b


#3a858b Border Color

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

This div border color is #3a858b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,133,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a858b


Comments

No comments written yet.

Please login to write comment.