COLOR #339BAF

HEX: #339BAF
RGB: (51,155,175)

Color info

#339BAF contains mainly green and blue colors. Web safe color of #339BAF is #339999 (or #399).

RGB color model

#339BAF color RGB value is (51,155,175).

  • red value is 51;
  • green value is 155;
  • blue value is 175.
RGB:
(51,155,175)
(20%,61%,69%)

RGB channels and saturation

R 51 of 255 = 20%
G 155 of 255 = 61%
B 175 of 255 = 69%

51
155
175

R + G + B ~ 50%. #339BAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 155 + 175 = 381 (100%)
R 51 of 381 ~ 13.39%
G 155 of 381 ~ 40.68%
B 175 of 381 ~ 45.93%

%13.39
%40.68
%45.93

CMYK color model

#339BAF color CMYK value is (71,11,0,31).

  • cyan value is 70.86%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(71,11,0,31)
C71M11Y0K31 
(71%,11%,0%,31%)
(0.71/0.11/0.00/0.31)	

CMYK percentages

%70.86
%11.43
%0
%31.37

Codes

Color #339BAF in popluar color models

339BAF
RGB51155175
HSL190°54.87%44.31%
HSB/HSV190°70.86%68.63%
CMYK70.86%11.43%0.00%
31.37%

Color #339BAF in popluar number systems.

HEX339BAF
Decimal51155175
Binary1100111001101110101111
Octal63233257

Shades and tints

Shades of #339BAF

#339BAF
(51,155,175)
#2F8DA0
(47,141,160)
#2B7F91
(43,127,145)
#277182
(39,113,130)
#236373
(35,99,115)
#1F5564
(31,85,100)
#1B4755
(27,71,85)
#173946
(23,57,70)
#132B37
(19,43,55)
#0F1D28
(15,29,40)
#0B0F19
(11,15,25)
#000000
(0,0,0)

Tints of #339BAF

#339BAF
(51,155,175)
#45A4B6
(69,164,182)
#57ADBD
(87,173,189)
#69B6C4
(105,182,196)
#7BBFCB
(123,191,203)
#8DC8D2
(141,200,210)
#9FD1D9
(159,209,217)
#B1DAE0
(177,218,224)
#C3E3E7
(195,227,231)
#D5ECEE
(213,236,238)
#E7F5F5
(231,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #339BAF color. Also use rgb(51,155,175) instead hex code.

Text Font Color

.myTextColor { color: #339BAF; }

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

This text font color is #339BAF.


Background Color

.myBgColor { background-color: #339BAF; }

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

This div background color is #339BAF.


Border color

.myBorderColor { border: 1px solid #339BAF; }

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

This div border color is #339BAF.


Opacity

.myOpacity80 { color: #339BAF; opacity: 0.8; }

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

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

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

This text has shadow with #339BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #339BAF on black background.


Color preview on white background

This text has color #339BAF on white background.



Black color preview on #339BAF background

This text has black color on #339BAF background.


White color preview on #339BAF background

This text has white color on #339BAF background.