COLOR #003A57

HEX: #003A57
RGB: (0,58,87)

Color info

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

RGB color model

#003A57 color RGB value is (0,58,87).

  • red value is 0;
  • green value is 58;
  • blue value is 87.
RGB:
(0,58,87)
(0%,23%,34%)

RGB channels and saturation

R 0 of 255 = 0%
G 58 of 255 = 23%
B 87 of 255 = 34%

0
58
87

R + G + B ~ 19%. #003A57 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 58 + 87 = 145 (100%)
R 0 of 145 ~ 0%
G 58 of 145 ~ 40%
B 87 of 145 ~ 60%

%40
%60

CMYK color model

#003A57 color CMYK value is (100,33,0,66).

  • cyan value is 100.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(100,33,0,66)
C100M33Y0K66 
(100%,33%,0%,66%)
(1.00/0.33/0.00/0.66)	

CMYK percentages

%100
%33.33
%0
%65.88

Codes

Color #003A57 in popluar color models

003A57
RGB05887
HSL200°100.00%17.06%
HSB/HSV200°100.00%34.12%
CMYK100.00%33.33%0.00%
65.88%

Color #003A57 in popluar number systems.

HEX003A57
Decimal05887
Binary01110101010111
Octal072127

Shades and tints

Shades of #003A57

#003A57
(0,58,87)
#003550
(0,53,80)
#003049
(0,48,73)
#002B42
(0,43,66)
#00263B
(0,38,59)
#002134
(0,33,52)
#001C2D
(0,28,45)
#001726
(0,23,38)
#00121F
(0,18,31)
#000D18
(0,13,24)
#000811
(0,8,17)
#000000
(0,0,0)

Tints of #003A57

#003A57
(0,58,87)
#174B66
(23,75,102)
#2E5C75
(46,92,117)
#456D84
(69,109,132)
#5C7E93
(92,126,147)
#738FA2
(115,143,162)
#8AA0B1
(138,160,177)
#A1B1C0
(161,177,192)
#B8C2CF
(184,194,207)
#CFD3DE
(207,211,222)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003A57 color. Also use rgb(0,58,87) instead hex code.

Text Font Color

.myTextColor { color: #003A57; }

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

This text font color is #003A57.


Background Color

.myBgColor { background-color: #003A57; }

<div style="background-color:#003A57">Inner text</div>

This div background color is #003A57.


Border color

.myBorderColor { border: 1px solid #003A57; }

<div style="border:3px solid #003A57">Div</div>

This div border color is #003A57.


Opacity

.myOpacity80 { color: #003A57; opacity: 0.8; }

<p style="color:#003A57;opacity:0.8;">80%</p>

Text with #003A57 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 #003A57;}

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

This text has shadow with #003A57 color.

.textShadow {text-shadow: 3px 3px 1px #003A57, 3px 3px 1px red;}

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

This text has shadow with #003A57 primary color and red secondary color.


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

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

This text has shadow with #003A57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003A57 on black background.


Color preview on white background

This text has color #003A57 on white background.



Black color preview on #003A57 background

This text has black color on #003A57 background.


White color preview on #003A57 background

This text has white color on #003A57 background.