COLOR #2F355A

HEX: #2F355A RGB: (47,53,90)

Color info

#2F355A contains red, green and blue colors in about the same proportion. Web safe color of #2F355A is #333366 (or #336).

RGB color model

#2F355A color RGB value is (47,53,90).

RGB: (47,53,90) (18%, 21%, 35%)

RGB channels and saturation

R 47 of 255 = 18%
G 53 of 255 = 21%
B 90 of 255 = 35%

47
53
90

R + G + B ~ 25%. #2F355A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 53 + 90 = 190 (100%)
R 47 of 190 ~ 24.74%
G 53 of 190 ~ 27.89%
B 90 of 190 ~ 47.37'%

%24.74
%27.89
%47.37

CMYK color model

#2F355A color CMYK value is (48,41,0,65).

  • cyan value is 47.78%
  • magenta value is 41.11%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (48,41,0,65)
C48M41Y0K65 (48%, 41%, 0%, 65%)
(0.48 / 0.41 / 0.00 / 0.65)

CMYK percentages

%47.78
%41.11
%0
%64.71

Codes

Color #2F355A in popluar color models

2F 35 5A
RGB 47 53 90
HSL 232° 31.39% 26.86%
HSB/HSV 232° 47.78% 35.29%
CMYK 47.78% 41.11% 0.00%
64.71%

Color #2F355A in popluar number systems.

HEX 2F 35 5A
Decimal 47 53 90
Binary 101111 110101 1011010
Octal 57 65 132

Shades and tints

Shades of #2F355A

#2F355A
(47,53,90)
#2B3152
(43,49,82)
#272D4A
(39,45,74)
#232942
(35,41,66)
#1F253A
(31,37,58)
#1B2132
(27,33,50)
#171D2A
(23,29,42)
#131922
(19,25,34)
#0F151A
(15,21,26)
#0B1112
(11,17,18)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #2F355A

#2F355A
(47,53,90)
#414769
(65,71,105)
#535978
(83,89,120)
#656B87
(101,107,135)
#777D96
(119,125,150)
#898FA5
(137,143,165)
#9BA1B4
(155,161,180)
#ADB3C3
(173,179,195)
#BFC5D2
(191,197,210)
#D1D7E1
(209,215,225)
#E3E9F0
(227,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F355A color. Also use rgb(47,53,90) instead hex code.

Text Font Color

.myTextColor { color: #2F355A; }

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

This text font color is #2F355A.

Background Color

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

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

This div background color is #2F355A.

Border color

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

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

This div border color is #2F355A.

Opacity

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

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

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

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

This text has shadow with #2F355A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F355A.

Preview

Color preview on black background

This text has color #2F355A on black background.


Color preview on white background

This text has color #2F355A on white background.


Black color preview on #2F355A background

This text has black color on #2F355A background.


White color preview on #2F355A background

This text has white color on #2F355A background.


Related colors

Complementary color

Complementary color for #hex is #D0CAA5.


I love getcolorcode.com

Triadic colors

1 #5A2F35 and #355A2F with #2F355A are triadic colors.

2 #5A352F and #352F5A with #2F355A are triadic colors.