COLOR #35426B

HEX: #35426B
RGB: (53,66,107)

Color info

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

RGB color model

#35426B color RGB value is (53,66,107).

  • red value is 53;
  • green value is 66;
  • blue value is 107.
RGB:
(53,66,107)
(21%,26%,42%)

RGB channels and saturation

R 53 of 255 = 21%
G 66 of 255 = 26%
B 107 of 255 = 42%

53
66
107

R + G + B ~ 30%. #35426B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 66 + 107 = 226 (100%)
R 53 of 226 ~ 23.45%
G 66 of 226 ~ 29.2%
B 107 of 226 ~ 47.35%

%23.45
%29.2
%47.35

CMYK color model

#35426B color CMYK value is (50,38,0,58).

  • cyan value is 50.47%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(50,38,0,58)
C50M38Y0K58 
(50%,38%,0%,58%)
(0.50/0.38/0.00/0.58)	

CMYK percentages

%50.47
%38.32
%0
%58.04

Codes

Color #35426B in popluar color models

35426B
RGB5366107
HSL226°33.75%31.37%
HSB/HSV226°50.47%41.96%
CMYK50.47%38.32%0.00%
58.04%

Color #35426B in popluar number systems.

HEX35426B
Decimal5366107
Binary11010110000101101011
Octal65102153

Shades and tints

Shades of #35426B

#35426B
(53,66,107)
#313C62
(49,60,98)
#2D3659
(45,54,89)
#293050
(41,48,80)
#252A47
(37,42,71)
#21243E
(33,36,62)
#1D1E35
(29,30,53)
#19182C
(25,24,44)
#151223
(21,18,35)
#110C1A
(17,12,26)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #35426B

#35426B
(53,66,107)
#475378
(71,83,120)
#596485
(89,100,133)
#6B7592
(107,117,146)
#7D869F
(125,134,159)
#8F97AC
(143,151,172)
#A1A8B9
(161,168,185)
#B3B9C6
(179,185,198)
#C5CAD3
(197,202,211)
#D7DBE0
(215,219,224)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35426B color. Also use rgb(53,66,107) instead hex code.

Text Font Color

.myTextColor { color: #35426B; }

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

This text font color is #35426B.


Background Color

.myBgColor { background-color: #35426B; }

<div style="background-color:#35426B">Inner text</div>

This div background color is #35426B.


Border color

.myBorderColor { border: 1px solid #35426B; }

<div style="border:3px solid #35426B">Div</div>

This div border color is #35426B.


Opacity

.myOpacity80 { color: #35426B; opacity: 0.8; }

<p style="color:#35426B;opacity:0.8;">80%</p>

Text with #35426B 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 #35426B;}

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

This text has shadow with #35426B color.

.textShadow {text-shadow: 3px 3px 1px #35426B, 3px 3px 1px red;}

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

This text has shadow with #35426B primary color and red secondary color.


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

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

This text has shadow with #35426B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35426B on black background.


Color preview on white background

This text has color #35426B on white background.



Black color preview on #35426B background

This text has black color on #35426B background.


White color preview on #35426B background

This text has white color on #35426B background.