COLOR #03046D

HEX: #03046D RGB: (3,4,109)

Color info

#03046D contains mainly blue color. Web safe color of #03046D is #000066 (or #006).

RGB color model

#03046D color RGB value is (3,4,109).

RGB: (3,4,109) (1%, 2%, 43%)

RGB channels and saturation

R 3 of 255 = 1%
G 4 of 255 = 2%
B 109 of 255 = 43%

3
4
109

R + G + B ~ 15%. #03046D is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 4 + 109 = 116 (100%)
R 3 of 116 ~ 2.59%
G 4 of 116 ~ 3.45%
B 109 of 116 ~ 93.97'%

%93.97

CMYK color model

#03046D color CMYK value is (97,96,0,57).

  • cyan value is 97.25%
  • magenta value is 96.33%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (97,96,0,57)
C97M96Y0K57 (97%, 96%, 0%, 57%)
(0.97 / 0.96 / 0.00 / 0.57)

CMYK percentages

%97.25
%96.33
%0
%57.25

Codes

Color #03046D in popluar color models

03 04 6D
RGB 3 4 109
HSL 239° 94.64% 21.96%
HSB/HSV 239° 97.25% 42.75%
CMYK 97.25% 96.33% 0.00%
57.25%

Color #03046D in popluar number systems.

HEX 03 04 6D
Decimal 3 4 109
Binary 11 100 1101101
Octal 3 4 155

Shades and tints

Shades of #03046D

#03046D
(3,4,109)
#030464
(3,4,100)
#03045B
(3,4,91)
#030452
(3,4,82)
#030449
(3,4,73)
#030440
(3,4,64)
#030437
(3,4,55)
#03042E
(3,4,46)
#030425
(3,4,37)
#03041C
(3,4,28)
#030413
(3,4,19)
#000000
(0,0,0)

Tints of #03046D

#03046D
(3,4,109)
#191A7A
(25,26,122)
#2F3087
(47,48,135)
#454694
(69,70,148)
#5B5CA1
(91,92,161)
#7172AE
(113,114,174)
#8788BB
(135,136,187)
#9D9EC8
(157,158,200)
#B3B4D5
(179,180,213)
#C9CAE2
(201,202,226)
#DFE0EF
(223,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03046D color. Also use rgb(3,4,109) instead hex code.

Text Font Color

.myTextColor { color: #03046D; }

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

This text font color is #03046D.

Background Color

.myBgColor { background-color: #03046D; }

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

This div background color is #03046D.

Border color

.myBorderColor { border: 1px solid #03046D; }

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

This div border color is #03046D.

Opacity

.myOpacity80 { color: #03046D; opacity: 0.8; }

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

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

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

This text has shadow with #03046D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03046D.

Preview

Color preview on black background

This text has color #03046D on black background.


Color preview on white background

This text has color #03046D on white background.


Black color preview on #03046D background

This text has black color on #03046D background.


White color preview on #03046D background

This text has white color on #03046D background.


Related colors

Complementary color

Complementary color for #hex is #FCFB92.


I love getcolorcode.com

Triadic colors

1 #6D0304 and #046D03 with #03046D are triadic colors.

2 #6D0403 and #04036D with #03046D are triadic colors.