COLOR #263B65

HEX: #263B65 RGB: (38,59,101)

Color info

#263B65 contains mainly green and blue colors. Web safe color of #263B65 is #333366 (or #336).

RGB color model

#263B65 color RGB value is (38,59,101).

RGB: (38,59,101) (15%, 23%, 40%)

RGB channels and saturation

R 38 of 255 = 15%
G 59 of 255 = 23%
B 101 of 255 = 40%

38
59
101

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

Portions of RGB colors in percentages

R + G + B = 38 + 59 + 101 = 198 (100%)
R 38 of 198 ~ 19.19%
G 59 of 198 ~ 29.8%
B 101 of 198 ~ 51.01'%

%19.19
%29.8
%51.01

CMYK color model

#263B65 color CMYK value is (62,42,0,60).

  • cyan value is 62.38%
  • magenta value is 41.58%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (62,42,0,60)
C62M42Y0K60 (62%, 42%, 0%, 60%)
(0.62 / 0.42 / 0.00 / 0.60)

CMYK percentages

%62.38
%41.58
%0
%60.39

Codes

Color #263B65 in popluar color models

26 3B 65
RGB 38 59 101
HSL 220° 45.32% 27.25%
HSB/HSV 220° 62.38% 39.61%
CMYK 62.38% 41.58% 0.00%
60.39%

Color #263B65 in popluar number systems.

HEX 26 3B 65
Decimal 38 59 101
Binary 100110 111011 1100101
Octal 46 73 145

Shades and tints

Shades of #263B65

#263B65
(38,59,101)
#23365C
(35,54,92)
#203153
(32,49,83)
#1D2C4A
(29,44,74)
#1A2741
(26,39,65)
#172238
(23,34,56)
#141D2F
(20,29,47)
#111826
(17,24,38)
#0E131D
(14,19,29)
#0B0E14
(11,14,20)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #263B65

#263B65
(38,59,101)
#394C73
(57,76,115)
#4C5D81
(76,93,129)
#5F6E8F
(95,110,143)
#727F9D
(114,127,157)
#8590AB
(133,144,171)
#98A1B9
(152,161,185)
#ABB2C7
(171,178,199)
#BEC3D5
(190,195,213)
#D1D4E3
(209,212,227)
#E4E5F1
(228,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263B65 color. Also use rgb(38,59,101) instead hex code.

Text Font Color

.myTextColor { color: #263B65; }

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

This text font color is #263B65.

Background Color

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

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

This div background color is #263B65.

Border color

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

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

This div border color is #263B65.

Opacity

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

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

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

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

This text has shadow with #263B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #263B65.

Preview

Color preview on black background

This text has color #263B65 on black background.


Color preview on white background

This text has color #263B65 on white background.


Black color preview on #263B65 background

This text has black color on #263B65 background.


White color preview on #263B65 background

This text has white color on #263B65 background.


Related colors

Complementary color

Complementary color for #hex is #D9C49A.


I love getcolorcode.com

Triadic colors

1 #65263B and #3B6526 with #263B65 are triadic colors.

2 #653B26 and #3B2665 with #263B65 are triadic colors.