COLOR #35437D

HEX: #35437D
RGB: (53,67,125)

Color info

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

RGB color model

#35437D color RGB value is (53,67,125).

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

RGB channels and saturation

R 53 of 255 = 21%
G 67 of 255 = 26%
B 125 of 255 = 49%

53
67
125

R + G + B ~ 32%. #35437D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 67 + 125 = 245 (100%)
R 53 of 245 ~ 21.63%
G 67 of 245 ~ 27.35%
B 125 of 245 ~ 51.02%

%21.63
%27.35
%51.02

CMYK color model

#35437D color CMYK value is (58,46,0,51).

  • cyan value is 57.60%
  • magenta value is 46.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(58,46,0,51)
C58M46Y0K51 
(58%,46%,0%,51%)
(0.58/0.46/0.00/0.51)	

CMYK percentages

%57.6
%46.4
%0
%50.98

Codes

Color #35437D in popluar color models

35437D
RGB5367125
HSL228°40.45%34.90%
HSB/HSV228°57.60%49.02%
CMYK57.60%46.40%0.00%
50.98%

Color #35437D in popluar number systems.

HEX35437D
Decimal5367125
Binary11010110000111111101
Octal65103175

Shades and tints

Shades of #35437D

#35437D
(53,67,125)
#313D72
(49,61,114)
#2D3767
(45,55,103)
#29315C
(41,49,92)
#252B51
(37,43,81)
#212546
(33,37,70)
#1D1F3B
(29,31,59)
#191930
(25,25,48)
#151325
(21,19,37)
#110D1A
(17,13,26)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #35437D

#35437D
(53,67,125)
#475488
(71,84,136)
#596593
(89,101,147)
#6B769E
(107,118,158)
#7D87A9
(125,135,169)
#8F98B4
(143,152,180)
#A1A9BF
(161,169,191)
#B3BACA
(179,186,202)
#C5CBD5
(197,203,213)
#D7DCE0
(215,220,224)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35437D; }

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

This text font color is #35437D.


Background Color

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

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

This div background color is #35437D.


Border color

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

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

This div border color is #35437D.


Opacity

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

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

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

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

This text has shadow with #35437D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35437D on black background.


Color preview on white background

This text has color #35437D on white background.



Black color preview on #35437D background

This text has black color on #35437D background.


White color preview on #35437D background

This text has white color on #35437D background.