COLOR #35427F

HEX: #35427F RGB: (53,66,127)

Color info

#35427F contains mainly blue color. Web safe color of #35427F is #333366 (or #336).

RGB color model

#35427F color RGB value is (53,66,127).

RGB: (53,66,127) (21%, 26%, 50%)

RGB channels and saturation

R 53 of 255 = 21%
G 66 of 255 = 26%
B 127 of 255 = 50%

53
66
127

R + G + B ~ 32%. #35427F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 66 + 127 = 246 (100%)
R 53 of 246 ~ 21.54%
G 66 of 246 ~ 26.83%
B 127 of 246 ~ 51.63'%

%21.54
%26.83
%51.63

CMYK color model

#35427F color CMYK value is (58,48,0,50).

  • cyan value is 58.27%
  • magenta value is 48.03%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (58,48,0,50)
C58M48Y0K50 (58%, 48%, 0%, 50%)
(0.58 / 0.48 / 0.00 / 0.50)

CMYK percentages

%58.27
%48.03
%0
%50.2

Codes

Color #35427F in popluar color models

35 42 7F
RGB 53 66 127
HSL 229° 41.11% 35.29%
HSB/HSV 229° 58.27% 49.80%
CMYK 58.27% 48.03% 0.00%
50.20%

Color #35427F in popluar number systems.

HEX 35 42 7F
Decimal 53 66 127
Binary 110101 1000010 1111111
Octal 65 102 177

Shades and tints

Shades of #35427F

#35427F
(53,66,127)
#313C74
(49,60,116)
#2D3669
(45,54,105)
#29305E
(41,48,94)
#252A53
(37,42,83)
#212448
(33,36,72)
#1D1E3D
(29,30,61)
#191832
(25,24,50)
#151227
(21,18,39)
#110C1C
(17,12,28)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #35427F

#35427F
(53,66,127)
#47538A
(71,83,138)
#596495
(89,100,149)
#6B75A0
(107,117,160)
#7D86AB
(125,134,171)
#8F97B6
(143,151,182)
#A1A8C1
(161,168,193)
#B3B9CC
(179,185,204)
#C5CAD7
(197,202,215)
#D7DBE2
(215,219,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35427F color. Also use rgb(53,66,127) instead hex code.

Text Font Color

.myTextColor { color: #35427F; }

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

This text font color is #35427F.

Background Color

.myBgColor { background-color: #35427F; }

<div style="background-color:#35427F">Inner text</div>

This div background color is #35427F.

Border color

.myBorderColor { border: 1px solid #35427F; }

<div style="border:3px solid #35427F">Div</div>

This div border color is #35427F.

Opacity

.myOpacity80 { color: #35427F; opacity: 0.8; }

<p style="color:#35427F;opacity:0.8;">80%</p>

Text with #35427F 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 #35427F;}

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

This text has shadow with #35427F color.


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

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

This text has shadow with #35427F primary color and red secondary color.


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

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

This text has shadow with #35427F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35427F.

Preview

Color preview on black background

This text has color #35427F on black background.


Color preview on white background

This text has color #35427F on white background.


Black color preview on #35427F background

This text has black color on #35427F background.


White color preview on #35427F background

This text has white color on #35427F background.


Related colors

Complementary color

Complementary color for #hex is #CABD80.


I love getcolorcode.com

Triadic colors

1 #7F3542 and #427F35 with #35427F are triadic colors.

2 #7F4235 and #42357F with #35427F are triadic colors.