COLOR #425A8D

HEX: #425A8D RGB: (66,90,141)

Color info

#425A8D contains mainly green and blue colors. Web safe color of #425A8D is #336699 (or #369).

RGB color model

#425A8D color RGB value is (66,90,141).

RGB: (66,90,141) (26%, 35%, 55%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 141 of 255 = 55%

66
90
141

R + G + B ~ 39%. #425A8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 90 + 141 = 297 (100%)
R 66 of 297 ~ 22.22%
G 90 of 297 ~ 30.3%
B 141 of 297 ~ 47.47'%

%22.22
%30.3
%47.47

CMYK color model

#425A8D color CMYK value is (53,36,0,45).

  • cyan value is 53.19%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (53,36,0,45)
C53M36Y0K45 (53%, 36%, 0%, 45%)
(0.53 / 0.36 / 0.00 / 0.45)

CMYK percentages

%53.19
%36.17
%0
%44.71

Codes

Color #425A8D in popluar color models

42 5A 8D
RGB 66 90 141
HSL 221° 36.23% 40.59%
HSB/HSV 221° 53.19% 55.29%
CMYK 53.19% 36.17% 0.00%
44.71%

Color #425A8D in popluar number systems.

HEX 42 5A 8D
Decimal 66 90 141
Binary 1000010 1011010 10001101
Octal 102 132 215

Shades and tints

Shades of #425A8D

#425A8D
(66,90,141)
#3C5281
(60,82,129)
#364A75
(54,74,117)
#304269
(48,66,105)
#2A3A5D
(42,58,93)
#243251
(36,50,81)
#1E2A45
(30,42,69)
#182239
(24,34,57)
#121A2D
(18,26,45)
#0C1221
(12,18,33)
#060A15
(6,10,21)
#000000
(0,0,0)

Tints of #425A8D

#425A8D
(66,90,141)
#536997
(83,105,151)
#6478A1
(100,120,161)
#7587AB
(117,135,171)
#8696B5
(134,150,181)
#97A5BF
(151,165,191)
#A8B4C9
(168,180,201)
#B9C3D3
(185,195,211)
#CAD2DD
(202,210,221)
#DBE1E7
(219,225,231)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425A8D color. Also use rgb(66,90,141) instead hex code.

Text Font Color

.myTextColor { color: #425A8D; }

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

This text font color is #425A8D.

Background Color

.myBgColor { background-color: #425A8D; }

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

This div background color is #425A8D.

Border color

.myBorderColor { border: 1px solid #425A8D; }

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

This div border color is #425A8D.

Opacity

.myOpacity80 { color: #425A8D; opacity: 0.8; }

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

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

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

This text has shadow with #425A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425A8D.

Preview

Color preview on black background

This text has color #425A8D on black background.


Color preview on white background

This text has color #425A8D on white background.


Black color preview on #425A8D background

This text has black color on #425A8D background.


White color preview on #425A8D background

This text has white color on #425A8D background.


Related colors

Complementary color

Complementary color for #hex is #BDA572.


I love getcolorcode.com

Triadic colors

1 #8D425A and #5A8D42 with #425A8D are triadic colors.

2 #8D5A42 and #5A428D with #425A8D are triadic colors.