COLOR #263D62

HEX: #263D62 RGB: (38,61,98)

Color info

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

RGB color model

#263D62 color RGB value is (38,61,98).

RGB: (38,61,98) (15%, 24%, 38%)

RGB channels and saturation

R 38 of 255 = 15%
G 61 of 255 = 24%
B 98 of 255 = 38%

38
61
98

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

Portions of RGB colors in percentages

R + G + B = 38 + 61 + 98 = 197 (100%)
R 38 of 197 ~ 19.29%
G 61 of 197 ~ 30.96%
B 98 of 197 ~ 49.75'%

%19.29
%30.96
%49.75

CMYK color model

#263D62 color CMYK value is (61,38,0,62).

  • cyan value is 61.22%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (61,38,0,62)
C61M38Y0K62 (61%, 38%, 0%, 62%)
(0.61 / 0.38 / 0.00 / 0.62)

CMYK percentages

%61.22
%37.76
%0
%61.57

Codes

Color #263D62 in popluar color models

26 3D 62
RGB 38 61 98
HSL 217° 44.12% 26.67%
HSB/HSV 217° 61.22% 38.43%
CMYK 61.22% 37.76% 0.00%
61.57%

Color #263D62 in popluar number systems.

HEX 26 3D 62
Decimal 38 61 98
Binary 100110 111101 1100010
Octal 46 75 142

Shades and tints

Shades of #263D62

#263D62
(38,61,98)
#23385A
(35,56,90)
#203352
(32,51,82)
#1D2E4A
(29,46,74)
#1A2942
(26,41,66)
#17243A
(23,36,58)
#141F32
(20,31,50)
#111A2A
(17,26,42)
#0E1522
(14,21,34)
#0B101A
(11,16,26)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #263D62

#263D62
(38,61,98)
#394E70
(57,78,112)
#4C5F7E
(76,95,126)
#5F708C
(95,112,140)
#72819A
(114,129,154)
#8592A8
(133,146,168)
#98A3B6
(152,163,182)
#ABB4C4
(171,180,196)
#BEC5D2
(190,197,210)
#D1D6E0
(209,214,224)
#E4E7EE
(228,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263D62 color. Also use rgb(38,61,98) instead hex code.

Text Font Color

.myTextColor { color: #263D62; }

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

This text font color is #263D62.

Background Color

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

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

This div background color is #263D62.

Border color

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

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

This div border color is #263D62.

Opacity

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

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

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

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

This text has shadow with #263D62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #263D62.

Preview

Color preview on black background

This text has color #263D62 on black background.


Color preview on white background

This text has color #263D62 on white background.


Black color preview on #263D62 background

This text has black color on #263D62 background.


White color preview on #263D62 background

This text has white color on #263D62 background.


Related colors

Complementary color

Complementary color for #hex is #D9C29D.


I love getcolorcode.com

Triadic colors

1 #62263D and #3D6226 with #263D62 are triadic colors.

2 #623D26 and #3D2662 with #263D62 are triadic colors.