COLOR #003456

HEX: #003456
RGB: (0,52,86)

Color info

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

RGB color model

#003456 color RGB value is (0,52,86).

  • red value is 0;
  • green value is 52;
  • blue value is 86.
RGB:
(0,52,86)
(0%,20%,34%)

RGB channels and saturation

R 0 of 255 = 0%
G 52 of 255 = 20%
B 86 of 255 = 34%

0
52
86

R + G + B ~ 18%. #003456 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 52 + 86 = 138 (100%)
R 0 of 138 ~ 0%
G 52 of 138 ~ 37.68%
B 86 of 138 ~ 62.32%

%37.68
%62.32

CMYK color model

#003456 color CMYK value is (100,40,0,66).

  • cyan value is 100.00%
  • magenta value is 39.53%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(100,40,0,66)
C100M40Y0K66 
(100%,40%,0%,66%)
(1.00/0.40/0.00/0.66)	

CMYK percentages

%100
%39.53
%0
%66.27

Codes

Color #003456 in popluar color models

003456
RGB05286
HSL204°100.00%16.86%
HSB/HSV204°100.00%33.73%
CMYK100.00%39.53%0.00%
66.27%

Color #003456 in popluar number systems.

HEX003456
Decimal05286
Binary01101001010110
Octal064126

Shades and tints

Shades of #003456

#003456
(0,52,86)
#00304F
(0,48,79)
#002C48
(0,44,72)
#002841
(0,40,65)
#00243A
(0,36,58)
#002033
(0,32,51)
#001C2C
(0,28,44)
#001825
(0,24,37)
#00141E
(0,20,30)
#001017
(0,16,23)
#000C10
(0,12,16)
#000000
(0,0,0)

Tints of #003456

#003456
(0,52,86)
#174665
(23,70,101)
#2E5874
(46,88,116)
#456A83
(69,106,131)
#5C7C92
(92,124,146)
#738EA1
(115,142,161)
#8AA0B0
(138,160,176)
#A1B2BF
(161,178,191)
#B8C4CE
(184,196,206)
#CFD6DD
(207,214,221)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003456 color. Also use rgb(0,52,86) instead hex code.

Text Font Color

.myTextColor { color: #003456; }

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

This text font color is #003456.


Background Color

.myBgColor { background-color: #003456; }

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

This div background color is #003456.


Border color

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

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

This div border color is #003456.


Opacity

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

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

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

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

This text has shadow with #003456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003456 on black background.


Color preview on white background

This text has color #003456 on white background.



Black color preview on #003456 background

This text has black color on #003456 background.


White color preview on #003456 background

This text has white color on #003456 background.