COLOR #264259

HEX: #264259
RGB: (38,66,89)

Color info

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

RGB color model

#264259 color RGB value is (38,66,89).

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

RGB channels and saturation

R 38 of 255 = 15%
G 66 of 255 = 26%
B 89 of 255 = 35%

38
66
89

R + G + B ~ 25%. #264259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 66 + 89 = 193 (100%)
R 38 of 193 ~ 19.69%
G 66 of 193 ~ 34.2%
B 89 of 193 ~ 46.11%

%19.69
%34.2
%46.11

CMYK color model

#264259 color CMYK value is (57,26,0,65).

  • cyan value is 57.30%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(57,26,0,65)
C57M26Y0K65 
(57%,26%,0%,65%)
(0.57/0.26/0.00/0.65)	

CMYK percentages

%57.3
%25.84
%0
%65.1

Codes

Color #264259 in popluar color models

264259
RGB386689
HSL207°40.16%24.90%
HSB/HSV207°57.30%34.90%
CMYK57.30%25.84%0.00%
65.10%

Color #264259 in popluar number systems.

HEX264259
Decimal386689
Binary10011010000101011001
Octal46102131

Shades and tints

Shades of #264259

#264259
(38,66,89)
#233C51
(35,60,81)
#203649
(32,54,73)
#1D3041
(29,48,65)
#1A2A39
(26,42,57)
#172431
(23,36,49)
#141E29
(20,30,41)
#111821
(17,24,33)
#0E1219
(14,18,25)
#0B0C11
(11,12,17)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #264259

#264259
(38,66,89)
#395368
(57,83,104)
#4C6477
(76,100,119)
#5F7586
(95,117,134)
#728695
(114,134,149)
#8597A4
(133,151,164)
#98A8B3
(152,168,179)
#ABB9C2
(171,185,194)
#BECAD1
(190,202,209)
#D1DBE0
(209,219,224)
#E4ECEF
(228,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264259; }

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

This text font color is #264259.


Background Color

.myBgColor { background-color: #264259; }

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

This div background color is #264259.


Border color

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

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

This div border color is #264259.


Opacity

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

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

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

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

This text has shadow with #264259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264259 on black background.


Color preview on white background

This text has color #264259 on white background.



Black color preview on #264259 background

This text has black color on #264259 background.


White color preview on #264259 background

This text has white color on #264259 background.