COLOR #003B64

HEX: #003B64
RGB: (0,59,100)

Color info

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

RGB color model

#003B64 color RGB value is (0,59,100).

  • red value is 0;
  • green value is 59;
  • blue value is 100.
RGB:
(0,59,100)
(0%,23%,39%)

RGB channels and saturation

R 0 of 255 = 0%
G 59 of 255 = 23%
B 100 of 255 = 39%

0
59
100

R + G + B ~ 21%. #003B64 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 59 + 100 = 159 (100%)
R 0 of 159 ~ 0%
G 59 of 159 ~ 37.11%
B 100 of 159 ~ 62.89%

%37.11
%62.89

CMYK color model

#003B64 color CMYK value is (100,41,0,61).

  • cyan value is 100.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(100,41,0,61)
C100M41Y0K61 
(100%,41%,0%,61%)
(1.00/0.41/0.00/0.61)	

CMYK percentages

%100
%41
%0
%60.78

Codes

Color #003B64 in popluar color models

003B64
RGB059100
HSL205°100.00%19.61%
HSB/HSV205°100.00%39.22%
CMYK100.00%41.00%0.00%
60.78%

Color #003B64 in popluar number systems.

HEX003B64
Decimal059100
Binary01110111100100
Octal073144

Shades and tints

Shades of #003B64

#003B64
(0,59,100)
#00365B
(0,54,91)
#003152
(0,49,82)
#002C49
(0,44,73)
#002740
(0,39,64)
#002237
(0,34,55)
#001D2E
(0,29,46)
#001825
(0,24,37)
#00131C
(0,19,28)
#000E13
(0,14,19)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #003B64

#003B64
(0,59,100)
#174C72
(23,76,114)
#2E5D80
(46,93,128)
#456E8E
(69,110,142)
#5C7F9C
(92,127,156)
#7390AA
(115,144,170)
#8AA1B8
(138,161,184)
#A1B2C6
(161,178,198)
#B8C3D4
(184,195,212)
#CFD4E2
(207,212,226)
#E6E5F0
(230,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003B64 color. Also use rgb(0,59,100) instead hex code.

Text Font Color

.myTextColor { color: #003B64; }

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

This text font color is #003B64.


Background Color

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

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

This div background color is #003B64.


Border color

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

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

This div border color is #003B64.


Opacity

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

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

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

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

This text has shadow with #003B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003B64 on black background.


Color preview on white background

This text has color #003B64 on white background.



Black color preview on #003B64 background

This text has black color on #003B64 background.


White color preview on #003B64 background

This text has white color on #003B64 background.