COLOR #337AB8

HEX: #337AB8
RGB: (51,122,184)

Renk bilgisi

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

RGB renk modeli

#337AB8 color RGB value is (51,122,184).

  • kırmız ton 51;
  • yeşil ton 122;
  • mavi ton 184.
RGB:
(51,122,184)
(20%,48%,72%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 122 of 255 = 48%
B 184 of 255 = 72%

51
122
184

R + G + B ~ 47%. #337AB8 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 122 + 184 = 357 (100%)
R 51 of 357 ~ 14.29%
G 122 of 357 ~ 34.17%
B 184 of 357 ~ 51.54%

%14.29
%34.17
%51.54

CMYK RENK MODELİ

#337AB8 rengi CMYK tonu (72,34,0,28).

  • camgöbeği tonu 72.28%
  • eflatun tonu 33.70%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(72,34,0,28)
C72M34Y0K28 
(72%,34%,0%,28%)
(0.72/0.34/0.00/0.28)	

CMYK yüzdeleri

%72.28
%33.7
%0
%27.84

Codes

Color #337AB8 in popluar color models

337AB8
RGB51122184
HSL208°56.60%46.08%
HSB/HSV208°72.28%72.16%
CMYK72.28%33.70%0.00%
27.84%

Color #337AB8 in popluar number systems.

HEX337AB8
Decimal51122184
Binary110011111101010111000
Octal63172270

Shades and tints

Shades of #337AB8

#337AB8
(51,122,184)
#2F6FA8
(47,111,168)
#2B6498
(43,100,152)
#275988
(39,89,136)
#234E78
(35,78,120)
#1F4368
(31,67,104)
#1B3858
(27,56,88)
#172D48
(23,45,72)
#132238
(19,34,56)
#0F1728
(15,23,40)
#0B0C18
(11,12,24)
#000000
(0,0,0)

Tints of #337AB8

#337AB8
(51,122,184)
#4586BE
(69,134,190)
#5792C4
(87,146,196)
#699ECA
(105,158,202)
#7BAAD0
(123,170,208)
#8DB6D6
(141,182,214)
#9FC2DC
(159,194,220)
#B1CEE2
(177,206,226)
#C3DAE8
(195,218,232)
#D5E6EE
(213,230,238)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337AB8 color. Also use rgb(51,122,184) instead hex code.

Text Font Color

.myTextColor { color: #337AB8; }

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

This text font color is #337AB8.


Background Color

.myBgColor { background-color: #337AB8; }

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

This div background color is #337AB8.


Border color

.myBorderColor { border: 1px solid #337AB8; }

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

This div border color is #337AB8.


Opacity

.myOpacity80 { color: #337AB8; opacity: 0.8; }

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

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

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

This text has shadow with #337AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337AB8 on black background.


Color preview on white background

This text has color #337AB8 on white background.



Black color preview on #337AB8 background

This text has black color on #337AB8 background.


White color preview on #337AB8 background

This text has white color on #337AB8 background.