COLOR #2F57AA

HEX: #2F57AA RGB: (47,87,170)

Color info

#2F57AA contains mainly blue color. Web safe color of #2F57AA is #336699 (or #369).

RGB color model

#2F57AA color RGB value is (47,87,170).

RGB: (47,87,170) (18%, 34%, 67%)

RGB channels and saturation

R 47 of 255 = 18%
G 87 of 255 = 34%
B 170 of 255 = 67%

47
87
170

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

Portions of RGB colors in percentages

R + G + B = 47 + 87 + 170 = 304 (100%)
R 47 of 304 ~ 15.46%
G 87 of 304 ~ 28.62%
B 170 of 304 ~ 55.92'%

%15.46
%28.62
%55.92

CMYK color model

#2F57AA color CMYK value is (72,49,0,33).

  • cyan value is 72.35%
  • magenta value is 48.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (72,49,0,33) C72M49Y0K33 (72%,49%,0%,33%) (0.72/0.49/0.00/0.33) 

CMYK percentages

%72.35
%48.82
%0
%33.33

Codes

Color #2F57AA in popluar color models

2F 57 AA
RGB 47 87 170
HSL 220° 56.68% 42.55%
HSB/HSV 220° 72.35% 66.67%
CMYK 72.35% 48.82% 0.00%
33.33%

Color #2F57AA in popluar number systems.

HEX 2F 57 AA
Decimal 47 87 170
Binary 101111 1010111 10101010
Octal 57 127 252

Shades and tints

Shades of #2F57AA

#2F57AA
(47,87,170)
#2B509B
(43,80,155)
#27498C
(39,73,140)
#23427D
(35,66,125)
#1F3B6E
(31,59,110)
#1B345F
(27,52,95)
#172D50
(23,45,80)
#132641
(19,38,65)
#0F1F32
(15,31,50)
#0B1823
(11,24,35)
#071114
(7,17,20)
#000000
(0,0,0)

Tints of #2F57AA

#2F57AA
(47,87,170)
#4166B1
(65,102,177)
#5375B8
(83,117,184)
#6584BF
(101,132,191)
#7793C6
(119,147,198)
#89A2CD
(137,162,205)
#9BB1D4
(155,177,212)
#ADC0DB
(173,192,219)
#BFCFE2
(191,207,226)
#D1DEE9
(209,222,233)
#E3EDF0
(227,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F57AA color. Also use rgb(47,87,170) instead hex code.

Text Font Color

.myTextColor { color: #2F57AA; }

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

This text font color is #2F57AA.

Background Color

.myBgColor { background-color: #2F57AA; }

<div style="background-color:#2F57AA">Inner text</div>

This div background color is #2F57AA.

Border color

.myBorderColor { border: 1px solid #2F57AA; }

<div style="border:3px solid #2F57AA">Div</div>

This div border color is #2F57AA.

Opacity

.myOpacity80 { color: #2F57AA; opacity: 0.8; }

<p style="color:#2F57AA;opacity:0.8;">80%</p>

Text with #2F57AA 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 #2F57AA;}

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

This text has shadow with #2F57AA color.


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

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

This text has shadow with #2F57AA primary color and red secondary color.


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

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

This text has shadow with #2F57AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2F57AA.

Preview

Color preview on black background

This text has color #2F57AA on black background.


Color preview on white background

This text has color #2F57AA on white background.


Black color preview on #2F57AA background

This text has black color on #2F57AA background.


White color preview on #2F57AA background

This text has white color on #2F57AA background.


Related colors

Complementary color

Complementary color for #hex is #D0A855.


I love getcolorcode.com

Triadic colors

1 #AA2F57 and #57AA2F with #2F57AA are triadic colors.

2 #AA572F and #572FAA with #2F57AA are triadic colors.