COLOR #263369

HEX: #263369
RGB: (38,51,105)

Color info

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

RGB color model

#263369 color RGB value is (38,51,105).

  • red value is 38;
  • green value is 51;
  • blue value is 105.
RGB:
(38,51,105)
(15%,20%,41%)

RGB channels and saturation

R 38 of 255 = 15%
G 51 of 255 = 20%
B 105 of 255 = 41%

38
51
105

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

Portions of RGB colors in percentages

R + G + B =
38 + 51 + 105 = 194 (100%)
R 38 of 194 ~ 19.59%
G 51 of 194 ~ 26.29%
B 105 of 194 ~ 54.12%

%19.59
%26.29
%54.12

CMYK color model

#263369 color CMYK value is (64,51,0,59).

  • cyan value is 63.81%
  • magenta value is 51.43%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(64,51,0,59)
C64M51Y0K59 
(64%,51%,0%,59%)
(0.64/0.51/0.00/0.59)	

CMYK percentages

%63.81
%51.43
%0
%58.82

Codes

Color #263369 in popluar color models

263369
RGB3851105
HSL228°46.85%28.04%
HSB/HSV228°63.81%41.18%
CMYK63.81%51.43%0.00%
58.82%

Color #263369 in popluar number systems.

HEX263369
Decimal3851105
Binary1001101100111101001
Octal4663151

Shades and tints

Shades of #263369

#263369
(38,51,105)
#232F60
(35,47,96)
#202B57
(32,43,87)
#1D274E
(29,39,78)
#1A2345
(26,35,69)
#171F3C
(23,31,60)
#141B33
(20,27,51)
#11172A
(17,23,42)
#0E1321
(14,19,33)
#0B0F18
(11,15,24)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #263369

#263369
(38,51,105)
#394576
(57,69,118)
#4C5783
(76,87,131)
#5F6990
(95,105,144)
#727B9D
(114,123,157)
#858DAA
(133,141,170)
#989FB7
(152,159,183)
#ABB1C4
(171,177,196)
#BEC3D1
(190,195,209)
#D1D5DE
(209,213,222)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263369 color. Also use rgb(38,51,105) instead hex code.

Text Font Color

.myTextColor { color: #263369; }

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

This text font color is #263369.


Background Color

.myBgColor { background-color: #263369; }

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

This div background color is #263369.


Border color

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

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

This div border color is #263369.


Opacity

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

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

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

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

This text has shadow with #263369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263369 on black background.


Color preview on white background

This text has color #263369 on white background.



Black color preview on #263369 background

This text has black color on #263369 background.


White color preview on #263369 background

This text has white color on #263369 background.