COLOR #353365

HEX: #353365 RGB: (53,51,101)

Color info

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

RGB color model

#353365 color RGB value is (53,51,101).

RGB: (53,51,101) (21%, 20%, 40%)

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 101 of 255 = 40%

53
51
101

R + G + B ~ 27%. #353365 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 51 + 101 = 205 (100%)
R 53 of 205 ~ 25.85%
G 51 of 205 ~ 24.88%
B 101 of 205 ~ 49.27'%

%25.85
%24.88
%49.27

CMYK color model

#353365 color CMYK value is (48,50,0,60).

  • cyan value is 47.52%
  • magenta value is 49.50%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (48,50,0,60)
C48M50Y0K60 (48%, 50%, 0%, 60%)
(0.48 / 0.50 / 0.00 / 0.60)

CMYK percentages

%47.52
%49.5
%0
%60.39

Codes

Color #353365 in popluar color models

35 33 65
RGB 53 51 101
HSL 242° 32.89% 29.80%
HSB/HSV 242° 49.50% 39.61%
CMYK 47.52% 49.50% 0.00%
60.39%

Color #353365 in popluar number systems.

HEX 35 33 65
Decimal 53 51 101
Binary 110101 110011 1100101
Octal 65 63 145

Shades and tints

Shades of #353365

#353365
(53,51,101)
#312F5C
(49,47,92)
#2D2B53
(45,43,83)
#29274A
(41,39,74)
#252341
(37,35,65)
#211F38
(33,31,56)
#1D1B2F
(29,27,47)
#191726
(25,23,38)
#15131D
(21,19,29)
#110F14
(17,15,20)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #353365

#353365
(53,51,101)
#474573
(71,69,115)
#595781
(89,87,129)
#6B698F
(107,105,143)
#7D7B9D
(125,123,157)
#8F8DAB
(143,141,171)
#A19FB9
(161,159,185)
#B3B1C7
(179,177,199)
#C5C3D5
(197,195,213)
#D7D5E3
(215,213,227)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353365 color. Also use rgb(53,51,101) instead hex code.

Text Font Color

.myTextColor { color: #353365; }

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

This text font color is #353365.

Background Color

.myBgColor { background-color: #353365; }

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

This div background color is #353365.

Border color

.myBorderColor { border: 1px solid #353365; }

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

This div border color is #353365.

Opacity

.myOpacity80 { color: #353365; opacity: 0.8; }

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

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

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

This text has shadow with #353365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353365.

Preview

Color preview on black background

This text has color #353365 on black background.


Color preview on white background

This text has color #353365 on white background.


Black color preview on #353365 background

This text has black color on #353365 background.


White color preview on #353365 background

This text has white color on #353365 background.


Related colors

Complementary color

Complementary color for #hex is #CACC9A.


I love getcolorcode.com

Triadic colors

1 #653533 and #336535 with #353365 are triadic colors.

2 #653335 and #333565 with #353365 are triadic colors.