COLOR #03407A

HEX: #03407A
RGB: (3,64,122)

Color info

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

RGB color model

#03407A color RGB value is (3,64,122).

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

RGB channels and saturation

R 3 of 255 = 1%
G 64 of 255 = 25%
B 122 of 255 = 48%

3
64
122

R + G + B ~ 25%. #03407A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 64 + 122 = 189 (100%)
R 3 of 189 ~ 1.59%
G 64 of 189 ~ 33.86%
B 122 of 189 ~ 64.55%

%33.86
%64.55

CMYK color model

#03407A color CMYK value is (98,48,0,52).

  • cyan value is 97.54%
  • magenta value is 47.54%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(98,48,0,52)
C98M48Y0K52 
(98%,48%,0%,52%)
(0.98/0.48/0.00/0.52)	

CMYK percentages

%97.54
%47.54
%0
%52.16

Codes

Color #03407A in popluar color models

03407A
RGB364122
HSL209°95.20%24.51%
HSB/HSV209°97.54%47.84%
CMYK97.54%47.54%0.00%
52.16%

Color #03407A in popluar number systems.

HEX03407A
Decimal364122
Binary1110000001111010
Octal3100172

Shades and tints

Shades of #03407A

#03407A
(3,64,122)
#033B6F
(3,59,111)
#033664
(3,54,100)
#033159
(3,49,89)
#032C4E
(3,44,78)
#032743
(3,39,67)
#032238
(3,34,56)
#031D2D
(3,29,45)
#031822
(3,24,34)
#031317
(3,19,23)
#030E0C
(3,14,12)
#000000
(0,0,0)

Tints of #03407A

#03407A
(3,64,122)
#195186
(25,81,134)
#2F6292
(47,98,146)
#45739E
(69,115,158)
#5B84AA
(91,132,170)
#7195B6
(113,149,182)
#87A6C2
(135,166,194)
#9DB7CE
(157,183,206)
#B3C8DA
(179,200,218)
#C9D9E6
(201,217,230)
#DFEAF2
(223,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03407A color. Also use rgb(3,64,122) instead hex code.

Text Font Color

.myTextColor { color: #03407A; }

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

This text font color is #03407A.


Background Color

.myBgColor { background-color: #03407A; }

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

This div background color is #03407A.


Border color

.myBorderColor { border: 1px solid #03407A; }

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

This div border color is #03407A.


Opacity

.myOpacity80 { color: #03407A; opacity: 0.8; }

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

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

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

This text has shadow with #03407A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03407A on black background.


Color preview on white background

This text has color #03407A on white background.



Black color preview on #03407A background

This text has black color on #03407A background.


White color preview on #03407A background

This text has white color on #03407A background.