COLOR #002638

HEX: #002638 RGB: (0,38,56)

Color info

#002638 contains only green and blue colors. Web safe color of #002638 is #003333 (or #033).

RGB color model

#002638 color RGB value is (0,38,56).

RGB: (0,38,56) (0%, 15%, 22%)

RGB channels and saturation

R 0 of 255 = 0%
G 38 of 255 = 15%
B 56 of 255 = 22%

0
38
56

R + G + B ~ 12%. #002638 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 38 + 56 = 94 (100%)
R 0 of 94 ~ 0%
G 38 of 94 ~ 40.43%
B 56 of 94 ~ 59.57'%

%40.43
%59.57

CMYK color model

#002638 color CMYK value is (100,32,0,78).

  • cyan value is 100.00%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (100,32,0,78)
C100M32Y0K78 (100%, 32%, 0%, 78%)
(1.00 / 0.32 / 0.00 / 0.78)

CMYK percentages

%100
%32.14
%0
%78.04

Codes

Color #002638 in popluar color models

00 26 38
RGB 0 38 56
HSL 199° 100.00% 10.98%
HSB/HSV 199° 100.00% 21.96%
CMYK 100.00% 32.14% 0.00%
78.04%

Color #002638 in popluar number systems.

HEX 00 26 38
Decimal 0 38 56
Binary 0 100110 111000
Octal 0 46 70

Shades and tints

Shades of #002638

#002638
(0,38,56)
#002333
(0,35,51)
#00202E
(0,32,46)
#001D29
(0,29,41)
#001A24
(0,26,36)
#00171F
(0,23,31)
#00141A
(0,20,26)
#001115
(0,17,21)
#000E10
(0,14,16)
#000B0B
(0,11,11)
#000806
(0,8,6)
#000000
(0,0,0)

Tints of #002638

#002638
(0,38,56)
#17394A
(23,57,74)
#2E4C5C
(46,76,92)
#455F6E
(69,95,110)
#5C7280
(92,114,128)
#738592
(115,133,146)
#8A98A4
(138,152,164)
#A1ABB6
(161,171,182)
#B8BEC8
(184,190,200)
#CFD1DA
(207,209,218)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002638 color. Also use rgb(0,38,56) instead hex code.

Text Font Color

.myTextColor { color: #002638; }

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

This text font color is #002638.

Background Color

.myBgColor { background-color: #002638; }

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

This div background color is #002638.

Border color

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

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

This div border color is #002638.

Opacity

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

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

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

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

This text has shadow with #002638 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002638.

Preview

Color preview on black background

This text has color #002638 on black background.


Color preview on white background

This text has color #002638 on white background.


Black color preview on #002638 background

This text has black color on #002638 background.


White color preview on #002638 background

This text has white color on #002638 background.


Related colors

Complementary color

Complementary color for #hex is #FFD9C7.


I love getcolorcode.com

Triadic colors

1 #380026 and #263800 with #002638 are triadic colors.

2 #382600 and #260038 with #002638 are triadic colors.