COLOR #425CAB

HEX: #425CAB
RGB: (66,92,171)

Color info

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

RGB color model

#425CAB color RGB value is (66,92,171).

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

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 171 of 255 = 67%

66
92
171

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

Portions of RGB colors in percentages

R + G + B =
66 + 92 + 171 = 329 (100%)
R 66 of 329 ~ 20.06%
G 92 of 329 ~ 27.96%
B 171 of 329 ~ 51.98%

%20.06
%27.96
%51.98

CMYK color model

#425CAB color CMYK value is (61,46,0,33).

  • cyan value is 61.40%
  • magenta value is 46.20%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(61,46,0,33)
C61M46Y0K33 
(61%,46%,0%,33%)
(0.61/0.46/0.00/0.33)	

CMYK percentages

%61.4
%46.2
%0
%32.94

Codes

Color #425CAB in popluar color models

425CAB
RGB6692171
HSL225°44.30%46.47%
HSB/HSV225°61.40%67.06%
CMYK61.40%46.20%0.00%
32.94%

Color #425CAB in popluar number systems.

HEX425CAB
Decimal6692171
Binary1000010101110010101011
Octal102134253

Shades and tints

Shades of #425CAB

#425CAB
(66,92,171)
#3C549C
(60,84,156)
#364C8D
(54,76,141)
#30447E
(48,68,126)
#2A3C6F
(42,60,111)
#243460
(36,52,96)
#1E2C51
(30,44,81)
#182442
(24,36,66)
#121C33
(18,28,51)
#0C1424
(12,20,36)
#060C15
(6,12,21)
#000000
(0,0,0)

Tints of #425CAB

#425CAB
(66,92,171)
#536AB2
(83,106,178)
#6478B9
(100,120,185)
#7586C0
(117,134,192)
#8694C7
(134,148,199)
#97A2CE
(151,162,206)
#A8B0D5
(168,176,213)
#B9BEDC
(185,190,220)
#CACCE3
(202,204,227)
#DBDAEA
(219,218,234)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425CAB; }

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

This text font color is #425CAB.


Background Color

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

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

This div background color is #425CAB.


Border color

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

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

This div border color is #425CAB.


Opacity

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

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

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

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

This text has shadow with #425CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425CAB on black background.


Color preview on white background

This text has color #425CAB on white background.



Black color preview on #425CAB background

This text has black color on #425CAB background.


White color preview on #425CAB background

This text has white color on #425CAB background.