COLOR #2F557A

HEX: #2F557A RGB: (47,85,122)

Color info

#2F557A contains mainly green and blue colors. Web safe color of #2F557A is #336666 (or #366).

RGB color model

#2F557A color RGB value is (47,85,122).

RGB: (47,85,122) (18%, 33%, 48%)

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 122 of 255 = 48%

47
85
122

R + G + B ~ 33%. #2F557A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 85 + 122 = 254 (100%)
R 47 of 254 ~ 18.5%
G 85 of 254 ~ 33.46%
B 122 of 254 ~ 48.03'%

%18.5
%33.46
%48.03

CMYK color model

#2F557A color CMYK value is (61,30,0,52).

  • cyan value is 61.48%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (61,30,0,52)
C61M30Y0K52 (61%, 30%, 0%, 52%)
(0.61 / 0.30 / 0.00 / 0.52)

CMYK percentages

%61.48
%30.33
%0
%52.16

Codes

Color #2F557A in popluar color models

2F 55 7A
RGB 47 85 122
HSL 210° 44.38% 33.14%
HSB/HSV 210° 61.48% 47.84%
CMYK 61.48% 30.33% 0.00%
52.16%

Color #2F557A in popluar number systems.

HEX 2F 55 7A
Decimal 47 85 122
Binary 101111 1010101 1111010
Octal 57 125 172

Shades and tints

Shades of #2F557A

#2F557A
(47,85,122)
#2B4E6F
(43,78,111)
#274764
(39,71,100)
#234059
(35,64,89)
#1F394E
(31,57,78)
#1B3243
(27,50,67)
#172B38
(23,43,56)
#13242D
(19,36,45)
#0F1D22
(15,29,34)
#0B1617
(11,22,23)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #2F557A

#2F557A
(47,85,122)
#416486
(65,100,134)
#537392
(83,115,146)
#65829E
(101,130,158)
#7791AA
(119,145,170)
#89A0B6
(137,160,182)
#9BAFC2
(155,175,194)
#ADBECE
(173,190,206)
#BFCDDA
(191,205,218)
#D1DCE6
(209,220,230)
#E3EBF2
(227,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F557A color. Also use rgb(47,85,122) instead hex code.

Text Font Color

.myTextColor { color: #2F557A; }

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

This text font color is #2F557A.

Background Color

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

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

This div background color is #2F557A.

Border color

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

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

This div border color is #2F557A.

Opacity

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

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

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

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

This text has shadow with #2F557A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F557A.

Preview

Color preview on black background

This text has color #2F557A on black background.


Color preview on white background

This text has color #2F557A on white background.


Black color preview on #2F557A background

This text has black color on #2F557A background.


White color preview on #2F557A background

This text has white color on #2F557A background.


Related colors

Complementary color

Complementary color for #hex is #D0AA85.


I love getcolorcode.com

Triadic colors

1 #7A2F55 and #557A2F with #2F557A are triadic colors.

2 #7A552F and #552F7A with #2F557A are triadic colors.