COLOR #425A8F

HEX: #425A8F RGB: (66,90,143)

Color info

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

RGB color model

#425A8F color RGB value is (66,90,143).

RGB: (66,90,143) (26%, 35%, 56%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 143 of 255 = 56%

66
90
143

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

Portions of RGB colors in percentages

R + G + B = 66 + 90 + 143 = 299 (100%)
R 66 of 299 ~ 22.07%
G 90 of 299 ~ 30.1%
B 143 of 299 ~ 47.83'%

%22.07
%30.1
%47.83

CMYK color model

#425A8F color CMYK value is (54,37,0,44).

  • cyan value is 53.85%
  • magenta value is 37.06%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (54,37,0,44)
C54M37Y0K44 (54%, 37%, 0%, 44%)
(0.54 / 0.37 / 0.00 / 0.44)

CMYK percentages

%53.85
%37.06
%0
%43.92

Codes

Color #425A8F in popluar color models

42 5A 8F
RGB 66 90 143
HSL 221° 36.84% 40.98%
HSB/HSV 221° 53.85% 56.08%
CMYK 53.85% 37.06% 0.00%
43.92%

Color #425A8F in popluar number systems.

HEX 42 5A 8F
Decimal 66 90 143
Binary 1000010 1011010 10001111
Octal 102 132 217

Shades and tints

Shades of #425A8F

#425A8F
(66,90,143)
#3C5282
(60,82,130)
#364A75
(54,74,117)
#304268
(48,66,104)
#2A3A5B
(42,58,91)
#24324E
(36,50,78)
#1E2A41
(30,42,65)
#182234
(24,34,52)
#121A27
(18,26,39)
#0C121A
(12,18,26)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #425A8F

#425A8F
(66,90,143)
#536999
(83,105,153)
#6478A3
(100,120,163)
#7587AD
(117,135,173)
#8696B7
(134,150,183)
#97A5C1
(151,165,193)
#A8B4CB
(168,180,203)
#B9C3D5
(185,195,213)
#CAD2DF
(202,210,223)
#DBE1E9
(219,225,233)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425A8F; }

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

This text font color is #425A8F.

Background Color

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

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

This div background color is #425A8F.

Border color

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

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

This div border color is #425A8F.

Opacity

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

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

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

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

This text has shadow with #425A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425A8F.

Preview

Color preview on black background

This text has color #425A8F on black background.


Color preview on white background

This text has color #425A8F on white background.


Black color preview on #425A8F background

This text has black color on #425A8F background.


White color preview on #425A8F background

This text has white color on #425A8F background.


Related colors

Complementary color

Complementary color for #hex is #BDA570.


I love getcolorcode.com

Triadic colors

1 #8F425A and #5A8F42 with #425A8F are triadic colors.

2 #8F5A42 and #5A428F with #425A8F are triadic colors.