COLOR #335469

HEX: #335469
RGB: (51,84,105)

Renk bilgisi

#335469 contains red, green and blue colors in about the same proportion. #335469 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#335469 color RGB value is (51,84,105).

  • kırmız ton 51;
  • yeşil ton 84;
  • mavi ton 105.
RGB:
(51,84,105)
(20%,33%,41%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 84 of 255 = 33%
B 105 of 255 = 41%

51
84
105

R + G + B ~ 31%. #335469 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 84 + 105 = 240 (100%)
R 51 of 240 ~ 21.25%
G 84 of 240 ~ 35%
B 105 of 240 ~ 43.75%

%21.25
%35
%43.75

CMYK RENK MODELİ

#335469 rengi CMYK tonu (51,20,0,59).

  • camgöbeği tonu 51.43%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(51,20,0,59)
C51M20Y0K59 
(51%,20%,0%,59%)
(0.51/0.20/0.00/0.59)	

CMYK yüzdeleri

%51.43
%20
%0
%58.82

Codes

Color #335469 in popluar color models

335469
RGB5184105
HSL203°34.62%30.59%
HSB/HSV203°51.43%41.18%
CMYK51.43%20.00%0.00%
58.82%

Color #335469 in popluar number systems.

HEX335469
Decimal5184105
Binary11001110101001101001
Octal63124151

Shades and tints

Shades of #335469

#335469
(51,84,105)
#2F4D60
(47,77,96)
#2B4657
(43,70,87)
#273F4E
(39,63,78)
#233845
(35,56,69)
#1F313C
(31,49,60)
#1B2A33
(27,42,51)
#17232A
(23,35,42)
#131C21
(19,28,33)
#0F1518
(15,21,24)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #335469

#335469
(51,84,105)
#456376
(69,99,118)
#577283
(87,114,131)
#698190
(105,129,144)
#7B909D
(123,144,157)
#8D9FAA
(141,159,170)
#9FAEB7
(159,174,183)
#B1BDC4
(177,189,196)
#C3CCD1
(195,204,209)
#D5DBDE
(213,219,222)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335469 color. Also use rgb(51,84,105) instead hex code.

Text Font Color

.myTextColor { color: #335469; }

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

This text font color is #335469.


Background Color

.myBgColor { background-color: #335469; }

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

This div background color is #335469.


Border color

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

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

This div border color is #335469.


Opacity

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

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

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

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

This text has shadow with #335469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335469 on black background.


Color preview on white background

This text has color #335469 on white background.



Black color preview on #335469 background

This text has black color on #335469 background.


White color preview on #335469 background

This text has white color on #335469 background.