COLOR #425E96

HEX: #425E96 RGB: (66,94,150)

Color info

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

RGB color model

#425E96 color RGB value is (66,94,150).

RGB: (66,94,150) (26%, 37%, 59%)

RGB channels and saturation

R 66 of 255 = 26%
G 94 of 255 = 37%
B 150 of 255 = 59%

66
94
150

R + G + B ~ 41%. #425E96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 94 + 150 = 310 (100%)
R 66 of 310 ~ 21.29%
G 94 of 310 ~ 30.32%
B 150 of 310 ~ 48.39'%

%21.29
%30.32
%48.39

CMYK color model

#425E96 color CMYK value is (56,37,0,41).

  • cyan value is 56.00%
  • magenta value is 37.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (56,37,0,41) C56M37Y0K41 (56%,37%,0%,41%) (0.56/0.37/0.00/0.41) 

CMYK percentages

%56
%37.33
%0
%41.18

Codes

Color #425E96 in popluar color models

42 5E 96
RGB 66 94 150
HSL 220° 38.89% 42.35%
HSB/HSV 220° 56.00% 58.82%
CMYK 56.00% 37.33% 0.00%
41.18%

Color #425E96 in popluar number systems.

HEX 42 5E 96
Decimal 66 94 150
Binary 1000010 1011110 10010110
Octal 102 136 226

Shades and tints

Shades of #425E96

#425E96
(66,94,150)
#3C5689
(60,86,137)
#364E7C
(54,78,124)
#30466F
(48,70,111)
#2A3E62
(42,62,98)
#243655
(36,54,85)
#1E2E48
(30,46,72)
#18263B
(24,38,59)
#121E2E
(18,30,46)
#0C1621
(12,22,33)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #425E96

#425E96
(66,94,150)
#536C9F
(83,108,159)
#647AA8
(100,122,168)
#7588B1
(117,136,177)
#8696BA
(134,150,186)
#97A4C3
(151,164,195)
#A8B2CC
(168,178,204)
#B9C0D5
(185,192,213)
#CACEDE
(202,206,222)
#DBDCE7
(219,220,231)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425E96 color. Also use rgb(66,94,150) instead hex code.

Text Font Color

.myTextColor { color: #425E96; }

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

This text font color is #425E96.

Background Color

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

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

This div background color is #425E96.

Border color

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

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

This div border color is #425E96.

Opacity

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

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

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

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

This text has shadow with #425E96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425E96.

Preview

Color preview on black background

This text has color #425E96 on black background.


Color preview on white background

This text has color #425E96 on white background.


Black color preview on #425E96 background

This text has black color on #425E96 background.


White color preview on #425E96 background

This text has white color on #425E96 background.


Related colors

Complementary color

Complementary color for #hex is #BDA169.


I love getcolorcode.com

Triadic colors

1 #96425E and #5E9642 with #425E96 are triadic colors.

2 #965E42 and #5E4296 with #425E96 are triadic colors.