COLOR #357DE4

HEX: #357DE4
RGB: (53,125,228)

Color info

#357DE4 contains mainly blue color. Web safe color of #357DE4 is #3366CC (or #36C).

RGB color model

#357DE4 color RGB value is (53,125,228).

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

RGB channels and saturation

R 53 of 255 = 21%
G 125 of 255 = 49%
B 228 of 255 = 89%

53
125
228

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

Portions of RGB colors in percentages

R + G + B =
53 + 125 + 228 = 406 (100%)
R 53 of 406 ~ 13.05%
G 125 of 406 ~ 30.79%
B 228 of 406 ~ 56.16%

%13.05
%30.79
%56.16

CMYK color model

#357DE4 color CMYK value is (77,45,0,11).

  • cyan value is 76.75%
  • magenta value is 45.18%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(77,45,0,11)
C77M45Y0K11 
(77%,45%,0%,11%)
(0.77/0.45/0.00/0.11)	

CMYK percentages

%76.75
%45.18
%0
%10.59

Codes

Color #357DE4 in popluar color models

357DE4
RGB53125228
HSL215°76.42%55.10%
HSB/HSV215°76.75%89.41%
CMYK76.75%45.18%0.00%
10.59%

Color #357DE4 in popluar number systems.

HEX357DE4
Decimal53125228
Binary110101111110111100100
Octal65175344

Shades and tints

Shades of #357DE4

#357DE4
(53,125,228)
#3172D0
(49,114,208)
#2D67BC
(45,103,188)
#295CA8
(41,92,168)
#255194
(37,81,148)
#214680
(33,70,128)
#1D3B6C
(29,59,108)
#193058
(25,48,88)
#152544
(21,37,68)
#111A30
(17,26,48)
#0D0F1C
(13,15,28)
#000000
(0,0,0)

Tints of #357DE4

#357DE4
(53,125,228)
#4788E6
(71,136,230)
#5993E8
(89,147,232)
#6B9EEA
(107,158,234)
#7DA9EC
(125,169,236)
#8FB4EE
(143,180,238)
#A1BFF0
(161,191,240)
#B3CAF2
(179,202,242)
#C5D5F4
(197,213,244)
#D7E0F6
(215,224,246)
#E9EBF8
(233,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357DE4 color. Also use rgb(53,125,228) instead hex code.

Text Font Color

.myTextColor { color: #357DE4; }

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

This text font color is #357DE4.


Background Color

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

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

This div background color is #357DE4.


Border color

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

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

This div border color is #357DE4.


Opacity

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

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

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

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

This text has shadow with #357DE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357DE4 on black background.


Color preview on white background

This text has color #357DE4 on white background.



Black color preview on #357DE4 background

This text has black color on #357DE4 background.


White color preview on #357DE4 background

This text has white color on #357DE4 background.