COLOR #2D426B

HEX: #2D426B
RGB: (45,66,107)

Color info

#2D426B contains mainly green and blue colors. Web safe color of #2D426B is #333366 (or #336).

RGB color model

#2D426B color RGB value is (45,66,107).

  • red value is 45;
  • green value is 66;
  • blue value is 107.
RGB:
(45,66,107)
(18%,26%,42%)

RGB channels and saturation

R 45 of 255 = 18%
G 66 of 255 = 26%
B 107 of 255 = 42%

45
66
107

R + G + B ~ 29%. #2D426B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 66 + 107 = 218 (100%)
R 45 of 218 ~ 20.64%
G 66 of 218 ~ 30.28%
B 107 of 218 ~ 49.08%

%20.64
%30.28
%49.08

CMYK color model

#2D426B color CMYK value is (58,38,0,58).

  • cyan value is 57.94%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(58,38,0,58)
C58M38Y0K58 
(58%,38%,0%,58%)
(0.58/0.38/0.00/0.58)	

CMYK percentages

%57.94
%38.32
%0
%58.04

Codes

Color #2D426B in popluar color models

2D426B
RGB4566107
HSL220°40.79%29.80%
HSB/HSV220°57.94%41.96%
CMYK57.94%38.32%0.00%
58.04%

Color #2D426B in popluar number systems.

HEX2D426B
Decimal4566107
Binary10110110000101101011
Octal55102153

Shades and tints

Shades of #2D426B

#2D426B
(45,66,107)
#293C62
(41,60,98)
#253659
(37,54,89)
#213050
(33,48,80)
#1D2A47
(29,42,71)
#19243E
(25,36,62)
#151E35
(21,30,53)
#11182C
(17,24,44)
#0D1223
(13,18,35)
#090C1A
(9,12,26)
#050611
(5,6,17)
#000000
(0,0,0)

Tints of #2D426B

#2D426B
(45,66,107)
#405378
(64,83,120)
#536485
(83,100,133)
#667592
(102,117,146)
#79869F
(121,134,159)
#8C97AC
(140,151,172)
#9FA8B9
(159,168,185)
#B2B9C6
(178,185,198)
#C5CAD3
(197,202,211)
#D8DBE0
(216,219,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D426B color. Also use rgb(45,66,107) instead hex code.

Text Font Color

.myTextColor { color: #2D426B; }

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

This text font color is #2D426B.


Background Color

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

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

This div background color is #2D426B.


Border color

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

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

This div border color is #2D426B.


Opacity

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

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

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

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

This text has shadow with #2D426B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D426B on black background.


Color preview on white background

This text has color #2D426B on white background.



Black color preview on #2D426B background

This text has black color on #2D426B background.


White color preview on #2D426B background

This text has white color on #2D426B background.