#214955

Color #214955 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #214955

Tints of Teal Blue #214955

Color information

#214955 (or 0x214955) is unknown color: approx Teal Blue. HEX triplet: 21, 49 and 55. RGB value is (33,73,85). Sum of RGB (Red+Green+Blue) = 33+73+85=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #214955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214955 is #DEB6AA. Grayscale: #3E3E3E. Windows color (decimal): -14595755 or 5589281. OLE color: 5589281.

HSL color Cylindrical-coordinate representation of color #214955: hue angle of 193.85º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #214955 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB337385-
CMYK0.610.1400.67
HSL193.85º44.07%23.14%-
HSV(B)193.85º61.18%33.33%-
XYZ4.655.749.46-
YUV62.41140.75107.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=17.28%
G=38.22%
B=44.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3373850.610.1400.67193.8544.0723.14
Hex2149553DE043c22c17
Octal41111125751601033025427
Binary100001100100110101011111011110010000111100001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214955; }

 p { color: rgb(33,73,85); }

 H1.HeaderClassName
 {
   color: #214955;
 }
 .AnyTagClassName
 {
   color: #214955;
 }
</style>
background-color css

<style>
 a { background-color: #214955; }

 a { background-color: rgb(33,73,85); }

 div.DivClassName
 {
   background-color: #214955;
 }
 .BgClassName
 {
   background-color: #214955;
 }
</style>
border-color css

<style>
 span { border-color: #214955; }

 span { border-color: rgb(33,73,85); }

 td.TdClassName
 {
   border-color: #214955;
 }
 .TagClassName
 {
   border-color: #214955;
 }
</style>