COLOR #338DAF

HEX: #338DAF
RGB: (51,141,175)

Color info

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

RGB color model

#338DAF color RGB value is (51,141,175).

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

RGB channels and saturation

R 51 of 255 = 20%
G 141 of 255 = 55%
B 175 of 255 = 69%

51
141
175

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

Portions of RGB colors in percentages

R + G + B =
51 + 141 + 175 = 367 (100%)
R 51 of 367 ~ 13.9%
G 141 of 367 ~ 38.42%
B 175 of 367 ~ 47.68%

%13.9
%38.42
%47.68

CMYK color model

#338DAF color CMYK value is (71,19,0,31).

  • cyan value is 70.86%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(71,19,0,31)
C71M19Y0K31 
(71%,19%,0%,31%)
(0.71/0.19/0.00/0.31)	

CMYK percentages

%70.86
%19.43
%0
%31.37

Codes

Color #338DAF in popluar color models

338DAF
RGB51141175
HSL196°54.87%44.31%
HSB/HSV196°70.86%68.63%
CMYK70.86%19.43%0.00%
31.37%

Color #338DAF in popluar number systems.

HEX338DAF
Decimal51141175
Binary1100111000110110101111
Octal63215257

Shades and tints

Shades of #338DAF

#338DAF
(51,141,175)
#2F81A0
(47,129,160)
#2B7591
(43,117,145)
#276982
(39,105,130)
#235D73
(35,93,115)
#1F5164
(31,81,100)
#1B4555
(27,69,85)
#173946
(23,57,70)
#132D37
(19,45,55)
#0F2128
(15,33,40)
#0B1519
(11,21,25)
#000000
(0,0,0)

Tints of #338DAF

#338DAF
(51,141,175)
#4597B6
(69,151,182)
#57A1BD
(87,161,189)
#69ABC4
(105,171,196)
#7BB5CB
(123,181,203)
#8DBFD2
(141,191,210)
#9FC9D9
(159,201,217)
#B1D3E0
(177,211,224)
#C3DDE7
(195,221,231)
#D5E7EE
(213,231,238)
#E7F1F5
(231,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338DAF color. Also use rgb(51,141,175) instead hex code.

Text Font Color

.myTextColor { color: #338DAF; }

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

This text font color is #338DAF.


Background Color

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

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

This div background color is #338DAF.


Border color

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

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

This div border color is #338DAF.


Opacity

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

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

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

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

This text has shadow with #338DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338DAF on black background.


Color preview on white background

This text has color #338DAF on white background.



Black color preview on #338DAF background

This text has black color on #338DAF background.


White color preview on #338DAF background

This text has white color on #338DAF background.