COLOR #357CA9

HEX: #357CA9
RGB: (53,124,169)

Color info

#357CA9 contains mainly green and blue colors. Web safe color of #357CA9 is #336699 (or #369).

RGB color model

#357CA9 color RGB value is (53,124,169).

  • red value is 53;
  • green value is 124;
  • blue value is 169.
RGB:
(53,124,169)
(21%,49%,66%)

RGB channels and saturation

R 53 of 255 = 21%
G 124 of 255 = 49%
B 169 of 255 = 66%

53
124
169

R + G + B ~ 45%. #357CA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 124 + 169 = 346 (100%)
R 53 of 346 ~ 15.32%
G 124 of 346 ~ 35.84%
B 169 of 346 ~ 48.84%

%15.32
%35.84
%48.84

CMYK color model

#357CA9 color CMYK value is (69,27,0,34).

  • cyan value is 68.64%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(69,27,0,34)
C69M27Y0K34 
(69%,27%,0%,34%)
(0.69/0.27/0.00/0.34)	

CMYK percentages

%68.64
%26.63
%0
%33.73

Codes

Color #357CA9 in popluar color models

357CA9
RGB53124169
HSL203°52.25%43.53%
HSB/HSV203°68.64%66.27%
CMYK68.64%26.63%0.00%
33.73%

Color #357CA9 in popluar number systems.

HEX357CA9
Decimal53124169
Binary110101111110010101001
Octal65174251

Shades and tints

Shades of #357CA9

#357CA9
(53,124,169)
#31719A
(49,113,154)
#2D668B
(45,102,139)
#295B7C
(41,91,124)
#25506D
(37,80,109)
#21455E
(33,69,94)
#1D3A4F
(29,58,79)
#192F40
(25,47,64)
#152431
(21,36,49)
#111922
(17,25,34)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #357CA9

#357CA9
(53,124,169)
#4787B0
(71,135,176)
#5992B7
(89,146,183)
#6B9DBE
(107,157,190)
#7DA8C5
(125,168,197)
#8FB3CC
(143,179,204)
#A1BED3
(161,190,211)
#B3C9DA
(179,201,218)
#C5D4E1
(197,212,225)
#D7DFE8
(215,223,232)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357CA9 color. Also use rgb(53,124,169) instead hex code.

Text Font Color

.myTextColor { color: #357CA9; }

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

This text font color is #357CA9.


Background Color

.myBgColor { background-color: #357CA9; }

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

This div background color is #357CA9.


Border color

.myBorderColor { border: 1px solid #357CA9; }

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

This div border color is #357CA9.


Opacity

.myOpacity80 { color: #357CA9; opacity: 0.8; }

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

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

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

This text has shadow with #357CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357CA9 on black background.


Color preview on white background

This text has color #357CA9 on white background.



Black color preview on #357CA9 background

This text has black color on #357CA9 background.


White color preview on #357CA9 background

This text has white color on #357CA9 background.