#214654

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

Shades of Teal Blue #214654

Tints of Teal Blue #214654

Color information

#214654 (or 0x214654) is unknown color: approx Teal Blue. HEX triplet: 21, 46 and 54. RGB value is (33,70,84). Sum of RGB (Red+Green+Blue) = 33+70+84=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #214654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214654 is #DEB9AB. Grayscale: #3C3C3C. Windows color (decimal): -14596524 or 5522977. OLE color: 5522977.

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

Color convert

RGB337084-
CMYK0.610.1700.67
HSL196.47º43.59%22.94%-
HSV(B)196.47º60.71%32.94%-
XYZ4.425.349.19-
YUV60.53141.24108.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=17.65%
G=37.43%
B=44.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3370840.610.1700.67196.4743.5922.94
Hex2146543D11043c42c17
Octal41106124752101033045427
Binary1000011000110101010011110110001010000111100010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214654; }

 p { color: rgb(33,70,84); }

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

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

 a { background-color: rgb(33,70,84); }

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

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

 span { border-color: rgb(33,70,84); }

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