COLOR #355EBB

HEX: #355EBB
RGB: (53,94,187)

Renk bilgisi

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

RGB renk modeli

#355EBB color RGB value is (53,94,187).

  • kırmız ton 53;
  • yeşil ton 94;
  • mavi ton 187.
RGB:
(53,94,187)
(21%,37%,73%)

RGB bağlantıları ve doygunluk

R 53 of 255 = 21%
G 94 of 255 = 37%
B 187 of 255 = 73%

53
94
187

R + G + B ~ 44%. #355EBB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
53 + 94 + 187 = 334 (100%)
R 53 of 334 ~ 15.87%
G 94 of 334 ~ 28.14%
B 187 of 334 ~ 55.99%

%15.87
%28.14
%55.99

CMYK RENK MODELİ

#355EBB rengi CMYK tonu (72,50,0,27).

  • camgöbeği tonu 71.66%
  • eflatun tonu 49.73%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(72,50,0,27)
C72M50Y0K27 
(72%,50%,0%,27%)
(0.72/0.50/0.00/0.27)	

CMYK yüzdeleri

%71.66
%49.73
%0
%26.67

Codes

Color #355EBB in popluar color models

355EBB
RGB5394187
HSL222°55.83%47.06%
HSB/HSV222°71.66%73.33%
CMYK71.66%49.73%0.00%
26.67%

Color #355EBB in popluar number systems.

HEX355EBB
Decimal5394187
Binary110101101111010111011
Octal65136273

Shades and tints

Shades of #355EBB

#355EBB
(53,94,187)
#3156AA
(49,86,170)
#2D4E99
(45,78,153)
#294688
(41,70,136)
#253E77
(37,62,119)
#213666
(33,54,102)
#1D2E55
(29,46,85)
#192644
(25,38,68)
#151E33
(21,30,51)
#111622
(17,22,34)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #355EBB

#355EBB
(53,94,187)
#476CC1
(71,108,193)
#597AC7
(89,122,199)
#6B88CD
(107,136,205)
#7D96D3
(125,150,211)
#8FA4D9
(143,164,217)
#A1B2DF
(161,178,223)
#B3C0E5
(179,192,229)
#C5CEEB
(197,206,235)
#D7DCF1
(215,220,241)
#E9EAF7
(233,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355EBB color. Also use rgb(53,94,187) instead hex code.

Text Font Color

.myTextColor { color: #355EBB; }

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

This text font color is #355EBB.


Background Color

.myBgColor { background-color: #355EBB; }

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

This div background color is #355EBB.


Border color

.myBorderColor { border: 1px solid #355EBB; }

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

This div border color is #355EBB.


Opacity

.myOpacity80 { color: #355EBB; opacity: 0.8; }

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

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

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

This text has shadow with #355EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355EBB on black background.


Color preview on white background

This text has color #355EBB on white background.



Black color preview on #355EBB background

This text has black color on #355EBB background.


White color preview on #355EBB background

This text has white color on #355EBB background.