COLOR #336588

HEX: #336588
RGB: (51,101,136)

Renk bilgisi

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

RGB renk modeli

#336588 color RGB value is (51,101,136).

  • kırmız ton 51;
  • yeşil ton 101;
  • mavi ton 136.
RGB:
(51,101,136)
(20%,40%,53%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 101 of 255 = 40%
B 136 of 255 = 53%

51
101
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 101 + 136 = 288 (100%)
R 51 of 288 ~ 17.71%
G 101 of 288 ~ 35.07%
B 136 of 288 ~ 47.22%

%17.71
%35.07
%47.22

CMYK RENK MODELİ

#336588 rengi CMYK tonu (63,26,0,47).

  • camgöbeği tonu 62.50%
  • eflatun tonu 25.74%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(63,26,0,47)
C63M26Y0K47 
(63%,26%,0%,47%)
(0.63/0.26/0.00/0.47)	

CMYK yüzdeleri

%62.5
%25.74
%0
%46.67

Codes

Color #336588 in popluar color models

336588
RGB51101136
HSL205°45.45%36.67%
HSB/HSV205°62.50%53.33%
CMYK62.50%25.74%0.00%
46.67%

Color #336588 in popluar number systems.

HEX336588
Decimal51101136
Binary110011110010110001000
Octal63145210

Shades and tints

Shades of #336588

#336588
(51,101,136)
#2F5C7C
(47,92,124)
#2B5370
(43,83,112)
#274A64
(39,74,100)
#234158
(35,65,88)
#1F384C
(31,56,76)
#1B2F40
(27,47,64)
#172634
(23,38,52)
#131D28
(19,29,40)
#0F141C
(15,20,28)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #336588

#336588
(51,101,136)
#457392
(69,115,146)
#57819C
(87,129,156)
#698FA6
(105,143,166)
#7B9DB0
(123,157,176)
#8DABBA
(141,171,186)
#9FB9C4
(159,185,196)
#B1C7CE
(177,199,206)
#C3D5D8
(195,213,216)
#D5E3E2
(213,227,226)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336588 color. Also use rgb(51,101,136) instead hex code.

Text Font Color

.myTextColor { color: #336588; }

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

This text font color is #336588.


Background Color

.myBgColor { background-color: #336588; }

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

This div background color is #336588.


Border color

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

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

This div border color is #336588.


Opacity

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

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

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

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

This text has shadow with #336588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336588 on black background.


Color preview on white background

This text has color #336588 on white background.



Black color preview on #336588 background

This text has black color on #336588 background.


White color preview on #336588 background

This text has white color on #336588 background.