#214755

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

Shades of Teal Blue #214755

Tints of Teal Blue #214755

Color information

#214755 (or 0x214755) is unknown color: approx Teal Blue. HEX triplet: 21, 47 and 55. RGB value is (33,71,85). Sum of RGB (Red+Green+Blue) = 33+71+85=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #214755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214755 is #DEB8AA. Grayscale: #3D3D3D. Windows color (decimal): -14596267 or 5588769. OLE color: 5588769.

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

Color convert

RGB337185-
CMYK0.610.1600.67
HSL196.15º44.07%23.14%-
HSV(B)196.15º61.18%33.33%-
XYZ4.525.499.41-
YUV61.23141.41107.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=17.46%
G=37.57%
B=44.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3371850.610.1600.67196.1544.0723.14
Hex2147553D10043c42c17
Octal41107125752001033045427
Binary1000011000111101010111110110000010000111100010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214755; }

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

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

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

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

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

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

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

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