COLOR #040354

HEX: #040354 RGB: (4,3,84)

Color info

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

RGB color model

#040354 color RGB value is (4,3,84).

RGB: (4,3,84) (2%, 1%, 33%)

RGB channels and saturation

R 4 of 255 = 2%
G 3 of 255 = 1%
B 84 of 255 = 33%

4
3
84

R + G + B ~ 12%. #040354 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 3 + 84 = 91 (100%)
R 4 of 91 ~ 4.4%
G 3 of 91 ~ 3.3%
B 84 of 91 ~ 92.31'%

%92.31

CMYK color model

#040354 color CMYK value is (95,96,0,67).

  • cyan value is 95.24%
  • magenta value is 96.43%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (95,96,0,67)
C95M96Y0K67 (95%, 96%, 0%, 67%)
(0.95 / 0.96 / 0.00 / 0.67)

CMYK percentages

%95.24
%96.43
%0
%67.06

Codes

Color #040354 in popluar color models

04 03 54
RGB 4 3 84
HSL 241° 93.10% 17.06%
HSB/HSV 241° 96.43% 32.94%
CMYK 95.24% 96.43% 0.00%
67.06%

Color #040354 in popluar number systems.

HEX 04 03 54
Decimal 4 3 84
Binary 100 11 1010100
Octal 4 3 124

Shades and tints

Shades of #040354

#040354
(4,3,84)
#04034D
(4,3,77)
#040346
(4,3,70)
#04033F
(4,3,63)
#040338
(4,3,56)
#040331
(4,3,49)
#04032A
(4,3,42)
#040323
(4,3,35)
#04031C
(4,3,28)
#040315
(4,3,21)
#04030E
(4,3,14)
#000000
(0,0,0)

Tints of #040354

#040354
(4,3,84)
#1A1963
(26,25,99)
#302F72
(48,47,114)
#464581
(70,69,129)
#5C5B90
(92,91,144)
#72719F
(114,113,159)
#8887AE
(136,135,174)
#9E9DBD
(158,157,189)
#B4B3CC
(180,179,204)
#CAC9DB
(202,201,219)
#E0DFEA
(224,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040354; }

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

This text font color is #040354.

Background Color

.myBgColor { background-color: #040354; }

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

This div background color is #040354.

Border color

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

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

This div border color is #040354.

Opacity

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

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

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

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

This text has shadow with #040354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040354.

Preview

Color preview on black background

This text has color #040354 on black background.


Color preview on white background

This text has color #040354 on white background.


Black color preview on #040354 background

This text has black color on #040354 background.


White color preview on #040354 background

This text has white color on #040354 background.


Related colors

Complementary color

Complementary color for #hex is #FBFCAB.


I love getcolorcode.com

Triadic colors

1 #540403 and #035404 with #040354 are triadic colors.

2 #540304 and #030454 with #040354 are triadic colors.