COLOR #002944

HEX: #002944 RGB: (0,41,68)

Color info

#002944 contains only green and blue colors. Web safe color of #002944 is #003333 (or #033).

RGB color model

#002944 color RGB value is (0,41,68).

RGB: (0,41,68) (0%, 16%, 27%)

RGB channels and saturation

R 0 of 255 = 0%
G 41 of 255 = 16%
B 68 of 255 = 27%

0
41
68

R + G + B ~ 14%. #002944 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 41 + 68 = 109 (100%)
R 0 of 109 ~ 0%
G 41 of 109 ~ 37.61%
B 68 of 109 ~ 62.39'%

%37.61
%62.39

CMYK color model

#002944 color CMYK value is (100,40,0,73).

  • cyan value is 100.00%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (100,40,0,73)
C100M40Y0K73 (100%, 40%, 0%, 73%)
(1.00 / 0.40 / 0.00 / 0.73)

CMYK percentages

%100
%39.71
%0
%73.33

Codes

Color #002944 in popluar color models

00 29 44
RGB 0 41 68
HSL 204° 100.00% 13.33%
HSB/HSV 204° 100.00% 26.67%
CMYK 100.00% 39.71% 0.00%
73.33%

Color #002944 in popluar number systems.

HEX 00 29 44
Decimal 0 41 68
Binary 0 101001 1000100
Octal 0 51 104

Shades and tints

Shades of #002944

#002944
(0,41,68)
#00263E
(0,38,62)
#002338
(0,35,56)
#002032
(0,32,50)
#001D2C
(0,29,44)
#001A26
(0,26,38)
#001720
(0,23,32)
#00141A
(0,20,26)
#001114
(0,17,20)
#000E0E
(0,14,14)
#000B08
(0,11,8)
#000000
(0,0,0)

Tints of #002944

#002944
(0,41,68)
#173C55
(23,60,85)
#2E4F66
(46,79,102)
#456277
(69,98,119)
#5C7588
(92,117,136)
#738899
(115,136,153)
#8A9BAA
(138,155,170)
#A1AEBB
(161,174,187)
#B8C1CC
(184,193,204)
#CFD4DD
(207,212,221)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002944; }

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

This text font color is #002944.

Background Color

.myBgColor { background-color: #002944; }

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

This div background color is #002944.

Border color

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

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

This div border color is #002944.

Opacity

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

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

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

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

This text has shadow with #002944 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002944.

Preview

Color preview on black background

This text has color #002944 on black background.


Color preview on white background

This text has color #002944 on white background.


Black color preview on #002944 background

This text has black color on #002944 background.


White color preview on #002944 background

This text has white color on #002944 background.


Related colors

Complementary color

Complementary color for #hex is #FFD6BB.


I love getcolorcode.com

Triadic colors

1 #440029 and #294400 with #002944 are triadic colors.

2 #442900 and #290044 with #002944 are triadic colors.