COLOR #2672D8

HEX: #2672D8
RGB: (38,114,216)

Color info

#2672D8 contains mainly blue color. Web safe color of #2672D8 is #3366CC (or #36C).

RGB color model

#2672D8 color RGB value is (38,114,216).

  • red value is 38;
  • green value is 114;
  • blue value is 216.
RGB:
(38,114,216)
(15%,45%,85%)

RGB channels and saturation

R 38 of 255 = 15%
G 114 of 255 = 45%
B 216 of 255 = 85%

38
114
216

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

Portions of RGB colors in percentages

R + G + B =
38 + 114 + 216 = 368 (100%)
R 38 of 368 ~ 10.33%
G 114 of 368 ~ 30.98%
B 216 of 368 ~ 58.7%

%10.33
%30.98
%58.7

CMYK color model

#2672D8 color CMYK value is (82,47,0,15).

  • cyan value is 82.41%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(82,47,0,15)
C82M47Y0K15 
(82%,47%,0%,15%)
(0.82/0.47/0.00/0.15)	

CMYK percentages

%82.41
%47.22
%0
%15.29

Codes

Color #2672D8 in popluar color models

2672D8
RGB38114216
HSL214°70.08%49.80%
HSB/HSV214°82.41%84.71%
CMYK82.41%47.22%0.00%
15.29%

Color #2672D8 in popluar number systems.

HEX2672D8
Decimal38114216
Binary100110111001011011000
Octal46162330

Shades and tints

Shades of #2672D8

#2672D8
(38,114,216)
#2368C5
(35,104,197)
#205EB2
(32,94,178)
#1D549F
(29,84,159)
#1A4A8C
(26,74,140)
#174079
(23,64,121)
#143666
(20,54,102)
#112C53
(17,44,83)
#0E2240
(14,34,64)
#0B182D
(11,24,45)
#080E1A
(8,14,26)
#000000
(0,0,0)

Tints of #2672D8

#2672D8
(38,114,216)
#397EDB
(57,126,219)
#4C8ADE
(76,138,222)
#5F96E1
(95,150,225)
#72A2E4
(114,162,228)
#85AEE7
(133,174,231)
#98BAEA
(152,186,234)
#ABC6ED
(171,198,237)
#BED2F0
(190,210,240)
#D1DEF3
(209,222,243)
#E4EAF6
(228,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2672D8 color. Also use rgb(38,114,216) instead hex code.

Text Font Color

.myTextColor { color: #2672D8; }

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

This text font color is #2672D8.


Background Color

.myBgColor { background-color: #2672D8; }

<div style="background-color:#2672D8">Inner text</div>

This div background color is #2672D8.


Border color

.myBorderColor { border: 1px solid #2672D8; }

<div style="border:3px solid #2672D8">Div</div>

This div border color is #2672D8.


Opacity

.myOpacity80 { color: #2672D8; opacity: 0.8; }

<p style="color:#2672D8;opacity:0.8;">80%</p>

Text with #2672D8 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 #2672D8;}

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

This text has shadow with #2672D8 color.

.textShadow {text-shadow: 3px 3px 1px #2672D8, 3px 3px 1px red;}

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

This text has shadow with #2672D8 primary color and red secondary color.


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

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

This text has shadow with #2672D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2672D8 on black background.


Color preview on white background

This text has color #2672D8 on white background.



Black color preview on #2672D8 background

This text has black color on #2672D8 background.


White color preview on #2672D8 background

This text has white color on #2672D8 background.