COLOR #357BDD

HEX: #357BDD
RGB: (53,123,221)

Renk bilgisi

#357BDD contains mainly blue color. #357BDD ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#357BDD color RGB value is (53,123,221).

  • kırmız ton 53;
  • yeşil ton 123;
  • mavi ton 221.
RGB:
(53,123,221)
(21%,48%,87%)

RGB bağlantıları ve doygunluk

R 53 of 255 = 21%
G 123 of 255 = 48%
B 221 of 255 = 87%

53
123
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
53 + 123 + 221 = 397 (100%)
R 53 of 397 ~ 13.35%
G 123 of 397 ~ 30.98%
B 221 of 397 ~ 55.67%

%13.35
%30.98
%55.67

CMYK RENK MODELİ

#357BDD rengi CMYK tonu (76,44,0,13).

  • camgöbeği tonu 76.02%
  • eflatun tonu 44.34%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(76,44,0,13)
C76M44Y0K13 
(76%,44%,0%,13%)
(0.76/0.44/0.00/0.13)	

CMYK yüzdeleri

%76.02
%44.34
%0
%13.33

Codes

Color #357BDD in popluar color models

357BDD
RGB53123221
HSL215°71.19%53.73%
HSB/HSV215°76.02%86.67%
CMYK76.02%44.34%0.00%
13.33%

Color #357BDD in popluar number systems.

HEX357BDD
Decimal53123221
Binary110101111101111011101
Octal65173335

Shades and tints

Shades of #357BDD

#357BDD
(53,123,221)
#3170C9
(49,112,201)
#2D65B5
(45,101,181)
#295AA1
(41,90,161)
#254F8D
(37,79,141)
#214479
(33,68,121)
#1D3965
(29,57,101)
#192E51
(25,46,81)
#15233D
(21,35,61)
#111829
(17,24,41)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #357BDD

#357BDD
(53,123,221)
#4787E0
(71,135,224)
#5993E3
(89,147,227)
#6B9FE6
(107,159,230)
#7DABE9
(125,171,233)
#8FB7EC
(143,183,236)
#A1C3EF
(161,195,239)
#B3CFF2
(179,207,242)
#C5DBF5
(197,219,245)
#D7E7F8
(215,231,248)
#E9F3FB
(233,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357BDD color. Also use rgb(53,123,221) instead hex code.

Text Font Color

.myTextColor { color: #357BDD; }

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

This text font color is #357BDD.


Background Color

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

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

This div background color is #357BDD.


Border color

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

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

This div border color is #357BDD.


Opacity

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

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

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

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

This text has shadow with #357BDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357BDD on black background.


Color preview on white background

This text has color #357BDD on white background.



Black color preview on #357BDD background

This text has black color on #357BDD background.


White color preview on #357BDD background

This text has white color on #357BDD background.