COLOR #264E6A

HEX: #264E6A
RGB: (38,78,106)

Color info

#264E6A contains mainly green and blue colors. Web safe color of #264E6A is #336666 (or #366).

RGB color model

#264E6A color RGB value is (38,78,106).

  • red value is 38;
  • green value is 78;
  • blue value is 106.
RGB:
(38,78,106)
(15%,31%,42%)

RGB channels and saturation

R 38 of 255 = 15%
G 78 of 255 = 31%
B 106 of 255 = 42%

38
78
106

R + G + B ~ 29%. #264E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 78 + 106 = 222 (100%)
R 38 of 222 ~ 17.12%
G 78 of 222 ~ 35.14%
B 106 of 222 ~ 47.75%

%17.12
%35.14
%47.75

CMYK color model

#264E6A color CMYK value is (64,26,0,58).

  • cyan value is 64.15%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(64,26,0,58)
C64M26Y0K58 
(64%,26%,0%,58%)
(0.64/0.26/0.00/0.58)	

CMYK percentages

%64.15
%26.42
%0
%58.43

Codes

Color #264E6A in popluar color models

264E6A
RGB3878106
HSL205°47.22%28.24%
HSB/HSV205°64.15%41.57%
CMYK64.15%26.42%0.00%
58.43%

Color #264E6A in popluar number systems.

HEX264E6A
Decimal3878106
Binary10011010011101101010
Octal46116152

Shades and tints

Shades of #264E6A

#264E6A
(38,78,106)
#234761
(35,71,97)
#204058
(32,64,88)
#1D394F
(29,57,79)
#1A3246
(26,50,70)
#172B3D
(23,43,61)
#142434
(20,36,52)
#111D2B
(17,29,43)
#0E1622
(14,22,34)
#0B0F19
(11,15,25)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #264E6A

#264E6A
(38,78,106)
#395E77
(57,94,119)
#4C6E84
(76,110,132)
#5F7E91
(95,126,145)
#728E9E
(114,142,158)
#859EAB
(133,158,171)
#98AEB8
(152,174,184)
#ABBEC5
(171,190,197)
#BECED2
(190,206,210)
#D1DEDF
(209,222,223)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264E6A color. Also use rgb(38,78,106) instead hex code.

Text Font Color

.myTextColor { color: #264E6A; }

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

This text font color is #264E6A.


Background Color

.myBgColor { background-color: #264E6A; }

<div style="background-color:#264E6A">Inner text</div>

This div background color is #264E6A.


Border color

.myBorderColor { border: 1px solid #264E6A; }

<div style="border:3px solid #264E6A">Div</div>

This div border color is #264E6A.


Opacity

.myOpacity80 { color: #264E6A; opacity: 0.8; }

<p style="color:#264E6A;opacity:0.8;">80%</p>

Text with #264E6A 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 #264E6A;}

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

This text has shadow with #264E6A color.

.textShadow {text-shadow: 3px 3px 1px #264E6A, 3px 3px 1px red;}

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

This text has shadow with #264E6A primary color and red secondary color.


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

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

This text has shadow with #264E6A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264E6A on black background.


Color preview on white background

This text has color #264E6A on white background.



Black color preview on #264E6A background

This text has black color on #264E6A background.


White color preview on #264E6A background

This text has white color on #264E6A background.