COLOR #425C97

HEX: #425C97 RGB: (66,92,151)

Color info

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

RGB color model

#425C97 color RGB value is (66,92,151).

RGB: (66,92,151) (26%, 36%, 59%)

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 151 of 255 = 59%

66
92
151

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

Portions of RGB colors in percentages

R + G + B = 66 + 92 + 151 = 309 (100%)
R 66 of 309 ~ 21.36%
G 92 of 309 ~ 29.77%
B 151 of 309 ~ 48.87'%

%21.36
%29.77
%48.87

CMYK color model

#425C97 color CMYK value is (56,39,0,41).

  • cyan value is 56.29%
  • magenta value is 39.07%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK: (56,39,0,41) C56M39Y0K41 (56%,39%,0%,41%) (0.56/0.39/0.00/0.41) 

CMYK percentages

%56.29
%39.07
%0
%40.78

Codes

Color #425C97 in popluar color models

42 5C 97
RGB 66 92 151
HSL 222° 39.17% 42.55%
HSB/HSV 222° 56.29% 59.22%
CMYK 56.29% 39.07% 0.00%
40.78%

Color #425C97 in popluar number systems.

HEX 42 5C 97
Decimal 66 92 151
Binary 1000010 1011100 10010111
Octal 102 134 227

Shades and tints

Shades of #425C97

#425C97
(66,92,151)
#3C548A
(60,84,138)
#364C7D
(54,76,125)
#304470
(48,68,112)
#2A3C63
(42,60,99)
#243456
(36,52,86)
#1E2C49
(30,44,73)
#18243C
(24,36,60)
#121C2F
(18,28,47)
#0C1422
(12,20,34)
#060C15
(6,12,21)
#000000
(0,0,0)

Tints of #425C97

#425C97
(66,92,151)
#536AA0
(83,106,160)
#6478A9
(100,120,169)
#7586B2
(117,134,178)
#8694BB
(134,148,187)
#97A2C4
(151,162,196)
#A8B0CD
(168,176,205)
#B9BED6
(185,190,214)
#CACCDF
(202,204,223)
#DBDAE8
(219,218,232)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425C97; }

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

This text font color is #425C97.

Background Color

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

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

This div background color is #425C97.

Border color

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

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

This div border color is #425C97.

Opacity

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

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

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

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

This text has shadow with #425C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425C97.

Preview

Color preview on black background

This text has color #425C97 on black background.


Color preview on white background

This text has color #425C97 on white background.


Black color preview on #425C97 background

This text has black color on #425C97 background.


White color preview on #425C97 background

This text has white color on #425C97 background.


Related colors

Complementary color

Complementary color for #hex is #BDA368.


I love getcolorcode.com

Triadic colors

1 #97425C and #5C9742 with #425C97 are triadic colors.

2 #975C42 and #5C4297 with #425C97 are triadic colors.