Color Hex Logo

#3a389b Color Hex

#3A389B
(58,56,155)
0 Favorites   0 Comments

Color spaces of #3a389b

RGB 5856155
HSL0.670.470.41
HSV241°64°61°
CMYK 0.630.640.00   0.39
XYZ9.07556.094431.7084
Yxy6.09440.19360.1300
Hunter Lab24.686822.4191-58.8728
CIE-Lab29.649431.7676-53.8609

#3a389b color RGB value is (58,56,155).

#3a389b hex color red value is 58, green value is 56 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #3a389b hue: 0.67 , saturation: 0.47 and the lightness value of 3a389b is 0.41.

The process color (four color CMYK) of #3a389b color hex is 0.63, 0.64, 0.00, 0.39. Web safe color of #3a389b is #333399. Color #3a389b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00111000 10011011
Octal 72 70 233
Decimal 58 56 155
Hex 3A 38 9B

RGB Percentages of Color #3a389b

%21.56
%20.82
%57.62

CMYK Percentages of Color #3a389b

%63
%64
%0
%39

Triadic Colors of #3a389b

#3a389b #9b3a38 #389b3a

Analogous Colors of #3a389b

#3a389b #6c389b #38689b

Monochromatic Colors of #3a389b

#3a389b

Complementary Color

#3a389b #999b38

#3a389b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a389b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a389b Color CSS Codes

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

#3a389b Text Font Color

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

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


#3a389b Background Color

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

This div background color is #3a389b


#3a389b Border Color

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

This div border color is #3a389b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a389b


Comments

No comments written yet.

Please login to write comment.