COLOR #2B427E

HEX: #2B427E RGB: (43,66,126)

Color info

#2B427E contains mainly blue color. Web safe color of #2B427E is #333366 (or #336).

RGB color model

#2B427E color RGB value is (43,66,126).

RGB: (43,66,126) (17%, 26%, 49%)

RGB channels and saturation

R 43 of 255 = 17%
G 66 of 255 = 26%
B 126 of 255 = 49%

43
66
126

R + G + B ~ 31%. #2B427E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 66 + 126 = 235 (100%)
R 43 of 235 ~ 18.3%
G 66 of 235 ~ 28.09%
B 126 of 235 ~ 53.62'%

%18.3
%28.09
%53.62

CMYK color model

#2B427E color CMYK value is (66,48,0,51).

  • cyan value is 65.87%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (66,48,0,51) C66M48Y0K51 (66%,48%,0%,51%) (0.66/0.48/0.00/0.51) 

CMYK percentages

%65.87
%47.62
%0
%50.59

Codes

Color #2B427E in popluar color models

2B 42 7E
RGB 43 66 126
HSL 223° 49.11% 33.14%
HSB/HSV 223° 65.87% 49.41%
CMYK 65.87% 47.62% 0.00%
50.59%

Color #2B427E in popluar number systems.

HEX 2B 42 7E
Decimal 43 66 126
Binary 101011 1000010 1111110
Octal 53 102 176

Shades and tints

Shades of #2B427E

#2B427E
(43,66,126)
#283C73
(40,60,115)
#253668
(37,54,104)
#22305D
(34,48,93)
#1F2A52
(31,42,82)
#1C2447
(28,36,71)
#191E3C
(25,30,60)
#161831
(22,24,49)
#131226
(19,18,38)
#100C1B
(16,12,27)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #2B427E

#2B427E
(43,66,126)
#3E5389
(62,83,137)
#516494
(81,100,148)
#64759F
(100,117,159)
#7786AA
(119,134,170)
#8A97B5
(138,151,181)
#9DA8C0
(157,168,192)
#B0B9CB
(176,185,203)
#C3CAD6
(195,202,214)
#D6DBE1
(214,219,225)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B427E color. Also use rgb(43,66,126) instead hex code.

Text Font Color

.myTextColor { color: #2B427E; }

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

This text font color is #2B427E.

Background Color

.myBgColor { background-color: #2B427E; }

<div style="background-color:#2B427E">Inner text</div>

This div background color is #2B427E.

Border color

.myBorderColor { border: 1px solid #2B427E; }

<div style="border:3px solid #2B427E">Div</div>

This div border color is #2B427E.

Opacity

.myOpacity80 { color: #2B427E; opacity: 0.8; }

<p style="color:#2B427E;opacity:0.8;">80%</p>

Text with #2B427E 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 #2B427E;}

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

This text has shadow with #2B427E color.


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

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

This text has shadow with #2B427E primary color and red secondary color.


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

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

This text has shadow with #2B427E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2B427E.

Preview

Color preview on black background

This text has color #2B427E on black background.


Color preview on white background

This text has color #2B427E on white background.


Black color preview on #2B427E background

This text has black color on #2B427E background.


White color preview on #2B427E background

This text has white color on #2B427E background.


Related colors

Complementary color

Complementary color for #hex is #D4BD81.


I love getcolorcode.com

Triadic colors

1 #7E2B42 and #427E2B with #2B427E are triadic colors.

2 #7E422B and #422B7E with #2B427E are triadic colors.