COLOR #002956

HEX: #002956
RGB: (0,41,86)

Color info

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

RGB color model

#002956 color RGB value is (0,41,86).

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

RGB channels and saturation

R 0 of 255 = 0%
G 41 of 255 = 16%
B 86 of 255 = 34%

0
41
86

R + G + B ~ 17%. #002956 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 41 + 86 = 127 (100%)
R 0 of 127 ~ 0%
G 41 of 127 ~ 32.28%
B 86 of 127 ~ 67.72%

%32.28
%67.72

CMYK color model

#002956 color CMYK value is (100,52,0,66).

  • cyan value is 100.00%
  • magenta value is 52.33%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(100,52,0,66)
C100M52Y0K66 
(100%,52%,0%,66%)
(1.00/0.52/0.00/0.66)	

CMYK percentages

%100
%52.33
%0
%66.27

Codes

Color #002956 in popluar color models

002956
RGB04186
HSL211°100.00%16.86%
HSB/HSV211°100.00%33.73%
CMYK100.00%52.33%0.00%
66.27%

Color #002956 in popluar number systems.

HEX002956
Decimal04186
Binary01010011010110
Octal051126

Shades and tints

Shades of #002956

#002956
(0,41,86)
#00264F
(0,38,79)
#002348
(0,35,72)
#002041
(0,32,65)
#001D3A
(0,29,58)
#001A33
(0,26,51)
#00172C
(0,23,44)
#001425
(0,20,37)
#00111E
(0,17,30)
#000E17
(0,14,23)
#000B10
(0,11,16)
#000000
(0,0,0)

Tints of #002956

#002956
(0,41,86)
#173C65
(23,60,101)
#2E4F74
(46,79,116)
#456283
(69,98,131)
#5C7592
(92,117,146)
#7388A1
(115,136,161)
#8A9BB0
(138,155,176)
#A1AEBF
(161,174,191)
#B8C1CE
(184,193,206)
#CFD4DD
(207,212,221)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002956; }

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

This text font color is #002956.


Background Color

.myBgColor { background-color: #002956; }

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

This div background color is #002956.


Border color

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

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

This div border color is #002956.


Opacity

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

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

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

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

This text has shadow with #002956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002956 on black background.


Color preview on white background

This text has color #002956 on white background.



Black color preview on #002956 background

This text has black color on #002956 background.


White color preview on #002956 background

This text has white color on #002956 background.