COLOR #03054D

HEX: #03054D RGB: (3,5,77)

Color info

#03054D contains mainly blue color. Web safe color of #03054D is #000033 (or #003).

RGB color model

#03054D color RGB value is (3,5,77).

RGB: (3,5,77) (1%, 2%, 30%)

RGB channels and saturation

R 3 of 255 = 1%
G 5 of 255 = 2%
B 77 of 255 = 30%

3
5
77

R + G + B ~ 11%. #03054D is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 5 + 77 = 85 (100%)
R 3 of 85 ~ 3.53%
G 5 of 85 ~ 5.88%
B 77 of 85 ~ 90.59'%

%90.59

CMYK color model

#03054D color CMYK value is (96,94,0,70).

  • cyan value is 96.10%
  • magenta value is 93.51%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (96,94,0,70)
C96M94Y0K70 (96%, 94%, 0%, 70%)
(0.96 / 0.94 / 0.00 / 0.70)

CMYK percentages

%96.1
%93.51
%0
%69.8

Codes

Color #03054D in popluar color models

03 05 4D
RGB 3 5 77
HSL 238° 92.50% 15.69%
HSB/HSV 238° 96.10% 30.20%
CMYK 96.10% 93.51% 0.00%
69.80%

Color #03054D in popluar number systems.

HEX 03 05 4D
Decimal 3 5 77
Binary 11 101 1001101
Octal 3 5 115

Shades and tints

Shades of #03054D

#03054D
(3,5,77)
#030546
(3,5,70)
#03053F
(3,5,63)
#030538
(3,5,56)
#030531
(3,5,49)
#03052A
(3,5,42)
#030523
(3,5,35)
#03051C
(3,5,28)
#030515
(3,5,21)
#03050E
(3,5,14)
#030507
(3,5,7)
#000000
(0,0,0)

Tints of #03054D

#03054D
(3,5,77)
#191B5D
(25,27,93)
#2F316D
(47,49,109)
#45477D
(69,71,125)
#5B5D8D
(91,93,141)
#71739D
(113,115,157)
#8789AD
(135,137,173)
#9D9FBD
(157,159,189)
#B3B5CD
(179,181,205)
#C9CBDD
(201,203,221)
#DFE1ED
(223,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03054D color. Also use rgb(3,5,77) instead hex code.

Text Font Color

.myTextColor { color: #03054D; }

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

This text font color is #03054D.

Background Color

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

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

This div background color is #03054D.

Border color

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

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

This div border color is #03054D.

Opacity

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

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

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

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

This text has shadow with #03054D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03054D.

Preview

Color preview on black background

This text has color #03054D on black background.


Color preview on white background

This text has color #03054D on white background.


Black color preview on #03054D background

This text has black color on #03054D background.


White color preview on #03054D background

This text has white color on #03054D background.


Related colors

Complementary color

Complementary color for #hex is #FCFAB2.


I love getcolorcode.com

Triadic colors

1 #4D0305 and #054D03 with #03054D are triadic colors.

2 #4D0503 and #05034D with #03054D are triadic colors.