COLOR #263C67

HEX: #263C67
RGB: (38,60,103)

Color info

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

RGB color model

#263C67 color RGB value is (38,60,103).

  • red value is 38;
  • green value is 60;
  • blue value is 103.
RGB:
(38,60,103)
(15%,24%,40%)

RGB channels and saturation

R 38 of 255 = 15%
G 60 of 255 = 24%
B 103 of 255 = 40%

38
60
103

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

Portions of RGB colors in percentages

R + G + B =
38 + 60 + 103 = 201 (100%)
R 38 of 201 ~ 18.91%
G 60 of 201 ~ 29.85%
B 103 of 201 ~ 51.24%

%18.91
%29.85
%51.24

CMYK color model

#263C67 color CMYK value is (63,42,0,60).

  • cyan value is 63.11%
  • magenta value is 41.75%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(63,42,0,60)
C63M42Y0K60 
(63%,42%,0%,60%)
(0.63/0.42/0.00/0.60)	

CMYK percentages

%63.11
%41.75
%0
%59.61

Codes

Color #263C67 in popluar color models

263C67
RGB3860103
HSL220°46.10%27.65%
HSB/HSV220°63.11%40.39%
CMYK63.11%41.75%0.00%
59.61%

Color #263C67 in popluar number systems.

HEX263C67
Decimal3860103
Binary1001101111001100111
Octal4674147

Shades and tints

Shades of #263C67

#263C67
(38,60,103)
#23375E
(35,55,94)
#203255
(32,50,85)
#1D2D4C
(29,45,76)
#1A2843
(26,40,67)
#17233A
(23,35,58)
#141E31
(20,30,49)
#111928
(17,25,40)
#0E141F
(14,20,31)
#0B0F16
(11,15,22)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #263C67

#263C67
(38,60,103)
#394D74
(57,77,116)
#4C5E81
(76,94,129)
#5F6F8E
(95,111,142)
#72809B
(114,128,155)
#8591A8
(133,145,168)
#98A2B5
(152,162,181)
#ABB3C2
(171,179,194)
#BEC4CF
(190,196,207)
#D1D5DC
(209,213,220)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263C67 color. Also use rgb(38,60,103) instead hex code.

Text Font Color

.myTextColor { color: #263C67; }

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

This text font color is #263C67.


Background Color

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

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

This div background color is #263C67.


Border color

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

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

This div border color is #263C67.


Opacity

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

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

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

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

This text has shadow with #263C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263C67 on black background.


Color preview on white background

This text has color #263C67 on white background.



Black color preview on #263C67 background

This text has black color on #263C67 background.


White color preview on #263C67 background

This text has white color on #263C67 background.