COLOR #38AEF2

HEX: #38AEF2
RGB: (56,174,242)

Color info

#38AEF2 contains mainly blue color. Web safe color of #38AEF2 is #3399FF (or #39F).

RGB color model

#38AEF2 color RGB value is (56,174,242).

  • red value is 56;
  • green value is 174;
  • blue value is 242.
RGB:
(56,174,242)
(22%,68%,95%)

RGB channels and saturation

R 56 of 255 = 22%
G 174 of 255 = 68%
B 242 of 255 = 95%

56
174
242

R + G + B ~ 62%. #38AEF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
56 + 174 + 242 = 472 (100%)
R 56 of 472 ~ 11.86%
G 174 of 472 ~ 36.86%
B 242 of 472 ~ 51.27%

%11.86
%36.86
%51.27

CMYK color model

#38AEF2 color CMYK value is (77,28,0,5).

  • cyan value is 76.86%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(77,28,0,5)
C77M28Y0K5 
(77%,28%,0%,5%)
(0.77/0.28/0.00/0.05)	

CMYK percentages

%76.86
%28.1
%0
%5.1

Codes

Color #38AEF2 in popluar color models

38AEF2
RGB56174242
HSL202°87.74%58.43%
HSB/HSV202°76.86%94.90%
CMYK76.86%28.10%0.00%
5.10%

Color #38AEF2 in popluar number systems.

HEX38AEF2
Decimal56174242
Binary1110001010111011110010
Octal70256362

Shades and tints

Shades of #38AEF2

#38AEF2
(56,174,242)
#339FDC
(51,159,220)
#2E90C6
(46,144,198)
#2981B0
(41,129,176)
#24729A
(36,114,154)
#1F6384
(31,99,132)
#1A546E
(26,84,110)
#154558
(21,69,88)
#103642
(16,54,66)
#0B272C
(11,39,44)
#061816
(6,24,22)
#000000
(0,0,0)

Tints of #38AEF2

#38AEF2
(56,174,242)
#4AB5F3
(74,181,243)
#5CBCF4
(92,188,244)
#6EC3F5
(110,195,245)
#80CAF6
(128,202,246)
#92D1F7
(146,209,247)
#A4D8F8
(164,216,248)
#B6DFF9
(182,223,249)
#C8E6FA
(200,230,250)
#DAEDFB
(218,237,251)
#ECF4FC
(236,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38AEF2 color. Also use rgb(56,174,242) instead hex code.

Text Font Color

.myTextColor { color: #38AEF2; }

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

This text font color is #38AEF2.


Background Color

.myBgColor { background-color: #38AEF2; }

<div style="background-color:#38AEF2">Inner text</div>

This div background color is #38AEF2.


Border color

.myBorderColor { border: 1px solid #38AEF2; }

<div style="border:3px solid #38AEF2">Div</div>

This div border color is #38AEF2.


Opacity

.myOpacity80 { color: #38AEF2; opacity: 0.8; }

<p style="color:#38AEF2;opacity:0.8;">80%</p>

Text with #38AEF2 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 #38AEF2;}

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

This text has shadow with #38AEF2 color.

.textShadow {text-shadow: 3px 3px 1px #38AEF2, 3px 3px 1px red;}

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

This text has shadow with #38AEF2 primary color and red secondary color.


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

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

This text has shadow with #38AEF2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38AEF2 on black background.


Color preview on white background

This text has color #38AEF2 on white background.



Black color preview on #38AEF2 background

This text has black color on #38AEF2 background.


White color preview on #38AEF2 background

This text has white color on #38AEF2 background.