COLOR #263C64

HEX: #263C64
RGB: (38,60,100)

Color info

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

RGB color model

#263C64 color RGB value is (38,60,100).

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

RGB channels and saturation

R 38 of 255 = 15%
G 60 of 255 = 24%
B 100 of 255 = 39%

38
60
100

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

Portions of RGB colors in percentages

R + G + B =
38 + 60 + 100 = 198 (100%)
R 38 of 198 ~ 19.19%
G 60 of 198 ~ 30.3%
B 100 of 198 ~ 50.51%

%19.19
%30.3
%50.51

CMYK color model

#263C64 color CMYK value is (62,40,0,61).

  • cyan value is 62.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(62,40,0,61)
C62M40Y0K61 
(62%,40%,0%,61%)
(0.62/0.40/0.00/0.61)	

CMYK percentages

%62
%40
%0
%60.78

Codes

Color #263C64 in popluar color models

263C64
RGB3860100
HSL219°44.93%27.06%
HSB/HSV219°62.00%39.22%
CMYK62.00%40.00%0.00%
60.78%

Color #263C64 in popluar number systems.

HEX263C64
Decimal3860100
Binary1001101111001100100
Octal4674144

Shades and tints

Shades of #263C64

#263C64
(38,60,100)
#23375B
(35,55,91)
#203252
(32,50,82)
#1D2D49
(29,45,73)
#1A2840
(26,40,64)
#172337
(23,35,55)
#141E2E
(20,30,46)
#111925
(17,25,37)
#0E141C
(14,20,28)
#0B0F13
(11,15,19)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #263C64

#263C64
(38,60,100)
#394D72
(57,77,114)
#4C5E80
(76,94,128)
#5F6F8E
(95,111,142)
#72809C
(114,128,156)
#8591AA
(133,145,170)
#98A2B8
(152,162,184)
#ABB3C6
(171,179,198)
#BEC4D4
(190,196,212)
#D1D5E2
(209,213,226)
#E4E6F0
(228,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263C64; }

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

This text font color is #263C64.


Background Color

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

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

This div background color is #263C64.


Border color

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

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

This div border color is #263C64.


Opacity

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

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

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

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

This text has shadow with #263C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263C64 on black background.


Color preview on white background

This text has color #263C64 on white background.



Black color preview on #263C64 background

This text has black color on #263C64 background.


White color preview on #263C64 background

This text has white color on #263C64 background.