COLOR #030774

HEX: #030774
RGB: (3,7,116)

Color info

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

RGB color model

#030774 color RGB value is (3,7,116).

  • red value is 3;
  • green value is 7;
  • blue value is 116.
RGB:
(3,7,116)
(1%,3%,45%)

RGB channels and saturation

R 3 of 255 = 1%
G 7 of 255 = 3%
B 116 of 255 = 45%

3
7
116

R + G + B ~ 16%. #030774 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 7 + 116 = 126 (100%)
R 3 of 126 ~ 2.38%
G 7 of 126 ~ 5.56%
B 116 of 126 ~ 92.06%

%92.06

CMYK color model

#030774 color CMYK value is (97,94,0,55).

  • cyan value is 97.41%
  • magenta value is 93.97%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(97,94,0,55)
C97M94Y0K55 
(97%,94%,0%,55%)
(0.97/0.94/0.00/0.55)	

CMYK percentages

%97.41
%93.97
%0
%54.51

Codes

Color #030774 in popluar color models

030774
RGB37116
HSL238°94.96%23.33%
HSB/HSV238°97.41%45.49%
CMYK97.41%93.97%0.00%
54.51%

Color #030774 in popluar number systems.

HEX030774
Decimal37116
Binary111111110100
Octal37164

Shades and tints

Shades of #030774

#030774
(3,7,116)
#03076A
(3,7,106)
#030760
(3,7,96)
#030756
(3,7,86)
#03074C
(3,7,76)
#030742
(3,7,66)
#030738
(3,7,56)
#03072E
(3,7,46)
#030724
(3,7,36)
#03071A
(3,7,26)
#030710
(3,7,16)
#000000
(0,0,0)

Tints of #030774

#030774
(3,7,116)
#191D80
(25,29,128)
#2F338C
(47,51,140)
#454998
(69,73,152)
#5B5FA4
(91,95,164)
#7175B0
(113,117,176)
#878BBC
(135,139,188)
#9DA1C8
(157,161,200)
#B3B7D4
(179,183,212)
#C9CDE0
(201,205,224)
#DFE3EC
(223,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030774 color. Also use rgb(3,7,116) instead hex code.

Text Font Color

.myTextColor { color: #030774; }

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

This text font color is #030774.


Background Color

.myBgColor { background-color: #030774; }

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

This div background color is #030774.


Border color

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

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

This div border color is #030774.


Opacity

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

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

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

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

This text has shadow with #030774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030774 on black background.


Color preview on white background

This text has color #030774 on white background.



Black color preview on #030774 background

This text has black color on #030774 background.


White color preview on #030774 background

This text has white color on #030774 background.