COLOR #35448D

HEX: #35448D
RGB: (53,68,141)

Color info

#35448D contains mainly blue color. Web safe color of #35448D is #333399 (or #339).

RGB color model

#35448D color RGB value is (53,68,141).

  • red value is 53;
  • green value is 68;
  • blue value is 141.
RGB:
(53,68,141)
(21%,27%,55%)

RGB channels and saturation

R 53 of 255 = 21%
G 68 of 255 = 27%
B 141 of 255 = 55%

53
68
141

R + G + B ~ 34%. #35448D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 68 + 141 = 262 (100%)
R 53 of 262 ~ 20.23%
G 68 of 262 ~ 25.95%
B 141 of 262 ~ 53.82%

%20.23
%25.95
%53.82

CMYK color model

#35448D color CMYK value is (62,52,0,45).

  • cyan value is 62.41%
  • magenta value is 51.77%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(62,52,0,45)
C62M52Y0K45 
(62%,52%,0%,45%)
(0.62/0.52/0.00/0.45)	

CMYK percentages

%62.41
%51.77
%0
%44.71

Codes

Color #35448D in popluar color models

35448D
RGB5368141
HSL230°45.36%38.04%
HSB/HSV230°62.41%55.29%
CMYK62.41%51.77%0.00%
44.71%

Color #35448D in popluar number systems.

HEX35448D
Decimal5368141
Binary110101100010010001101
Octal65104215

Shades and tints

Shades of #35448D

#35448D
(53,68,141)
#313E81
(49,62,129)
#2D3875
(45,56,117)
#293269
(41,50,105)
#252C5D
(37,44,93)
#212651
(33,38,81)
#1D2045
(29,32,69)
#191A39
(25,26,57)
#15142D
(21,20,45)
#110E21
(17,14,33)
#0D0815
(13,8,21)
#000000
(0,0,0)

Tints of #35448D

#35448D
(53,68,141)
#475597
(71,85,151)
#5966A1
(89,102,161)
#6B77AB
(107,119,171)
#7D88B5
(125,136,181)
#8F99BF
(143,153,191)
#A1AAC9
(161,170,201)
#B3BBD3
(179,187,211)
#C5CCDD
(197,204,221)
#D7DDE7
(215,221,231)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35448D color. Also use rgb(53,68,141) instead hex code.

Text Font Color

.myTextColor { color: #35448D; }

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

This text font color is #35448D.


Background Color

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

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

This div background color is #35448D.


Border color

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

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

This div border color is #35448D.


Opacity

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

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

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

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

This text has shadow with #35448D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35448D on black background.


Color preview on white background

This text has color #35448D on white background.



Black color preview on #35448D background

This text has black color on #35448D background.


White color preview on #35448D background

This text has white color on #35448D background.