COLOR #35367D

HEX: #35367D RGB: (53,54,125)

Color info

#35367D contains mainly blue color. Web safe color of #35367D is #333366 (or #336).

RGB color model

#35367D color RGB value is (53,54,125).

RGB: (53,54,125) (21%, 21%, 49%)

RGB channels and saturation

R 53 of 255 = 21%
G 54 of 255 = 21%
B 125 of 255 = 49%

53
54
125

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

Portions of RGB colors in percentages

R + G + B = 53 + 54 + 125 = 232 (100%)
R 53 of 232 ~ 22.84%
G 54 of 232 ~ 23.28%
B 125 of 232 ~ 53.88'%

%22.84
%23.28
%53.88

CMYK color model

#35367D color CMYK value is (58,57,0,51).

  • cyan value is 57.60%
  • magenta value is 56.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (58,57,0,51)
C58M57Y0K51 (58%, 57%, 0%, 51%)
(0.58 / 0.57 / 0.00 / 0.51)

CMYK percentages

%57.6
%56.8
%0
%50.98

Codes

Color #35367D in popluar color models

35 36 7D
RGB 53 54 125
HSL 239° 40.45% 34.90%
HSB/HSV 239° 57.60% 49.02%
CMYK 57.60% 56.80% 0.00%
50.98%

Color #35367D in popluar number systems.

HEX 35 36 7D
Decimal 53 54 125
Binary 110101 110110 1111101
Octal 65 66 175

Shades and tints

Shades of #35367D

#35367D
(53,54,125)
#313272
(49,50,114)
#2D2E67
(45,46,103)
#292A5C
(41,42,92)
#252651
(37,38,81)
#212246
(33,34,70)
#1D1E3B
(29,30,59)
#191A30
(25,26,48)
#151625
(21,22,37)
#11121A
(17,18,26)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #35367D

#35367D
(53,54,125)
#474888
(71,72,136)
#595A93
(89,90,147)
#6B6C9E
(107,108,158)
#7D7EA9
(125,126,169)
#8F90B4
(143,144,180)
#A1A2BF
(161,162,191)
#B3B4CA
(179,180,202)
#C5C6D5
(197,198,213)
#D7D8E0
(215,216,224)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35367D color. Also use rgb(53,54,125) instead hex code.

Text Font Color

.myTextColor { color: #35367D; }

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

This text font color is #35367D.

Background Color

.myBgColor { background-color: #35367D; }

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

This div background color is #35367D.

Border color

.myBorderColor { border: 1px solid #35367D; }

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

This div border color is #35367D.

Opacity

.myOpacity80 { color: #35367D; opacity: 0.8; }

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

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

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

This text has shadow with #35367D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35367D.

Preview

Color preview on black background

This text has color #35367D on black background.


Color preview on white background

This text has color #35367D on white background.


Black color preview on #35367D background

This text has black color on #35367D background.


White color preview on #35367D background

This text has white color on #35367D background.


Related colors

Complementary color

Complementary color for #hex is #CAC982.


I love getcolorcode.com

Triadic colors

1 #7D3536 and #367D35 with #35367D are triadic colors.

2 #7D3635 and #36357D with #35367D are triadic colors.