COLOR #002232

HEX: #002232
RGB: (0,34,50)

Color info

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

RGB color model

#002232 color RGB value is (0,34,50).

  • red value is 0;
  • green value is 34;
  • blue value is 50.
RGB:
(0,34,50)
(0%,13%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 34 of 255 = 13%
B 50 of 255 = 20%

0
34
50

R + G + B ~ 11%. #002232 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 34 + 50 = 84 (100%)
R 0 of 84 ~ 0%
G 34 of 84 ~ 40.48%
B 50 of 84 ~ 59.52%

%40.48
%59.52

CMYK color model

#002232 color CMYK value is (100,32,0,80).

  • cyan value is 100.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(100,32,0,80)
C100M32Y0K80 
(100%,32%,0%,80%)
(1.00/0.32/0.00/0.80)	

CMYK percentages

%100
%32
%0
%80.39

Codes

Color #002232 in popluar color models

002232
RGB03450
HSL199°100.00%9.80%
HSB/HSV199°100.00%19.61%
CMYK100.00%32.00%0.00%
80.39%

Color #002232 in popluar number systems.

HEX002232
Decimal03450
Binary0100010110010
Octal04262

Shades and tints

Shades of #002232

#002232
(0,34,50)
#001F2E
(0,31,46)
#001C2A
(0,28,42)
#001926
(0,25,38)
#001622
(0,22,34)
#00131E
(0,19,30)
#00101A
(0,16,26)
#000D16
(0,13,22)
#000A12
(0,10,18)
#00070E
(0,7,14)
#00040A
(0,4,10)
#000000
(0,0,0)

Tints of #002232

#002232
(0,34,50)
#173644
(23,54,68)
#2E4A56
(46,74,86)
#455E68
(69,94,104)
#5C727A
(92,114,122)
#73868C
(115,134,140)
#8A9A9E
(138,154,158)
#A1AEB0
(161,174,176)
#B8C2C2
(184,194,194)
#CFD6D4
(207,214,212)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002232 color. Also use rgb(0,34,50) instead hex code.

Text Font Color

.myTextColor { color: #002232; }

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

This text font color is #002232.


Background Color

.myBgColor { background-color: #002232; }

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

This div background color is #002232.


Border color

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

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

This div border color is #002232.


Opacity

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

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

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

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

This text has shadow with #002232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002232 on black background.


Color preview on white background

This text has color #002232 on white background.



Black color preview on #002232 background

This text has black color on #002232 background.


White color preview on #002232 background

This text has white color on #002232 background.