COLOR #267EAA

HEX: #267EAA RGB: (38,126,170)

Color info

#267EAA contains mainly green and blue colors. Web safe color of #267EAA is #336699 (or #369).

RGB color model

#267EAA color RGB value is (38,126,170).

RGB: (38,126,170) (15%, 49%, 67%)

RGB channels and saturation

R 38 of 255 = 15%
G 126 of 255 = 49%
B 170 of 255 = 67%

38
126
170

R + G + B ~ 44%. #267EAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 38 + 126 + 170 = 334 (100%)
R 38 of 334 ~ 11.38%
G 126 of 334 ~ 37.72%
B 170 of 334 ~ 50.9'%

%11.38
%37.72
%50.9

CMYK color model

#267EAA color CMYK value is (78,26,0,33).

  • cyan value is 77.65%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (78,26,0,33) C78M26Y0K33 (78%,26%,0%,33%) (0.78/0.26/0.00/0.33) 

CMYK percentages

%77.65
%25.88
%0
%33.33

Codes

Color #267EAA in popluar color models

26 7E AA
RGB 38 126 170
HSL 200° 63.46% 40.78%
HSB/HSV 200° 77.65% 66.67%
CMYK 77.65% 25.88% 0.00%
33.33%

Color #267EAA in popluar number systems.

HEX 26 7E AA
Decimal 38 126 170
Binary 100110 1111110 10101010
Octal 46 176 252

Shades and tints

Shades of #267EAA

#267EAA
(38,126,170)
#23739B
(35,115,155)
#20688C
(32,104,140)
#1D5D7D
(29,93,125)
#1A526E
(26,82,110)
#17475F
(23,71,95)
#143C50
(20,60,80)
#113141
(17,49,65)
#0E2632
(14,38,50)
#0B1B23
(11,27,35)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #267EAA

#267EAA
(38,126,170)
#3989B1
(57,137,177)
#4C94B8
(76,148,184)
#5F9FBF
(95,159,191)
#72AAC6
(114,170,198)
#85B5CD
(133,181,205)
#98C0D4
(152,192,212)
#ABCBDB
(171,203,219)
#BED6E2
(190,214,226)
#D1E1E9
(209,225,233)
#E4ECF0
(228,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #267EAA color. Also use rgb(38,126,170) instead hex code.

Text Font Color

.myTextColor { color: #267EAA; }

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

This text font color is #267EAA.

Background Color

.myBgColor { background-color: #267EAA; }

<div style="background-color:#267EAA">Inner text</div>

This div background color is #267EAA.

Border color

.myBorderColor { border: 1px solid #267EAA; }

<div style="border:3px solid #267EAA">Div</div>

This div border color is #267EAA.

Opacity

.myOpacity80 { color: #267EAA; opacity: 0.8; }

<p style="color:#267EAA;opacity:0.8;">80%</p>

Text with #267EAA 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 #267EAA;}

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

This text has shadow with #267EAA color.


.textShadow {text-shadow: 3px 3px 1px #267EAA', 3px 3px 1px red;}

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

This text has shadow with #267EAA primary color and red secondary color.


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

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

This text has shadow with #267EAA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #267EAA; -webkit-box-shadow: 1px 1px 3px 2px #267EAA; box-shadow:1px 1px 3px 2px #267EAA;">
Div content here
</div>

This div box has shadow with color #267EAA.

Preview

Color preview on black background

This text has color #267EAA on black background.


Color preview on white background

This text has color #267EAA on white background.


Black color preview on #267EAA background

This text has black color on #267EAA background.


White color preview on #267EAA background

This text has white color on #267EAA background.


Related colors

Complementary color

Complementary color for #hex is #D98155.


I love getcolorcode.com

Triadic colors

1 #AA267E and #7EAA26 with #267EAA are triadic colors.

2 #AA7E26 and #7E26AA with #267EAA are triadic colors.