COLOR #003261

HEX: #003261
RGB: (0,50,97)

Color info

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

RGB color model

#003261 color RGB value is (0,50,97).

  • red value is 0;
  • green value is 50;
  • blue value is 97.
RGB:
(0,50,97)
(0%,20%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 50 of 255 = 20%
B 97 of 255 = 38%

0
50
97

R + G + B ~ 19%. #003261 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 50 + 97 = 147 (100%)
R 0 of 147 ~ 0%
G 50 of 147 ~ 34.01%
B 97 of 147 ~ 65.99%

%34.01
%65.99

CMYK color model

#003261 color CMYK value is (100,48,0,62).

  • cyan value is 100.00%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(100,48,0,62)
C100M48Y0K62 
(100%,48%,0%,62%)
(1.00/0.48/0.00/0.62)	

CMYK percentages

%100
%48.45
%0
%61.96

Codes

Color #003261 in popluar color models

003261
RGB05097
HSL209°100.00%19.02%
HSB/HSV209°100.00%38.04%
CMYK100.00%48.45%0.00%
61.96%

Color #003261 in popluar number systems.

HEX003261
Decimal05097
Binary01100101100001
Octal062141

Shades and tints

Shades of #003261

#003261
(0,50,97)
#002E59
(0,46,89)
#002A51
(0,42,81)
#002649
(0,38,73)
#002241
(0,34,65)
#001E39
(0,30,57)
#001A31
(0,26,49)
#001629
(0,22,41)
#001221
(0,18,33)
#000E19
(0,14,25)
#000A11
(0,10,17)
#000000
(0,0,0)

Tints of #003261

#003261
(0,50,97)
#17446F
(23,68,111)
#2E567D
(46,86,125)
#45688B
(69,104,139)
#5C7A99
(92,122,153)
#738CA7
(115,140,167)
#8A9EB5
(138,158,181)
#A1B0C3
(161,176,195)
#B8C2D1
(184,194,209)
#CFD4DF
(207,212,223)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003261; }

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

This text font color is #003261.


Background Color

.myBgColor { background-color: #003261; }

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

This div background color is #003261.


Border color

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

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

This div border color is #003261.


Opacity

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

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

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

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

This text has shadow with #003261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003261 on black background.


Color preview on white background

This text has color #003261 on white background.



Black color preview on #003261 background

This text has black color on #003261 background.


White color preview on #003261 background

This text has white color on #003261 background.