COLOR #263259

HEX: #263259
RGB: (38,50,89)

Color info

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

RGB color model

#263259 color RGB value is (38,50,89).

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

RGB channels and saturation

R 38 of 255 = 15%
G 50 of 255 = 20%
B 89 of 255 = 35%

38
50
89

R + G + B ~ 23%. #263259 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 50 + 89 = 177 (100%)
R 38 of 177 ~ 21.47%
G 50 of 177 ~ 28.25%
B 89 of 177 ~ 50.28%

%21.47
%28.25
%50.28

CMYK color model

#263259 color CMYK value is (57,44,0,65).

  • cyan value is 57.30%
  • magenta value is 43.82%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(57,44,0,65)
C57M44Y0K65 
(57%,44%,0%,65%)
(0.57/0.44/0.00/0.65)	

CMYK percentages

%57.3
%43.82
%0
%65.1

Codes

Color #263259 in popluar color models

263259
RGB385089
HSL226°40.16%24.90%
HSB/HSV226°57.30%34.90%
CMYK57.30%43.82%0.00%
65.10%

Color #263259 in popluar number systems.

HEX263259
Decimal385089
Binary1001101100101011001
Octal4662131

Shades and tints

Shades of #263259

#263259
(38,50,89)
#232E51
(35,46,81)
#202A49
(32,42,73)
#1D2641
(29,38,65)
#1A2239
(26,34,57)
#171E31
(23,30,49)
#141A29
(20,26,41)
#111621
(17,22,33)
#0E1219
(14,18,25)
#0B0E11
(11,14,17)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #263259

#263259
(38,50,89)
#394468
(57,68,104)
#4C5677
(76,86,119)
#5F6886
(95,104,134)
#727A95
(114,122,149)
#858CA4
(133,140,164)
#989EB3
(152,158,179)
#ABB0C2
(171,176,194)
#BEC2D1
(190,194,209)
#D1D4E0
(209,212,224)
#E4E6EF
(228,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263259; }

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

This text font color is #263259.


Background Color

.myBgColor { background-color: #263259; }

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

This div background color is #263259.


Border color

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

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

This div border color is #263259.


Opacity

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

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

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

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

This text has shadow with #263259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263259 on black background.


Color preview on white background

This text has color #263259 on white background.



Black color preview on #263259 background

This text has black color on #263259 background.


White color preview on #263259 background

This text has white color on #263259 background.