COLOR #003270

HEX: #003270 RGB: (0,50,112)

Color info

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

RGB color model

#003270 color RGB value is (0,50,112).

RGB: (0,50,112) (0%, 20%, 44%)

RGB channels and saturation

R 0 of 255 = 0%
G 50 of 255 = 20%
B 112 of 255 = 44%

0
50
112

R + G + B ~ 21%. #003270 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 50 + 112 = 162 (100%)
R 0 of 162 ~ 0%
G 50 of 162 ~ 30.86%
B 112 of 162 ~ 69.14'%

%30.86
%69.14

CMYK color model

#003270 color CMYK value is (100,55,0,56).

  • cyan value is 100.00%
  • magenta value is 55.36%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (100,55,0,56)
C100M55Y0K56 (100%, 55%, 0%, 56%)
(1.00 / 0.55 / 0.00 / 0.56)

CMYK percentages

%100
%55.36
%0
%56.08

Codes

Color #003270 in popluar color models

00 32 70
RGB 0 50 112
HSL 213° 100.00% 21.96%
HSB/HSV 213° 100.00% 43.92%
CMYK 100.00% 55.36% 0.00%
56.08%

Color #003270 in popluar number systems.

HEX 00 32 70
Decimal 0 50 112
Binary 0 110010 1110000
Octal 0 62 160

Shades and tints

Shades of #003270

#003270
(0,50,112)
#002E66
(0,46,102)
#002A5C
(0,42,92)
#002652
(0,38,82)
#002248
(0,34,72)
#001E3E
(0,30,62)
#001A34
(0,26,52)
#00162A
(0,22,42)
#001220
(0,18,32)
#000E16
(0,14,22)
#000A0C
(0,10,12)
#000000
(0,0,0)

Tints of #003270

#003270
(0,50,112)
#17447D
(23,68,125)
#2E568A
(46,86,138)
#456897
(69,104,151)
#5C7AA4
(92,122,164)
#738CB1
(115,140,177)
#8A9EBE
(138,158,190)
#A1B0CB
(161,176,203)
#B8C2D8
(184,194,216)
#CFD4E5
(207,212,229)
#E6E6F2
(230,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003270 color. Also use rgb(0,50,112) instead hex code.

Text Font Color

.myTextColor { color: #003270; }

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

This text font color is #003270.

Background Color

.myBgColor { background-color: #003270; }

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

This div background color is #003270.

Border color

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

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

This div border color is #003270.

Opacity

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

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

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

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

This text has shadow with #003270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003270.

Preview

Color preview on black background

This text has color #003270 on black background.


Color preview on white background

This text has color #003270 on white background.


Black color preview on #003270 background

This text has black color on #003270 background.


White color preview on #003270 background

This text has white color on #003270 background.


Related colors

Complementary color

Complementary color for #hex is #FFCD8F.


I love getcolorcode.com

Triadic colors

1 #700032 and #327000 with #003270 are triadic colors.

2 #703200 and #320070 with #003270 are triadic colors.