COLOR #35487D

HEX: #35487D
RGB: (53,72,125)

Color info

#35487D contains mainly green and blue colors. Web safe color of #35487D is #333366 (or #336).

RGB color model

#35487D color RGB value is (53,72,125).

  • red value is 53;
  • green value is 72;
  • blue value is 125.
RGB:
(53,72,125)
(21%,28%,49%)

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 125 of 255 = 49%

53
72
125

R + G + B ~ 33%. #35487D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 72 + 125 = 250 (100%)
R 53 of 250 ~ 21.2%
G 72 of 250 ~ 28.8%
B 125 of 250 ~ 50%

%21.2
%28.8
%50

CMYK color model

#35487D color CMYK value is (58,42,0,51).

  • cyan value is 57.60%
  • magenta value is 42.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(58,42,0,51)
C58M42Y0K51 
(58%,42%,0%,51%)
(0.58/0.42/0.00/0.51)	

CMYK percentages

%57.6
%42.4
%0
%50.98

Codes

Color #35487D in popluar color models

35487D
RGB5372125
HSL224°40.45%34.90%
HSB/HSV224°57.60%49.02%
CMYK57.60%42.40%0.00%
50.98%

Color #35487D in popluar number systems.

HEX35487D
Decimal5372125
Binary11010110010001111101
Octal65110175

Shades and tints

Shades of #35487D

#35487D
(53,72,125)
#314272
(49,66,114)
#2D3C67
(45,60,103)
#29365C
(41,54,92)
#253051
(37,48,81)
#212A46
(33,42,70)
#1D243B
(29,36,59)
#191E30
(25,30,48)
#151825
(21,24,37)
#11121A
(17,18,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #35487D

#35487D
(53,72,125)
#475888
(71,88,136)
#596893
(89,104,147)
#6B789E
(107,120,158)
#7D88A9
(125,136,169)
#8F98B4
(143,152,180)
#A1A8BF
(161,168,191)
#B3B8CA
(179,184,202)
#C5C8D5
(197,200,213)
#D7D8E0
(215,216,224)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35487D; }

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

This text font color is #35487D.


Background Color

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

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

This div background color is #35487D.


Border color

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

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

This div border color is #35487D.


Opacity

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

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

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

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

This text has shadow with #35487D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35487D on black background.


Color preview on white background

This text has color #35487D on white background.



Black color preview on #35487D background

This text has black color on #35487D background.


White color preview on #35487D background

This text has white color on #35487D background.