COLOR #002342

HEX: #002342
RGB: (0,35,66)

Color info

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

RGB color model

#002342 color RGB value is (0,35,66).

  • red value is 0;
  • green value is 35;
  • blue value is 66.
RGB:
(0,35,66)
(0%,14%,26%)

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 66 of 255 = 26%

0
35
66

R + G + B ~ 13%. #002342 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 35 + 66 = 101 (100%)
R 0 of 101 ~ 0%
G 35 of 101 ~ 34.65%
B 66 of 101 ~ 65.35%

%34.65
%65.35

CMYK color model

#002342 color CMYK value is (100,47,0,74).

  • cyan value is 100.00%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(100,47,0,74)
C100M47Y0K74 
(100%,47%,0%,74%)
(1.00/0.47/0.00/0.74)	

CMYK percentages

%100
%46.97
%0
%74.12

Codes

Color #002342 in popluar color models

002342
RGB03566
HSL208°100.00%12.94%
HSB/HSV208°100.00%25.88%
CMYK100.00%46.97%0.00%
74.12%

Color #002342 in popluar number systems.

HEX002342
Decimal03566
Binary01000111000010
Octal043102

Shades and tints

Shades of #002342

#002342
(0,35,66)
#00203C
(0,32,60)
#001D36
(0,29,54)
#001A30
(0,26,48)
#00172A
(0,23,42)
#001424
(0,20,36)
#00111E
(0,17,30)
#000E18
(0,14,24)
#000B12
(0,11,18)
#00080C
(0,8,12)
#000506
(0,5,6)
#000000
(0,0,0)

Tints of #002342

#002342
(0,35,66)
#173753
(23,55,83)
#2E4B64
(46,75,100)
#455F75
(69,95,117)
#5C7386
(92,115,134)
#738797
(115,135,151)
#8A9BA8
(138,155,168)
#A1AFB9
(161,175,185)
#B8C3CA
(184,195,202)
#CFD7DB
(207,215,219)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002342 color. Also use rgb(0,35,66) instead hex code.

Text Font Color

.myTextColor { color: #002342; }

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

This text font color is #002342.


Background Color

.myBgColor { background-color: #002342; }

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

This div background color is #002342.


Border color

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

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

This div border color is #002342.


Opacity

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

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

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

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

This text has shadow with #002342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002342 on black background.


Color preview on white background

This text has color #002342 on white background.



Black color preview on #002342 background

This text has black color on #002342 background.


White color preview on #002342 background

This text has white color on #002342 background.