Color Hex Logo

#3a4896 Color Hex

#3A4896
(58,72,150)
0 Favorites   0 Comments

Color spaces of #3a4896

RGB 5872150
HSL0.640.440.41
HSV231°61°59°
CMYK 0.610.520.00   0.41
XYZ9.56737.736329.8432
Yxy7.73630.20290.1641
Hunter Lab27.814212.7241-44.1452
CIE-Lab33.427619.5380-44.6948

#3a4896 color RGB value is (58,72,150).

#3a4896 hex color red value is 58, green value is 72 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #3a4896 hue: 0.64 , saturation: 0.44 and the lightness value of 3a4896 is 0.41.

The process color (four color CMYK) of #3a4896 color hex is 0.61, 0.52, 0.00, 0.41. Web safe color of #3a4896 is #333399. Color #3a4896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01001000 10010110
Octal 72 110 226
Decimal 58 72 150
Hex 3A 48 96

RGB Percentages of Color #3a4896

%20.71
%25.71
%53.57

CMYK Percentages of Color #3a4896

%61
%52
%0
%41

Triadic Colors of #3a4896

#3a4896 #963a48 #48963a

Analogous Colors of #3a4896

#3a4896 #5a3a96 #3a7696

Monochromatic Colors of #3a4896

#3a4896

Complementary Color

#3a4896 #96883a

#3a4896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a4896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a4896 Color CSS Codes

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

#3a4896 Text Font Color

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

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


#3a4896 Background Color

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

This div background color is #3a4896


#3a4896 Border Color

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

This div border color is #3a4896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a4896


Comments

No comments written yet.

Please login to write comment.