COLOR #003463

HEX: #003463 RGB: (0,52,99)

Color info

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

RGB color model

#003463 color RGB value is (0,52,99).

RGB: (0,52,99) (0%, 20%, 39%)

RGB channels and saturation

R 0 of 255 = 0%
G 52 of 255 = 20%
B 99 of 255 = 39%

0
52
99

R + G + B ~ 20%. #003463 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 52 + 99 = 151 (100%)
R 0 of 151 ~ 0%
G 52 of 151 ~ 34.44%
B 99 of 151 ~ 65.56'%

%34.44
%65.56

CMYK color model

#003463 color CMYK value is (100,47,0,61).

  • cyan value is 100.00%
  • magenta value is 47.47%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (100,47,0,61)
C100M47Y0K61 (100%, 47%, 0%, 61%)
(1.00 / 0.47 / 0.00 / 0.61)

CMYK percentages

%100
%47.47
%0
%61.18

Codes

Color #003463 in popluar color models

00 34 63
RGB 0 52 99
HSL 208° 100.00% 19.41%
HSB/HSV 208° 100.00% 38.82%
CMYK 100.00% 47.47% 0.00%
61.18%

Color #003463 in popluar number systems.

HEX 00 34 63
Decimal 0 52 99
Binary 0 110100 1100011
Octal 0 64 143

Shades and tints

Shades of #003463

#003463
(0,52,99)
#00305A
(0,48,90)
#002C51
(0,44,81)
#002848
(0,40,72)
#00243F
(0,36,63)
#002036
(0,32,54)
#001C2D
(0,28,45)
#001824
(0,24,36)
#00141B
(0,20,27)
#001012
(0,16,18)
#000C09
(0,12,9)
#000000
(0,0,0)

Tints of #003463

#003463
(0,52,99)
#174671
(23,70,113)
#2E587F
(46,88,127)
#456A8D
(69,106,141)
#5C7C9B
(92,124,155)
#738EA9
(115,142,169)
#8AA0B7
(138,160,183)
#A1B2C5
(161,178,197)
#B8C4D3
(184,196,211)
#CFD6E1
(207,214,225)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003463 color. Also use rgb(0,52,99) instead hex code.

Text Font Color

.myTextColor { color: #003463; }

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

This text font color is #003463.

Background Color

.myBgColor { background-color: #003463; }

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

This div background color is #003463.

Border color

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

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

This div border color is #003463.

Opacity

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

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

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

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

This text has shadow with #003463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003463.

Preview

Color preview on black background

This text has color #003463 on black background.


Color preview on white background

This text has color #003463 on white background.


Black color preview on #003463 background

This text has black color on #003463 background.


White color preview on #003463 background

This text has white color on #003463 background.


Related colors

Complementary color

Complementary color for #hex is #FFCB9C.


I love getcolorcode.com

Triadic colors

1 #630034 and #346300 with #003463 are triadic colors.

2 #633400 and #340063 with #003463 are triadic colors.