COLOR #03406C

HEX: #03406C
RGB: (3,64,108)

Color info

#03406C contains mainly green and blue colors. Web safe color of #03406C is #003366 (or #036).

RGB color model

#03406C color RGB value is (3,64,108).

  • red value is 3;
  • green value is 64;
  • blue value is 108.
RGB:
(3,64,108)
(1%,25%,42%)

RGB channels and saturation

R 3 of 255 = 1%
G 64 of 255 = 25%
B 108 of 255 = 42%

3
64
108

R + G + B ~ 23%. #03406C is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 64 + 108 = 175 (100%)
R 3 of 175 ~ 1.71%
G 64 of 175 ~ 36.57%
B 108 of 175 ~ 61.71%

%36.57
%61.71

CMYK color model

#03406C color CMYK value is (97,41,0,58).

  • cyan value is 97.22%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(97,41,0,58)
C97M41Y0K58 
(97%,41%,0%,58%)
(0.97/0.41/0.00/0.58)	

CMYK percentages

%97.22
%40.74
%0
%57.65

Codes

Color #03406C in popluar color models

03406C
RGB364108
HSL205°94.59%21.76%
HSB/HSV205°97.22%42.35%
CMYK97.22%40.74%0.00%
57.65%

Color #03406C in popluar number systems.

HEX03406C
Decimal364108
Binary1110000001101100
Octal3100154

Shades and tints

Shades of #03406C

#03406C
(3,64,108)
#033B63
(3,59,99)
#03365A
(3,54,90)
#033151
(3,49,81)
#032C48
(3,44,72)
#03273F
(3,39,63)
#032236
(3,34,54)
#031D2D
(3,29,45)
#031824
(3,24,36)
#03131B
(3,19,27)
#030E12
(3,14,18)
#000000
(0,0,0)

Tints of #03406C

#03406C
(3,64,108)
#195179
(25,81,121)
#2F6286
(47,98,134)
#457393
(69,115,147)
#5B84A0
(91,132,160)
#7195AD
(113,149,173)
#87A6BA
(135,166,186)
#9DB7C7
(157,183,199)
#B3C8D4
(179,200,212)
#C9D9E1
(201,217,225)
#DFEAEE
(223,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03406C color. Also use rgb(3,64,108) instead hex code.

Text Font Color

.myTextColor { color: #03406C; }

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

This text font color is #03406C.


Background Color

.myBgColor { background-color: #03406C; }

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

This div background color is #03406C.


Border color

.myBorderColor { border: 1px solid #03406C; }

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

This div border color is #03406C.


Opacity

.myOpacity80 { color: #03406C; opacity: 0.8; }

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

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

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

This text has shadow with #03406C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03406C on black background.


Color preview on white background

This text has color #03406C on white background.



Black color preview on #03406C background

This text has black color on #03406C background.


White color preview on #03406C background

This text has white color on #03406C background.