Color Hex Logo

#00389e Color Hex

#00389E
(0,56,158)
0 Favorites   0 Comments

Color spaces of #00389e

RGB 056158
HSL0.611.000.31
HSV219°100°62°
CMYK 1.000.650.00   0.38
XYZ7.58575.297032.9704
Yxy5.29700.16540.1155
Hunter Lab23.015218.5561-68.8251
CIE-Lab27.564727.4939-59.1912

#00389e color RGB value is (0,56,158).

#00389e hex color red value is 0, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #00389e hue: 0.61 , saturation: 1.00 and the lightness value of 00389e is 0.31.

The process color (four color CMYK) of #00389e color hex is 1.00, 0.65, 0.00, 0.38. Web safe color of #00389e is #003399. Color #00389e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111000 10011110
Octal 0 70 236
Decimal 0 56 158
Hex 0 38 9E

RGB Percentages of Color #00389e

%0.00
%26.17
%73.83

CMYK Percentages of Color #00389e

%100
%65
%0
%38

Triadic Colors of #00389e

#00389e #9e0038 #389e00

Analogous Colors of #00389e

#00389e #17009e #00879e

Monochromatic Colors of #00389e

#00389e

Complementary Color

#00389e #9e6600

#00389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00389e Color CSS Codes

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

#00389e Text Font Color

<p style="color:#00389e">Text here</p>

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


#00389e Background Color

<div style="background-color:#00389e">
Div content here</div>

This div background color is #00389e


#00389e Border Color

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

This div border color is #00389e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,56,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00389e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00389e;
  -webkit-box-shadow: 1px 1px 3px 2px #00389e;
  box-shadow:         1px 1px 3px 2px #00389e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,56,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00389e


Comments

No comments written yet.

Please login to write comment.