#214855

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

Shades of Teal Blue #214855

Tints of Teal Blue #214855

Color information

#214855 (or 0x214855) is unknown color: approx Teal Blue. HEX triplet: 21, 48 and 55. RGB value is (33,72,85). Sum of RGB (Red+Green+Blue) = 33+72+85=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #214855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214855 is #DEB7AA. Grayscale: #3D3D3D. Windows color (decimal): -14596011 or 5589025. OLE color: 5589025.

HSL color Cylindrical-coordinate representation of color #214855: hue angle of 195º 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 #214855 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB337285-
CMYK0.610.1500.67
HSL195º44.07%23.14%-
HSV(B)195º61.18%33.33%-
XYZ4.585.619.44-
YUV61.82141.08107.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=17.37%
G=37.89%
B=44.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3372850.610.1500.6719544.0723.14
Hex2148553DF043c32c17
Octal41110125751701033035427
Binary100001100100010101011111011111010000111100001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214855; }

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

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

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

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

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

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

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

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