COLOR #003774

HEX: #003774 RGB: (0,55,116)

Color info

#003774 contains mainly blue color. Web safe color of #003774 is #003366 (or #036).

RGB color model

#003774 color RGB value is (0,55,116).

RGB: (0,55,116) (0%, 22%, 45%)

RGB channels and saturation

R 0 of 255 = 0%
G 55 of 255 = 22%
B 116 of 255 = 45%

0
55
116

R + G + B ~ 22%. #003774 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 55 + 116 = 171 (100%)
R 0 of 171 ~ 0%
G 55 of 171 ~ 32.16%
B 116 of 171 ~ 67.84'%

%32.16
%67.84

CMYK color model

#003774 color CMYK value is (100,53,0,55).

  • cyan value is 100.00%
  • magenta value is 52.59%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (100,53,0,55)
C100M53Y0K55 (100%, 53%, 0%, 55%)
(1.00 / 0.53 / 0.00 / 0.55)

CMYK percentages

%100
%52.59
%0
%54.51

Codes

Color #003774 in popluar color models

00 37 74
RGB 0 55 116
HSL 212° 100.00% 22.75%
HSB/HSV 212° 100.00% 45.49%
CMYK 100.00% 52.59% 0.00%
54.51%

Color #003774 in popluar number systems.

HEX 00 37 74
Decimal 0 55 116
Binary 0 110111 1110100
Octal 0 67 164

Shades and tints

Shades of #003774

#003774
(0,55,116)
#00326A
(0,50,106)
#002D60
(0,45,96)
#002856
(0,40,86)
#00234C
(0,35,76)
#001E42
(0,30,66)
#001938
(0,25,56)
#00142E
(0,20,46)
#000F24
(0,15,36)
#000A1A
(0,10,26)
#000510
(0,5,16)
#000000
(0,0,0)

Tints of #003774

#003774
(0,55,116)
#174980
(23,73,128)
#2E5B8C
(46,91,140)
#456D98
(69,109,152)
#5C7FA4
(92,127,164)
#7391B0
(115,145,176)
#8AA3BC
(138,163,188)
#A1B5C8
(161,181,200)
#B8C7D4
(184,199,212)
#CFD9E0
(207,217,224)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003774 color. Also use rgb(0,55,116) instead hex code.

Text Font Color

.myTextColor { color: #003774; }

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

This text font color is #003774.

Background Color

.myBgColor { background-color: #003774; }

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

This div background color is #003774.

Border color

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

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

This div border color is #003774.

Opacity

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

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

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

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

This text has shadow with #003774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003774.

Preview

Color preview on black background

This text has color #003774 on black background.


Color preview on white background

This text has color #003774 on white background.


Black color preview on #003774 background

This text has black color on #003774 background.


White color preview on #003774 background

This text has white color on #003774 background.


Related colors

Complementary color

Complementary color for #hex is #FFC88B.


I love getcolorcode.com

Triadic colors

1 #740037 and #377400 with #003774 are triadic colors.

2 #743700 and #370074 with #003774 are triadic colors.