Color Hex Logo

#3a689b Color Hex

#3A689B
(58,104,155)
0 Favorites   0 Comments

Color spaces of #3a689b

RGB 58104155
HSL0.590.460.42
HSV212°63°61°
CMYK 0.630.330.00   0.39
XYZ12.611613.166732.8871
Yxy13.16670.21500.2244
Hunter Lab36.2859-1.4607-28.3362
CIE-Lab43.01340.6558-32.4423

#3a689b color RGB value is (58,104,155).

#3a689b hex color red value is 58, green value is 104 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #3a689b hue: 0.59 , saturation: 0.46 and the lightness value of 3a689b is 0.42.

The process color (four color CMYK) of #3a689b color hex is 0.63, 0.33, 0.00, 0.39. Web safe color of #3a689b is #336699. Color #3a689b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101000 10011011
Octal 72 150 233
Decimal 58 104 155
Hex 3A 68 9B

RGB Percentages of Color #3a689b

%18.30
%32.81
%48.90

CMYK Percentages of Color #3a689b

%63
%33
%0
%39

Triadic Colors of #3a689b

#3a689b #9b3a68 #689b3a

Analogous Colors of #3a689b

#3a689b #3d3a9b #3a999b

Monochromatic Colors of #3a689b

#3a689b

Complementary Color

#3a689b #9b6d3a

#3a689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a689b Color CSS Codes

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

#3a689b Text Font Color

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

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


#3a689b Background Color

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

This div background color is #3a689b


#3a689b Border Color

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

This div border color is #3a689b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a689b


Comments

No comments written yet.

Please login to write comment.