COLOR #264459

HEX: #264459
RGB: (38,68,89)

Color info

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

RGB color model

#264459 color RGB value is (38,68,89).

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

RGB channels and saturation

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

38
68
89

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

Portions of RGB colors in percentages

R + G + B =
38 + 68 + 89 = 195 (100%)
R 38 of 195 ~ 19.49%
G 68 of 195 ~ 34.87%
B 89 of 195 ~ 45.64%

%19.49
%34.87
%45.64

CMYK color model

#264459 color CMYK value is (57,24,0,65).

  • cyan value is 57.30%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(57,24,0,65)
C57M24Y0K65 
(57%,24%,0%,65%)
(0.57/0.24/0.00/0.65)	

CMYK percentages

%57.3
%23.6
%0
%65.1

Codes

Color #264459 in popluar color models

264459
RGB386889
HSL205°40.16%24.90%
HSB/HSV205°57.30%34.90%
CMYK57.30%23.60%0.00%
65.10%

Color #264459 in popluar number systems.

HEX264459
Decimal386889
Binary10011010001001011001
Octal46104131

Shades and tints

Shades of #264459

#264459
(38,68,89)
#233E51
(35,62,81)
#203849
(32,56,73)
#1D3241
(29,50,65)
#1A2C39
(26,44,57)
#172631
(23,38,49)
#142029
(20,32,41)
#111A21
(17,26,33)
#0E1419
(14,20,25)
#0B0E11
(11,14,17)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #264459

#264459
(38,68,89)
#395568
(57,85,104)
#4C6677
(76,102,119)
#5F7786
(95,119,134)
#728895
(114,136,149)
#8599A4
(133,153,164)
#98AAB3
(152,170,179)
#ABBBC2
(171,187,194)
#BECCD1
(190,204,209)
#D1DDE0
(209,221,224)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264459; }

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

This text font color is #264459.


Background Color

.myBgColor { background-color: #264459; }

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

This div background color is #264459.


Border color

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

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

This div border color is #264459.


Opacity

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

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

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

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

This text has shadow with #264459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264459 on black background.


Color preview on white background

This text has color #264459 on white background.



Black color preview on #264459 background

This text has black color on #264459 background.


White color preview on #264459 background

This text has white color on #264459 background.