COLOR #00395E

HEX: #00395E
RGB: (0,57,94)

Color info

#00395E contains only green and blue colors. Web safe color of #00395E is #003366 (or #036).

RGB color model

#00395E color RGB value is (0,57,94).

  • red value is 0;
  • green value is 57;
  • blue value is 94.
RGB:
(0,57,94)
(0%,22%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 57 of 255 = 22%
B 94 of 255 = 37%

0
57
94

R + G + B ~ 20%. #00395E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 57 + 94 = 151 (100%)
R 0 of 151 ~ 0%
G 57 of 151 ~ 37.75%
B 94 of 151 ~ 62.25%

%37.75
%62.25

CMYK color model

#00395E color CMYK value is (100,39,0,63).

  • cyan value is 100.00%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(100,39,0,63)
C100M39Y0K63 
(100%,39%,0%,63%)
(1.00/0.39/0.00/0.63)	

CMYK percentages

%100
%39.36
%0
%63.14

Codes

Color #00395E in popluar color models

00395E
RGB05794
HSL204°100.00%18.43%
HSB/HSV204°100.00%36.86%
CMYK100.00%39.36%0.00%
63.14%

Color #00395E in popluar number systems.

HEX00395E
Decimal05794
Binary01110011011110
Octal071136

Shades and tints

Shades of #00395E

#00395E
(0,57,94)
#003456
(0,52,86)
#002F4E
(0,47,78)
#002A46
(0,42,70)
#00253E
(0,37,62)
#002036
(0,32,54)
#001B2E
(0,27,46)
#001626
(0,22,38)
#00111E
(0,17,30)
#000C16
(0,12,22)
#00070E
(0,7,14)
#000000
(0,0,0)

Tints of #00395E

#00395E
(0,57,94)
#174B6C
(23,75,108)
#2E5D7A
(46,93,122)
#456F88
(69,111,136)
#5C8196
(92,129,150)
#7393A4
(115,147,164)
#8AA5B2
(138,165,178)
#A1B7C0
(161,183,192)
#B8C9CE
(184,201,206)
#CFDBDC
(207,219,220)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00395E color. Also use rgb(0,57,94) instead hex code.

Text Font Color

.myTextColor { color: #00395E; }

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

This text font color is #00395E.


Background Color

.myBgColor { background-color: #00395E; }

<div style="background-color:#00395E">Inner text</div>

This div background color is #00395E.


Border color

.myBorderColor { border: 1px solid #00395E; }

<div style="border:3px solid #00395E">Div</div>

This div border color is #00395E.


Opacity

.myOpacity80 { color: #00395E; opacity: 0.8; }

<p style="color:#00395E;opacity:0.8;">80%</p>

Text with #00395E 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 #00395E;}

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

This text has shadow with #00395E color.

.textShadow {text-shadow: 3px 3px 1px #00395E, 3px 3px 1px red;}

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

This text has shadow with #00395E primary color and red secondary color.


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

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

This text has shadow with #00395E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00395E on black background.


Color preview on white background

This text has color #00395E on white background.



Black color preview on #00395E background

This text has black color on #00395E background.


White color preview on #00395E background

This text has white color on #00395E background.