COLOR #263551

HEX: #263551
RGB: (38,53,81)

Color info

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

RGB color model

#263551 color RGB value is (38,53,81).

  • red value is 38;
  • green value is 53;
  • blue value is 81.
RGB:
(38,53,81)
(15%,21%,32%)

RGB channels and saturation

R 38 of 255 = 15%
G 53 of 255 = 21%
B 81 of 255 = 32%

38
53
81

R + G + B ~ 23%. #263551 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 53 + 81 = 172 (100%)
R 38 of 172 ~ 22.09%
G 53 of 172 ~ 30.81%
B 81 of 172 ~ 47.09%

%22.09
%30.81
%47.09

CMYK color model

#263551 color CMYK value is (53,35,0,68).

  • cyan value is 53.09%
  • magenta value is 34.57%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(53,35,0,68)
C53M35Y0K68 
(53%,35%,0%,68%)
(0.53/0.35/0.00/0.68)	

CMYK percentages

%53.09
%34.57
%0
%68.24

Codes

Color #263551 in popluar color models

263551
RGB385381
HSL219°36.13%23.33%
HSB/HSV219°53.09%31.76%
CMYK53.09%34.57%0.00%
68.24%

Color #263551 in popluar number systems.

HEX263551
Decimal385381
Binary1001101101011010001
Octal4665121

Shades and tints

Shades of #263551

#263551
(38,53,81)
#23314A
(35,49,74)
#202D43
(32,45,67)
#1D293C
(29,41,60)
#1A2535
(26,37,53)
#17212E
(23,33,46)
#141D27
(20,29,39)
#111920
(17,25,32)
#0E1519
(14,21,25)
#0B1112
(11,17,18)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #263551

#263551
(38,53,81)
#394760
(57,71,96)
#4C596F
(76,89,111)
#5F6B7E
(95,107,126)
#727D8D
(114,125,141)
#858F9C
(133,143,156)
#98A1AB
(152,161,171)
#ABB3BA
(171,179,186)
#BEC5C9
(190,197,201)
#D1D7D8
(209,215,216)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263551 color. Also use rgb(38,53,81) instead hex code.

Text Font Color

.myTextColor { color: #263551; }

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

This text font color is #263551.


Background Color

.myBgColor { background-color: #263551; }

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

This div background color is #263551.


Border color

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

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

This div border color is #263551.


Opacity

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

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

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

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

This text has shadow with #263551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263551 on black background.


Color preview on white background

This text has color #263551 on white background.



Black color preview on #263551 background

This text has black color on #263551 background.


White color preview on #263551 background

This text has white color on #263551 background.