COLOR #003864

HEX: #003864
RGB: (0,56,100)

Color info

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

RGB color model

#003864 color RGB value is (0,56,100).

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

RGB channels and saturation

R 0 of 255 = 0%
G 56 of 255 = 22%
B 100 of 255 = 39%

0
56
100

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

Portions of RGB colors in percentages

R + G + B =
0 + 56 + 100 = 156 (100%)
R 0 of 156 ~ 0%
G 56 of 156 ~ 35.9%
B 100 of 156 ~ 64.1%

%35.9
%64.1

CMYK color model

#003864 color CMYK value is (100,44,0,61).

  • cyan value is 100.00%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(100,44,0,61)
C100M44Y0K61 
(100%,44%,0%,61%)
(1.00/0.44/0.00/0.61)	

CMYK percentages

%100
%44
%0
%60.78

Codes

Color #003864 in popluar color models

003864
RGB056100
HSL206°100.00%19.61%
HSB/HSV206°100.00%39.22%
CMYK100.00%44.00%0.00%
60.78%

Color #003864 in popluar number systems.

HEX003864
Decimal056100
Binary01110001100100
Octal070144

Shades and tints

Shades of #003864

#003864
(0,56,100)
#00335B
(0,51,91)
#002E52
(0,46,82)
#002949
(0,41,73)
#002440
(0,36,64)
#001F37
(0,31,55)
#001A2E
(0,26,46)
#001525
(0,21,37)
#00101C
(0,16,28)
#000B13
(0,11,19)
#00060A
(0,6,10)
#000000
(0,0,0)

Tints of #003864

#003864
(0,56,100)
#174A72
(23,74,114)
#2E5C80
(46,92,128)
#456E8E
(69,110,142)
#5C809C
(92,128,156)
#7392AA
(115,146,170)
#8AA4B8
(138,164,184)
#A1B6C6
(161,182,198)
#B8C8D4
(184,200,212)
#CFDAE2
(207,218,226)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003864; }

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

This text font color is #003864.


Background Color

.myBgColor { background-color: #003864; }

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

This div background color is #003864.


Border color

.myBorderColor { border: 1px solid #003864; }

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

This div border color is #003864.


Opacity

.myOpacity80 { color: #003864; opacity: 0.8; }

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

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

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

This text has shadow with #003864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003864 on black background.


Color preview on white background

This text has color #003864 on white background.



Black color preview on #003864 background

This text has black color on #003864 background.


White color preview on #003864 background

This text has white color on #003864 background.