COLOR #00389C

HEX: #00389C
RGB: (0,56,156)

Color info

#00389C contains mainly blue color. Web safe color of #00389C is #003399 (or #039).

RGB color model

#00389C color RGB value is (0,56,156).

  • red value is 0;
  • green value is 56;
  • blue value is 156.
RGB:
(0,56,156)
(0%,22%,61%)

RGB channels and saturation

R 0 of 255 = 0%
G 56 of 255 = 22%
B 156 of 255 = 61%

0
56
156

R + G + B ~ 28%. #00389C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 56 + 156 = 212 (100%)
R 0 of 212 ~ 0%
G 56 of 212 ~ 26.42%
B 156 of 212 ~ 73.58%

%26.42
%73.58

CMYK color model

#00389C color CMYK value is (100,64,0,39).

  • cyan value is 100.00%
  • magenta value is 64.10%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(100,64,0,39)
C100M64Y0K39 
(100%,64%,0%,39%)
(1.00/0.64/0.00/0.39)	

CMYK percentages

%100
%64.1
%0
%38.82

Codes

Color #00389C in popluar color models

00389C
RGB056156
HSL218°100.00%30.59%
HSB/HSV218°100.00%61.18%
CMYK100.00%64.10%0.00%
38.82%

Color #00389C in popluar number systems.

HEX00389C
Decimal056156
Binary011100010011100
Octal070234

Shades and tints

Shades of #00389C

#00389C
(0,56,156)
#00338E
(0,51,142)
#002E80
(0,46,128)
#002972
(0,41,114)
#002464
(0,36,100)
#001F56
(0,31,86)
#001A48
(0,26,72)
#00153A
(0,21,58)
#00102C
(0,16,44)
#000B1E
(0,11,30)
#000610
(0,6,16)
#000000
(0,0,0)

Tints of #00389C

#00389C
(0,56,156)
#174AA5
(23,74,165)
#2E5CAE
(46,92,174)
#456EB7
(69,110,183)
#5C80C0
(92,128,192)
#7392C9
(115,146,201)
#8AA4D2
(138,164,210)
#A1B6DB
(161,182,219)
#B8C8E4
(184,200,228)
#CFDAED
(207,218,237)
#E6ECF6
(230,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00389C color. Also use rgb(0,56,156) instead hex code.

Text Font Color

.myTextColor { color: #00389C; }

<p style="color:#00389C">This sample text font color is #00389C.</p>

This text font color is #00389C.


Background Color

.myBgColor { background-color: #00389C; }

<div style="background-color:#00389C">Inner text</div>

This div background color is #00389C.


Border color

.myBorderColor { border: 1px solid #00389C; }

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

This div border color is #00389C.


Opacity

.myOpacity80 { color: #00389C; opacity: 0.8; }

<p style="color:#00389C;opacity:0.8;">80%</p>

Text with #00389C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00389C;}

<p style="text-shadow: 3px 3px 1px #00389C">Text here.</p>

This text has shadow with #00389C color.

.textShadow {text-shadow: 3px 3px 1px #00389C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00389C, 5px 5px 20px red">Text here.</p>

This text has shadow with #00389C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00389C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00389C, Direction=45, Strength=4)">Text</p>

This text has shadow with #00389C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00389C;
  -webkit-box-shadow:	1px 1px 3px 2px #00389C;
  box-shadow:		1px 1px 3px 2px #00389C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00389C;
-webkit-box-shadow: 1px 1px 3px 2px #00389C;
box-shadow:1px 1px 3px 2px #00389C;">
Div content here</div>
This div box has shadow with color #00389C.

Preview

Color preview on black background

This text has color #00389C on black background.


Color preview on white background

This text has color #00389C on white background.



Black color preview on #00389C background

This text has black color on #00389C background.


White color preview on #00389C background

This text has white color on #00389C background.