COLOR #336692

HEX: #336692
RGB: (51,102,146)

Renk bilgisi

#336692 contains mainly green and blue colors. #336692 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#336692 color RGB value is (51,102,146).

  • kırmız ton 51;
  • yeşil ton 102;
  • mavi ton 146.
RGB:
(51,102,146)
(20%,40%,57%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 102 of 255 = 40%
B 146 of 255 = 57%

51
102
146

R + G + B ~ 39%. #336692 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 102 + 146 = 299 (100%)
R 51 of 299 ~ 17.06%
G 102 of 299 ~ 34.11%
B 146 of 299 ~ 48.83%

%17.06
%34.11
%48.83

CMYK RENK MODELİ

#336692 rengi CMYK tonu (65,30,0,43).

  • camgöbeği tonu 65.07%
  • eflatun tonu 30.14%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(65,30,0,43)
C65M30Y0K43 
(65%,30%,0%,43%)
(0.65/0.30/0.00/0.43)	

CMYK yüzdeleri

%65.07
%30.14
%0
%42.75

Codes

Color #336692 in popluar color models

336692
RGB51102146
HSL208°48.22%38.63%
HSB/HSV208°65.07%57.25%
CMYK65.07%30.14%0.00%
42.75%

Color #336692 in popluar number systems.

HEX336692
Decimal51102146
Binary110011110011010010010
Octal63146222

Shades and tints

Shades of #336692

#336692
(51,102,146)
#2F5D85
(47,93,133)
#2B5478
(43,84,120)
#274B6B
(39,75,107)
#23425E
(35,66,94)
#1F3951
(31,57,81)
#1B3044
(27,48,68)
#172737
(23,39,55)
#131E2A
(19,30,42)
#0F151D
(15,21,29)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #336692

#336692
(51,102,146)
#45739B
(69,115,155)
#5780A4
(87,128,164)
#698DAD
(105,141,173)
#7B9AB6
(123,154,182)
#8DA7BF
(141,167,191)
#9FB4C8
(159,180,200)
#B1C1D1
(177,193,209)
#C3CEDA
(195,206,218)
#D5DBE3
(213,219,227)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336692 color. Also use rgb(51,102,146) instead hex code.

Text Font Color

.myTextColor { color: #336692; }

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

This text font color is #336692.


Background Color

.myBgColor { background-color: #336692; }

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

This div background color is #336692.


Border color

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

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

This div border color is #336692.


Opacity

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

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

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

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

This text has shadow with #336692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336692 on black background.


Color preview on white background

This text has color #336692 on white background.



Black color preview on #336692 background

This text has black color on #336692 background.


White color preview on #336692 background

This text has white color on #336692 background.