COLOR #338FB3

HEX: #338FB3
RGB: (51,143,179)

Color info

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

RGB color model

#338FB3 color RGB value is (51,143,179).

  • red value is 51;
  • green value is 143;
  • blue value is 179.
RGB:
(51,143,179)
(20%,56%,70%)

RGB channels and saturation

R 51 of 255 = 20%
G 143 of 255 = 56%
B 179 of 255 = 70%

51
143
179

R + G + B ~ 49%. #338FB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 143 + 179 = 373 (100%)
R 51 of 373 ~ 13.67%
G 143 of 373 ~ 38.34%
B 179 of 373 ~ 47.99%

%13.67
%38.34
%47.99

CMYK color model

#338FB3 color CMYK value is (72,20,0,30).

  • cyan value is 71.51%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(72,20,0,30)
C72M20Y0K30 
(72%,20%,0%,30%)
(0.72/0.20/0.00/0.30)	

CMYK percentages

%71.51
%20.11
%0
%29.8

Codes

Color #338FB3 in popluar color models

338FB3
RGB51143179
HSL197°55.65%45.10%
HSB/HSV197°71.51%70.20%
CMYK71.51%20.11%0.00%
29.80%

Color #338FB3 in popluar number systems.

HEX338FB3
Decimal51143179
Binary1100111000111110110011
Octal63217263

Shades and tints

Shades of #338FB3

#338FB3
(51,143,179)
#2F82A3
(47,130,163)
#2B7593
(43,117,147)
#276883
(39,104,131)
#235B73
(35,91,115)
#1F4E63
(31,78,99)
#1B4153
(27,65,83)
#173443
(23,52,67)
#132733
(19,39,51)
#0F1A23
(15,26,35)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #338FB3

#338FB3
(51,143,179)
#4599B9
(69,153,185)
#57A3BF
(87,163,191)
#69ADC5
(105,173,197)
#7BB7CB
(123,183,203)
#8DC1D1
(141,193,209)
#9FCBD7
(159,203,215)
#B1D5DD
(177,213,221)
#C3DFE3
(195,223,227)
#D5E9E9
(213,233,233)
#E7F3EF
(231,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338FB3 color. Also use rgb(51,143,179) instead hex code.

Text Font Color

.myTextColor { color: #338FB3; }

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

This text font color is #338FB3.


Background Color

.myBgColor { background-color: #338FB3; }

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

This div background color is #338FB3.


Border color

.myBorderColor { border: 1px solid #338FB3; }

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

This div border color is #338FB3.


Opacity

.myOpacity80 { color: #338FB3; opacity: 0.8; }

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

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

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

This text has shadow with #338FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338FB3 on black background.


Color preview on white background

This text has color #338FB3 on white background.



Black color preview on #338FB3 background

This text has black color on #338FB3 background.


White color preview on #338FB3 background

This text has white color on #338FB3 background.