COLOR #353F63

HEX: #353F63 RGB: (53,63,99)

Color info

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

RGB color model

#353F63 color RGB value is (53,63,99).

RGB: (53,63,99) (21%, 25%, 39%)

RGB channels and saturation

R 53 of 255 = 21%
G 63 of 255 = 25%
B 99 of 255 = 39%

53
63
99

R + G + B ~ 28%. #353F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 63 + 99 = 215 (100%)
R 53 of 215 ~ 24.65%
G 63 of 215 ~ 29.3%
B 99 of 215 ~ 46.05'%

%24.65
%29.3
%46.05

CMYK color model

#353F63 color CMYK value is (46,36,0,61).

  • cyan value is 46.46%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (46,36,0,61)
C46M36Y0K61 (46%, 36%, 0%, 61%)
(0.46 / 0.36 / 0.00 / 0.61)

CMYK percentages

%46.46
%36.36
%0
%61.18

Codes

Color #353F63 in popluar color models

35 3F 63
RGB 53 63 99
HSL 227° 30.26% 29.80%
HSB/HSV 227° 46.46% 38.82%
CMYK 46.46% 36.36% 0.00%
61.18%

Color #353F63 in popluar number systems.

HEX 35 3F 63
Decimal 53 63 99
Binary 110101 111111 1100011
Octal 65 77 143

Shades and tints

Shades of #353F63

#353F63
(53,63,99)
#313A5A
(49,58,90)
#2D3551
(45,53,81)
#293048
(41,48,72)
#252B3F
(37,43,63)
#212636
(33,38,54)
#1D212D
(29,33,45)
#191C24
(25,28,36)
#15171B
(21,23,27)
#111212
(17,18,18)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #353F63

#353F63
(53,63,99)
#475071
(71,80,113)
#59617F
(89,97,127)
#6B728D
(107,114,141)
#7D839B
(125,131,155)
#8F94A9
(143,148,169)
#A1A5B7
(161,165,183)
#B3B6C5
(179,182,197)
#C5C7D3
(197,199,211)
#D7D8E1
(215,216,225)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353F63 color. Also use rgb(53,63,99) instead hex code.

Text Font Color

.myTextColor { color: #353F63; }

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

This text font color is #353F63.

Background Color

.myBgColor { background-color: #353F63; }

<div style="background-color:#353F63">Inner text</div>

This div background color is #353F63.

Border color

.myBorderColor { border: 1px solid #353F63; }

<div style="border:3px solid #353F63">Div</div>

This div border color is #353F63.

Opacity

.myOpacity80 { color: #353F63; opacity: 0.8; }

<p style="color:#353F63;opacity:0.8;">80%</p>

Text with #353F63 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 #353F63;}

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

This text has shadow with #353F63 color.


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

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

This text has shadow with #353F63 primary color and red secondary color.


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

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

This text has shadow with #353F63 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #353F63.

Preview

Color preview on black background

This text has color #353F63 on black background.


Color preview on white background

This text has color #353F63 on white background.


Black color preview on #353F63 background

This text has black color on #353F63 background.


White color preview on #353F63 background

This text has white color on #353F63 background.


Related colors

Complementary color

Complementary color for #hex is #CAC09C.


I love getcolorcode.com

Triadic colors

1 #63353F and #3F6335 with #353F63 are triadic colors.

2 #633F35 and #3F3563 with #353F63 are triadic colors.