COLOR #35365F

HEX: #35365F RGB: (53,54,95)

Color info

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

RGB color model

#35365F color RGB value is (53,54,95).

RGB: (53,54,95) (21%, 21%, 37%)

RGB channels and saturation

R 53 of 255 = 21%
G 54 of 255 = 21%
B 95 of 255 = 37%

53
54
95

R + G + B ~ 26%. #35365F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 54 + 95 = 202 (100%)
R 53 of 202 ~ 26.24%
G 54 of 202 ~ 26.73%
B 95 of 202 ~ 47.03'%

%26.24
%26.73
%47.03

CMYK color model

#35365F color CMYK value is (44,43,0,63).

  • cyan value is 44.21%
  • magenta value is 43.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (44,43,0,63) C44M43Y0K63 (44%,43%,0%,63%) (0.44/0.43/0.00/0.63) 

CMYK percentages

%44.21
%43.16
%0
%62.75

Codes

Color #35365F in popluar color models

35 36 5F
RGB 53 54 95
HSL 239° 28.38% 29.02%
HSB/HSV 239° 44.21% 37.25%
CMYK 44.21% 43.16% 0.00%
62.75%

Color #35365F in popluar number systems.

HEX 35 36 5F
Decimal 53 54 95
Binary 110101 110110 1011111
Octal 65 66 137

Shades and tints

Shades of #35365F

#35365F
(53,54,95)
#313257
(49,50,87)
#2D2E4F
(45,46,79)
#292A47
(41,42,71)
#25263F
(37,38,63)
#212237
(33,34,55)
#1D1E2F
(29,30,47)
#191A27
(25,26,39)
#15161F
(21,22,31)
#111217
(17,18,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #35365F

#35365F
(53,54,95)
#47486D
(71,72,109)
#595A7B
(89,90,123)
#6B6C89
(107,108,137)
#7D7E97
(125,126,151)
#8F90A5
(143,144,165)
#A1A2B3
(161,162,179)
#B3B4C1
(179,180,193)
#C5C6CF
(197,198,207)
#D7D8DD
(215,216,221)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35365F color. Also use rgb(53,54,95) instead hex code.

Text Font Color

.myTextColor { color: #35365F; }

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

This text font color is #35365F.

Background Color

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

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

This div background color is #35365F.

Border color

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

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

This div border color is #35365F.

Opacity

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

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

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

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

This text has shadow with #35365F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35365F.

Preview

Color preview on black background

This text has color #35365F on black background.


Color preview on white background

This text has color #35365F on white background.


Black color preview on #35365F background

This text has black color on #35365F background.


White color preview on #35365F background

This text has white color on #35365F background.


Related colors

Complementary color

Complementary color for #hex is #CAC9A0.


I love getcolorcode.com

Triadic colors

1 #5F3536 and #365F35 with #35365F are triadic colors.

2 #5F3635 and #36355F with #35365F are triadic colors.