COLOR #425BAC

HEX: #425BAC
RGB: (66,91,172)

Color info

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

RGB color model

#425BAC color RGB value is (66,91,172).

  • red value is 66;
  • green value is 91;
  • blue value is 172.
RGB:
(66,91,172)
(26%,36%,67%)

RGB channels and saturation

R 66 of 255 = 26%
G 91 of 255 = 36%
B 172 of 255 = 67%

66
91
172

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

Portions of RGB colors in percentages

R + G + B =
66 + 91 + 172 = 329 (100%)
R 66 of 329 ~ 20.06%
G 91 of 329 ~ 27.66%
B 172 of 329 ~ 52.28%

%20.06
%27.66
%52.28

CMYK color model

#425BAC color CMYK value is (62,47,0,33).

  • cyan value is 61.63%
  • magenta value is 47.09%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(62,47,0,33)
C62M47Y0K33 
(62%,47%,0%,33%)
(0.62/0.47/0.00/0.33)	

CMYK percentages

%61.63
%47.09
%0
%32.55

Codes

Color #425BAC in popluar color models

425BAC
RGB6691172
HSL226°44.54%46.67%
HSB/HSV226°61.63%67.45%
CMYK61.63%47.09%0.00%
32.55%

Color #425BAC in popluar number systems.

HEX425BAC
Decimal6691172
Binary1000010101101110101100
Octal102133254

Shades and tints

Shades of #425BAC

#425BAC
(66,91,172)
#3C539D
(60,83,157)
#364B8E
(54,75,142)
#30437F
(48,67,127)
#2A3B70
(42,59,112)
#243361
(36,51,97)
#1E2B52
(30,43,82)
#182343
(24,35,67)
#121B34
(18,27,52)
#0C1325
(12,19,37)
#060B16
(6,11,22)
#000000
(0,0,0)

Tints of #425BAC

#425BAC
(66,91,172)
#5369B3
(83,105,179)
#6477BA
(100,119,186)
#7585C1
(117,133,193)
#8693C8
(134,147,200)
#97A1CF
(151,161,207)
#A8AFD6
(168,175,214)
#B9BDDD
(185,189,221)
#CACBE4
(202,203,228)
#DBD9EB
(219,217,235)
#ECE7F2
(236,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425BAC color. Also use rgb(66,91,172) instead hex code.

Text Font Color

.myTextColor { color: #425BAC; }

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

This text font color is #425BAC.


Background Color

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

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

This div background color is #425BAC.


Border color

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

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

This div border color is #425BAC.


Opacity

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

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

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

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

This text has shadow with #425BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425BAC on black background.


Color preview on white background

This text has color #425BAC on white background.



Black color preview on #425BAC background

This text has black color on #425BAC background.


White color preview on #425BAC background

This text has white color on #425BAC background.