COLOR #263E59

HEX: #263E59 RGB: (38,62,89)

Color info

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

RGB color model

#263E59 color RGB value is (38,62,89).

RGB: (38,62,89) (15%, 24%, 35%)

RGB channels and saturation

R 38 of 255 = 15%
G 62 of 255 = 24%
B 89 of 255 = 35%

38
62
89

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

Portions of RGB colors in percentages

R + G + B = 38 + 62 + 89 = 189 (100%)
R 38 of 189 ~ 20.11%
G 62 of 189 ~ 32.8%
B 89 of 189 ~ 47.09'%

%20.11
%32.8
%47.09

CMYK color model

#263E59 color CMYK value is (57,30,0,65).

  • cyan value is 57.30%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK: (57,30,0,65) C57M30Y0K65 (57%,30%,0%,65%) (0.57/0.30/0.00/0.65) 

CMYK percentages

%57.3
%30.34
%0
%65.1

Codes

Color #263E59 in popluar color models

26 3E 59
RGB 38 62 89
HSL 212° 40.16% 24.90%
HSB/HSV 212° 57.30% 34.90%
CMYK 57.30% 30.34% 0.00%
65.10%

Color #263E59 in popluar number systems.

HEX 26 3E 59
Decimal 38 62 89
Binary 100110 111110 1011001
Octal 46 76 131

Shades and tints

Shades of #263E59

#263E59
(38,62,89)
#233951
(35,57,81)
#203449
(32,52,73)
#1D2F41
(29,47,65)
#1A2A39
(26,42,57)
#172531
(23,37,49)
#142029
(20,32,41)
#111B21
(17,27,33)
#0E1619
(14,22,25)
#0B1111
(11,17,17)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #263E59

#263E59
(38,62,89)
#394F68
(57,79,104)
#4C6077
(76,96,119)
#5F7186
(95,113,134)
#728295
(114,130,149)
#8593A4
(133,147,164)
#98A4B3
(152,164,179)
#ABB5C2
(171,181,194)
#BEC6D1
(190,198,209)
#D1D7E0
(209,215,224)
#E4E8EF
(228,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263E59; }

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

This text font color is #263E59.

Background Color

.myBgColor { background-color: #263E59; }

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

This div background color is #263E59.

Border color

.myBorderColor { border: 1px solid #263E59; }

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

This div border color is #263E59.

Opacity

.myOpacity80 { color: #263E59; opacity: 0.8; }

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

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

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

This text has shadow with #263E59 color.


.textShadow {text-shadow: 3px 3px 1px #263E59', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #263E59; -webkit-box-shadow: 1px 1px 3px 2px #263E59; box-shadow:1px 1px 3px 2px #263E59;">
Div content here
</div>

This div box has shadow with color #263E59.

Preview

Color preview on black background

This text has color #263E59 on black background.


Color preview on white background

This text has color #263E59 on white background.


Black color preview on #263E59 background

This text has black color on #263E59 background.


White color preview on #263E59 background

This text has white color on #263E59 background.


Related colors

Complementary color

Complementary color for #hex is #D9C1A6.


I love getcolorcode.com

Triadic colors

1 #59263E and #3E5926 with #263E59 are triadic colors.

2 #593E26 and #3E2659 with #263E59 are triadic colors.