Color Hex Logo

#3a6488 Color Hex

#3A6488
(58,100,136)
0 Favorites   0 Comments

Color spaces of #3a6488

RGB 58100136
HSL0.580.400.38
HSV208°57°53°
CMYK 0.570.260.00   0.47
XYZ10.746011.791525.0022
Yxy11.79150.22600.2480
Hunter Lab34.3388-4.2329-19.1322
CIE-Lab40.8828-3.4124-24.3980

#3a6488 color RGB value is (58,100,136).

#3a6488 hex color red value is 58, green value is 100 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #3a6488 hue: 0.58 , saturation: 0.40 and the lightness value of 3a6488 is 0.38.

The process color (four color CMYK) of #3a6488 color hex is 0.57, 0.26, 0.00, 0.47. Web safe color of #3a6488 is #336699. Color #3a6488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01100100 10001000
Octal 72 144 210
Decimal 58 100 136
Hex 3A 64 88

RGB Percentages of Color #3a6488

%19.73
%34.01
%46.26

CMYK Percentages of Color #3a6488

%57
%26
%0
%47

Triadic Colors of #3a6488

#3a6488 #883a64 #64883a

Analogous Colors of #3a6488

#3a6488 #3a3d88 #3a8885

Monochromatic Colors of #3a6488

#3a6488

Complementary Color

#3a6488 #885e3a

#3a6488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a6488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a6488 Color CSS Codes

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

#3a6488 Text Font Color

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

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


#3a6488 Background Color

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

This div background color is #3a6488


#3a6488 Border Color

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

This div border color is #3a6488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a6488


Comments

No comments written yet.

Please login to write comment.