COLOR #354299

HEX: #354299
RGB: (53,66,153)

Color info

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

RGB color model

#354299 color RGB value is (53,66,153).

  • red value is 53;
  • green value is 66;
  • blue value is 153.
RGB:
(53,66,153)
(21%,26%,60%)

RGB channels and saturation

R 53 of 255 = 21%
G 66 of 255 = 26%
B 153 of 255 = 60%

53
66
153

R + G + B ~ 36%. #354299 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 66 + 153 = 272 (100%)
R 53 of 272 ~ 19.49%
G 66 of 272 ~ 24.26%
B 153 of 272 ~ 56.25%

%19.49
%24.26
%56.25

CMYK color model

#354299 color CMYK value is (65,57,0,40).

  • cyan value is 65.36%
  • magenta value is 56.86%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(65,57,0,40)
C65M57Y0K40 
(65%,57%,0%,40%)
(0.65/0.57/0.00/0.40)	

CMYK percentages

%65.36
%56.86
%0
%40

Codes

Color #354299 in popluar color models

354299
RGB5366153
HSL232°48.54%40.39%
HSB/HSV232°65.36%60.00%
CMYK65.36%56.86%0.00%
40.00%

Color #354299 in popluar number systems.

HEX354299
Decimal5366153
Binary110101100001010011001
Octal65102231

Shades and tints

Shades of #354299

#354299
(53,66,153)
#313C8C
(49,60,140)
#2D367F
(45,54,127)
#293072
(41,48,114)
#252A65
(37,42,101)
#212458
(33,36,88)
#1D1E4B
(29,30,75)
#19183E
(25,24,62)
#151231
(21,18,49)
#110C24
(17,12,36)
#0D0617
(13,6,23)
#000000
(0,0,0)

Tints of #354299

#354299
(53,66,153)
#4753A2
(71,83,162)
#5964AB
(89,100,171)
#6B75B4
(107,117,180)
#7D86BD
(125,134,189)
#8F97C6
(143,151,198)
#A1A8CF
(161,168,207)
#B3B9D8
(179,185,216)
#C5CAE1
(197,202,225)
#D7DBEA
(215,219,234)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354299 color. Also use rgb(53,66,153) instead hex code.

Text Font Color

.myTextColor { color: #354299; }

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

This text font color is #354299.


Background Color

.myBgColor { background-color: #354299; }

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

This div background color is #354299.


Border color

.myBorderColor { border: 1px solid #354299; }

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

This div border color is #354299.


Opacity

.myOpacity80 { color: #354299; opacity: 0.8; }

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

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

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

This text has shadow with #354299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354299 on black background.


Color preview on white background

This text has color #354299 on white background.



Black color preview on #354299 background

This text has black color on #354299 background.


White color preview on #354299 background

This text has white color on #354299 background.