COLOR #264659

HEX: #264659
RGB: (38,70,89)

Color info

#264659 contains red, green and blue colors in about the same proportion. Web safe color of #264659 is #333366 (or #336).

RGB color model

#264659 color RGB value is (38,70,89).

  • red value is 38;
  • green value is 70;
  • blue value is 89.
RGB:
(38,70,89)
(15%,27%,35%)

RGB channels and saturation

R 38 of 255 = 15%
G 70 of 255 = 27%
B 89 of 255 = 35%

38
70
89

R + G + B ~ 26%. #264659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 70 + 89 = 197 (100%)
R 38 of 197 ~ 19.29%
G 70 of 197 ~ 35.53%
B 89 of 197 ~ 45.18%

%19.29
%35.53
%45.18

CMYK color model

#264659 color CMYK value is (57,21,0,65).

  • cyan value is 57.30%
  • magenta value is 21.35%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(57,21,0,65)
C57M21Y0K65 
(57%,21%,0%,65%)
(0.57/0.21/0.00/0.65)	

CMYK percentages

%57.3
%21.35
%0
%65.1

Codes

Color #264659 in popluar color models

264659
RGB387089
HSL202°40.16%24.90%
HSB/HSV202°57.30%34.90%
CMYK57.30%21.35%0.00%
65.10%

Color #264659 in popluar number systems.

HEX264659
Decimal387089
Binary10011010001101011001
Octal46106131

Shades and tints

Shades of #264659

#264659
(38,70,89)
#234051
(35,64,81)
#203A49
(32,58,73)
#1D3441
(29,52,65)
#1A2E39
(26,46,57)
#172831
(23,40,49)
#142229
(20,34,41)
#111C21
(17,28,33)
#0E1619
(14,22,25)
#0B1011
(11,16,17)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #264659

#264659
(38,70,89)
#395668
(57,86,104)
#4C6677
(76,102,119)
#5F7686
(95,118,134)
#728695
(114,134,149)
#8596A4
(133,150,164)
#98A6B3
(152,166,179)
#ABB6C2
(171,182,194)
#BEC6D1
(190,198,209)
#D1D6E0
(209,214,224)
#E4E6EF
(228,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264659 color. Also use rgb(38,70,89) instead hex code.

Text Font Color

.myTextColor { color: #264659; }

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

This text font color is #264659.


Background Color

.myBgColor { background-color: #264659; }

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

This div background color is #264659.


Border color

.myBorderColor { border: 1px solid #264659; }

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

This div border color is #264659.


Opacity

.myOpacity80 { color: #264659; opacity: 0.8; }

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

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

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

This text has shadow with #264659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264659 on black background.


Color preview on white background

This text has color #264659 on white background.



Black color preview on #264659 background

This text has black color on #264659 background.


White color preview on #264659 background

This text has white color on #264659 background.