COLOR #425C9A

HEX: #425C9A RGB: (66,92,154)

Color info

#425C9A contains mainly blue color. Web safe color of #425C9A is #336699 (or #369).

RGB color model

#425C9A color RGB value is (66,92,154).

RGB: (66,92,154) (26%, 36%, 60%)

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 154 of 255 = 60%

66
92
154

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

Portions of RGB colors in percentages

R + G + B = 66 + 92 + 154 = 312 (100%)
R 66 of 312 ~ 21.15%
G 92 of 312 ~ 29.49%
B 154 of 312 ~ 49.36'%

%21.15
%29.49
%49.36

CMYK color model

#425C9A color CMYK value is (57,40,0,40).

  • cyan value is 57.14%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (57,40,0,40) C57M40Y0K40 (57%,40%,0%,40%) (0.57/0.40/0.00/0.40) 

CMYK percentages

%57.14
%40.26
%0
%39.61

Codes

Color #425C9A in popluar color models

42 5C 9A
RGB 66 92 154
HSL 222° 40.00% 43.14%
HSB/HSV 222° 57.14% 60.39%
CMYK 57.14% 40.26% 0.00%
39.61%

Color #425C9A in popluar number systems.

HEX 42 5C 9A
Decimal 66 92 154
Binary 1000010 1011100 10011010
Octal 102 134 232

Shades and tints

Shades of #425C9A

#425C9A
(66,92,154)
#3C548C
(60,84,140)
#364C7E
(54,76,126)
#304470
(48,68,112)
#2A3C62
(42,60,98)
#243454
(36,52,84)
#1E2C46
(30,44,70)
#182438
(24,36,56)
#121C2A
(18,28,42)
#0C141C
(12,20,28)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #425C9A

#425C9A
(66,92,154)
#536AA3
(83,106,163)
#6478AC
(100,120,172)
#7586B5
(117,134,181)
#8694BE
(134,148,190)
#97A2C7
(151,162,199)
#A8B0D0
(168,176,208)
#B9BED9
(185,190,217)
#CACCE2
(202,204,226)
#DBDAEB
(219,218,235)
#ECE8F4
(236,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425C9A color. Also use rgb(66,92,154) instead hex code.

Text Font Color

.myTextColor { color: #425C9A; }

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

This text font color is #425C9A.

Background Color

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

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

This div background color is #425C9A.

Border color

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

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

This div border color is #425C9A.

Opacity

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

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

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

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

This text has shadow with #425C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425C9A.

Preview

Color preview on black background

This text has color #425C9A on black background.


Color preview on white background

This text has color #425C9A on white background.


Black color preview on #425C9A background

This text has black color on #425C9A background.


White color preview on #425C9A background

This text has white color on #425C9A background.


Related colors

Complementary color

Complementary color for #hex is #BDA365.


I love getcolorcode.com

Triadic colors

1 #9A425C and #5C9A42 with #425C9A are triadic colors.

2 #9A5C42 and #5C429A with #425C9A are triadic colors.