COLOR #276AE1

HEX: #276AE1 RGB: (39,106,225)

Color info

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

RGB color model

#276AE1 color RGB value is (39,106,225).

RGB: (39,106,225) (15%, 42%, 88%)

RGB channels and saturation

R 39 of 255 = 15%
G 106 of 255 = 42%
B 225 of 255 = 88%

39
106
225

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

Portions of RGB colors in percentages

R + G + B = 39 + 106 + 225 = 370 (100%)
R 39 of 370 ~ 10.54%
G 106 of 370 ~ 28.65%
B 225 of 370 ~ 60.81'%

%10.54
%28.65
%60.81

CMYK color model

#276AE1 color CMYK value is (83,53,0,12).

  • cyan value is 82.67%
  • magenta value is 52.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (83,53,0,12)
C83M53Y0K12 (83%, 53%, 0%, 12%)
(0.83 / 0.53 / 0.00 / 0.12)

CMYK percentages

%82.67
%52.89
%0
%11.76

Codes

Color #276AE1 in popluar color models

27 6A E1
RGB 39 106 225
HSL 218° 75.61% 51.76%
HSB/HSV 218° 82.67% 88.24%
CMYK 82.67% 52.89% 0.00%
11.76%

Color #276AE1 in popluar number systems.

HEX 27 6A E1
Decimal 39 106 225
Binary 100111 1101010 11100001
Octal 47 152 341

Shades and tints

Shades of #276AE1

#276AE1
(39,106,225)
#2461CD
(36,97,205)
#2158B9
(33,88,185)
#1E4FA5
(30,79,165)
#1B4691
(27,70,145)
#183D7D
(24,61,125)
#153469
(21,52,105)
#122B55
(18,43,85)
#0F2241
(15,34,65)
#0C192D
(12,25,45)
#091019
(9,16,25)
#000000
(0,0,0)

Tints of #276AE1

#276AE1
(39,106,225)
#3A77E3
(58,119,227)
#4D84E5
(77,132,229)
#6091E7
(96,145,231)
#739EE9
(115,158,233)
#86ABEB
(134,171,235)
#99B8ED
(153,184,237)
#ACC5EF
(172,197,239)
#BFD2F1
(191,210,241)
#D2DFF3
(210,223,243)
#E5ECF5
(229,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276AE1 color. Also use rgb(39,106,225) instead hex code.

Text Font Color

.myTextColor { color: #276AE1; }

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

This text font color is #276AE1.

Background Color

.myBgColor { background-color: #276AE1; }

<div style="background-color:#276AE1">Inner text</div>

This div background color is #276AE1.

Border color

.myBorderColor { border: 1px solid #276AE1; }

<div style="border:3px solid #276AE1">Div</div>

This div border color is #276AE1.

Opacity

.myOpacity80 { color: #276AE1; opacity: 0.8; }

<p style="color:#276AE1;opacity:0.8;">80%</p>

Text with #276AE1 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 #276AE1;}

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

This text has shadow with #276AE1 color.


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

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

This text has shadow with #276AE1 primary color and red secondary color.


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

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

This text has shadow with #276AE1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #276AE1.

Preview

Color preview on black background

This text has color #276AE1 on black background.


Color preview on white background

This text has color #276AE1 on white background.


Black color preview on #276AE1 background

This text has black color on #276AE1 background.


White color preview on #276AE1 background

This text has white color on #276AE1 background.


Related colors

Complementary color

Complementary color for #hex is #D8951E.


I love getcolorcode.com

Triadic colors

1 #E1276A and #6AE127 with #276AE1 are triadic colors.

2 #E16A27 and #6A27E1 with #276AE1 are triadic colors.