Color Hex Logo

#3a4488 Color Hex

#3A4488
(58,68,136)
0 Favorites   0 Comments

Color spaces of #3a4488

RGB 5868136
HSL0.650.400.38
HSV232°57°53°
CMYK 0.570.500.00   0.47
XYZ8.25606.811424.1721
Yxy6.81140.21040.1736
Hunter Lab26.098710.7937-36.6443
CIE-Lab31.373617.2387-39.4224

#3a4488 color RGB value is (58,68,136).

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

The process color (four color CMYK) of #3a4488 color hex is 0.57, 0.50, 0.00, 0.47. Web safe color of #3a4488 is #333399. Color #3a4488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01000100 10001000
Octal 72 104 210
Decimal 58 68 136
Hex 3A 44 88

RGB Percentages of Color #3a4488

%22.14
%25.95
%51.91

CMYK Percentages of Color #3a4488

%57
%50
%0
%47

Triadic Colors of #3a4488

#3a4488 #883a44 #44883a

Analogous Colors of #3a4488

#3a4488 #573a88 #3a6b88

Monochromatic Colors of #3a4488

#3a4488

Complementary Color

#3a4488 #887e3a

#3a4488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a4488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a4488 Color CSS Codes

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

#3a4488 Text Font Color

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

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


#3a4488 Background Color

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

This div background color is #3a4488


#3a4488 Border Color

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

This div border color is #3a4488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a4488


Comments

No comments written yet.

Please login to write comment.