COLOR #038DAF

HEX: #038DAF
RGB: (3,141,175)

Color info

#038DAF contains mainly green and blue colors. Web safe color of #038DAF is #009999 (or #099).

RGB color model

#038DAF color RGB value is (3,141,175).

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

RGB channels and saturation

R 3 of 255 = 1%
G 141 of 255 = 55%
B 175 of 255 = 69%

3
141
175

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

Portions of RGB colors in percentages

R + G + B =
3 + 141 + 175 = 319 (100%)
R 3 of 319 ~ 0.94%
G 141 of 319 ~ 44.2%
B 175 of 319 ~ 54.86%

%44.2
%54.86

CMYK color model

#038DAF color CMYK value is (98,19,0,31).

  • cyan value is 98.29%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(98,19,0,31)
C98M19Y0K31 
(98%,19%,0%,31%)
(0.98/0.19/0.00/0.31)	

CMYK percentages

%98.29
%19.43
%0
%31.37

Codes

Color #038DAF in popluar color models

038DAF
RGB3141175
HSL192°96.63%34.90%
HSB/HSV192°98.29%68.63%
CMYK98.29%19.43%0.00%
31.37%

Color #038DAF in popluar number systems.

HEX038DAF
Decimal3141175
Binary111000110110101111
Octal3215257

Shades and tints

Shades of #038DAF

#038DAF
(3,141,175)
#0381A0
(3,129,160)
#037591
(3,117,145)
#036982
(3,105,130)
#035D73
(3,93,115)
#035164
(3,81,100)
#034555
(3,69,85)
#033946
(3,57,70)
#032D37
(3,45,55)
#032128
(3,33,40)
#031519
(3,21,25)
#000000
(0,0,0)

Tints of #038DAF

#038DAF
(3,141,175)
#1997B6
(25,151,182)
#2FA1BD
(47,161,189)
#45ABC4
(69,171,196)
#5BB5CB
(91,181,203)
#71BFD2
(113,191,210)
#87C9D9
(135,201,217)
#9DD3E0
(157,211,224)
#B3DDE7
(179,221,231)
#C9E7EE
(201,231,238)
#DFF1F5
(223,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #038DAF; }

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

This text font color is #038DAF.


Background Color

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

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

This div background color is #038DAF.


Border color

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

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

This div border color is #038DAF.


Opacity

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

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

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

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

This text has shadow with #038DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #038DAF on black background.


Color preview on white background

This text has color #038DAF on white background.



Black color preview on #038DAF background

This text has black color on #038DAF background.


White color preview on #038DAF background

This text has white color on #038DAF background.