COLOR #263A6D

HEX: #263A6D
RGB: (38,58,109)

Color info

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

RGB color model

#263A6D color RGB value is (38,58,109).

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

RGB channels and saturation

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

38
58
109

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

Portions of RGB colors in percentages

R + G + B =
38 + 58 + 109 = 205 (100%)
R 38 of 205 ~ 18.54%
G 58 of 205 ~ 28.29%
B 109 of 205 ~ 53.17%

%18.54
%28.29
%53.17

CMYK color model

#263A6D color CMYK value is (65,47,0,57).

  • cyan value is 65.14%
  • magenta value is 46.79%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(65,47,0,57)
C65M47Y0K57 
(65%,47%,0%,57%)
(0.65/0.47/0.00/0.57)	

CMYK percentages

%65.14
%46.79
%0
%57.25

Codes

Color #263A6D in popluar color models

263A6D
RGB3858109
HSL223°48.30%28.82%
HSB/HSV223°65.14%42.75%
CMYK65.14%46.79%0.00%
57.25%

Color #263A6D in popluar number systems.

HEX263A6D
Decimal3858109
Binary1001101110101101101
Octal4672155

Shades and tints

Shades of #263A6D

#263A6D
(38,58,109)
#233564
(35,53,100)
#20305B
(32,48,91)
#1D2B52
(29,43,82)
#1A2649
(26,38,73)
#172140
(23,33,64)
#141C37
(20,28,55)
#11172E
(17,23,46)
#0E1225
(14,18,37)
#0B0D1C
(11,13,28)
#080813
(8,8,19)
#000000
(0,0,0)

Tints of #263A6D

#263A6D
(38,58,109)
#394B7A
(57,75,122)
#4C5C87
(76,92,135)
#5F6D94
(95,109,148)
#727EA1
(114,126,161)
#858FAE
(133,143,174)
#98A0BB
(152,160,187)
#ABB1C8
(171,177,200)
#BEC2D5
(190,194,213)
#D1D3E2
(209,211,226)
#E4E4EF
(228,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263A6D; }

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

This text font color is #263A6D.


Background Color

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

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

This div background color is #263A6D.


Border color

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

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

This div border color is #263A6D.


Opacity

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

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

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

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

This text has shadow with #263A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263A6D on black background.


Color preview on white background

This text has color #263A6D on white background.



Black color preview on #263A6D background

This text has black color on #263A6D background.


White color preview on #263A6D background

This text has white color on #263A6D background.