#214554

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

Shades of Teal Blue #214554

Tints of Teal Blue #214554

Color information

#214554 (or 0x214554) is unknown color: approx Teal Blue. HEX triplet: 21, 45 and 54. RGB value is (33,69,84). Sum of RGB (Red+Green+Blue) = 33+69+84=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #214554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214554 is #DEBAAB. Grayscale: #3B3B3B. Windows color (decimal): -14596780 or 5522721. OLE color: 5522721.

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

Color convert

RGB336984-
CMYK0.610.1800.67
HSL197.65º43.59%22.94%-
HSV(B)197.65º60.71%32.94%-
XYZ4.365.229.17-
YUV59.95141.57108.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=17.74%
G=37.10%
B=45.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3369840.610.1800.67197.6543.5922.94
Hex2145543D12043c62c17
Octal41105124752201033065427
Binary1000011000101101010011110110010010000111100011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214554; }

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

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

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

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

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

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

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

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