COLOR #355497

HEX: #355497
RGB: (53,84,151)

Renk bilgisi

#355497 contains mainly blue color. #355497 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#355497 color RGB value is (53,84,151).

  • kırmız ton 53;
  • yeşil ton 84;
  • mavi ton 151.
RGB:
(53,84,151)
(21%,33%,59%)

RGB bağlantıları ve doygunluk

R 53 of 255 = 21%
G 84 of 255 = 33%
B 151 of 255 = 59%

53
84
151

R + G + B ~ 38%. #355497 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
53 + 84 + 151 = 288 (100%)
R 53 of 288 ~ 18.4%
G 84 of 288 ~ 29.17%
B 151 of 288 ~ 52.43%

%18.4
%29.17
%52.43

CMYK RENK MODELİ

#355497 rengi CMYK tonu (65,44,0,41).

  • camgöbeği tonu 64.90%
  • eflatun tonu 44.37%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(65,44,0,41)
C65M44Y0K41 
(65%,44%,0%,41%)
(0.65/0.44/0.00/0.41)	

CMYK yüzdeleri

%64.9
%44.37
%0
%40.78

Codes

Color #355497 in popluar color models

355497
RGB5384151
HSL221°48.04%40.00%
HSB/HSV221°64.90%59.22%
CMYK64.90%44.37%0.00%
40.78%

Color #355497 in popluar number systems.

HEX355497
Decimal5384151
Binary110101101010010010111
Octal65124227

Shades and tints

Shades of #355497

#355497
(53,84,151)
#314D8A
(49,77,138)
#2D467D
(45,70,125)
#293F70
(41,63,112)
#253863
(37,56,99)
#213156
(33,49,86)
#1D2A49
(29,42,73)
#19233C
(25,35,60)
#151C2F
(21,28,47)
#111522
(17,21,34)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #355497

#355497
(53,84,151)
#4763A0
(71,99,160)
#5972A9
(89,114,169)
#6B81B2
(107,129,178)
#7D90BB
(125,144,187)
#8F9FC4
(143,159,196)
#A1AECD
(161,174,205)
#B3BDD6
(179,189,214)
#C5CCDF
(197,204,223)
#D7DBE8
(215,219,232)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355497 color. Also use rgb(53,84,151) instead hex code.

Text Font Color

.myTextColor { color: #355497; }

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

This text font color is #355497.


Background Color

.myBgColor { background-color: #355497; }

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

This div background color is #355497.


Border color

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

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

This div border color is #355497.


Opacity

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

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

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

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

This text has shadow with #355497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355497 on black background.


Color preview on white background

This text has color #355497 on white background.



Black color preview on #355497 background

This text has black color on #355497 background.


White color preview on #355497 background

This text has white color on #355497 background.