COLOR #263B6D

HEX: #263B6D
RGB: (38,59,109)

Color info

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

RGB color model

#263B6D color RGB value is (38,59,109).

  • red value is 38;
  • green value is 59;
  • blue value is 109.
RGB:
(38,59,109)
(15%,23%,43%)

RGB channels and saturation

R 38 of 255 = 15%
G 59 of 255 = 23%
B 109 of 255 = 43%

38
59
109

R + G + B ~ 27%. #263B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 59 + 109 = 206 (100%)
R 38 of 206 ~ 18.45%
G 59 of 206 ~ 28.64%
B 109 of 206 ~ 52.91%

%18.45
%28.64
%52.91

CMYK color model

#263B6D color CMYK value is (65,46,0,57).

  • cyan value is 65.14%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(65,46,0,57)
C65M46Y0K57 
(65%,46%,0%,57%)
(0.65/0.46/0.00/0.57)	

CMYK percentages

%65.14
%45.87
%0
%57.25

Codes

Color #263B6D in popluar color models

263B6D
RGB3859109
HSL222°48.30%28.82%
HSB/HSV222°65.14%42.75%
CMYK65.14%45.87%0.00%
57.25%

Color #263B6D in popluar number systems.

HEX263B6D
Decimal3859109
Binary1001101110111101101
Octal4673155

Shades and tints

Shades of #263B6D

#263B6D
(38,59,109)
#233664
(35,54,100)
#20315B
(32,49,91)
#1D2C52
(29,44,82)
#1A2749
(26,39,73)
#172240
(23,34,64)
#141D37
(20,29,55)
#11182E
(17,24,46)
#0E1325
(14,19,37)
#0B0E1C
(11,14,28)
#080913
(8,9,19)
#000000
(0,0,0)

Tints of #263B6D

#263B6D
(38,59,109)
#394C7A
(57,76,122)
#4C5D87
(76,93,135)
#5F6E94
(95,110,148)
#727FA1
(114,127,161)
#8590AE
(133,144,174)
#98A1BB
(152,161,187)
#ABB2C8
(171,178,200)
#BEC3D5
(190,195,213)
#D1D4E2
(209,212,226)
#E4E5EF
(228,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263B6D; }

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

This text font color is #263B6D.


Background Color

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

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

This div background color is #263B6D.


Border color

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

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

This div border color is #263B6D.


Opacity

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

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

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

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

This text has shadow with #263B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263B6D on black background.


Color preview on white background

This text has color #263B6D on white background.



Black color preview on #263B6D background

This text has black color on #263B6D background.


White color preview on #263B6D background

This text has white color on #263B6D background.