#214957

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

Shades of Teal Blue #214957

Tints of Teal Blue #214957

Color information

#214957 (or 0x214957) is unknown color: approx Teal Blue. HEX triplet: 21, 49 and 57. RGB value is (33,73,87). Sum of RGB (Red+Green+Blue) = 33+73+87=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #214957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214957 is #DEB6A8. Grayscale: #3E3E3E. Windows color (decimal): -14595753 or 5720353. OLE color: 5720353.

HSL color Cylindrical-coordinate representation of color #214957: hue angle of 195.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214957 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB337387-
CMYK0.620.1600.66
HSL195.56º45%23.53%-
HSV(B)195.56º62.07%34.12%-
XYZ4.735.789.88-
YUV62.64141.75106.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=17.10%
G=37.82%
B=45.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3373870.620.1600.66195.564523.53
Hex2149573E10042c42d18
Octal41111127762001023045530
Binary1000011001001101011111111010000010000101100010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214957; }

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

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

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

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

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

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

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

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