#21464E

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

Shades of Teal Blue #21464E

Tints of Teal Blue #21464E

Color information

#21464E (or 0x21464E) is unknown color: approx Teal Blue. HEX triplet: 21, 46 and 4E. RGB value is (33,70,78). Sum of RGB (Red+Green+Blue) = 33+70+78=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #21464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21464E is #DEB9B1. Grayscale: #3B3B3B. Windows color (decimal): -14596530 or 5129761. OLE color: 5129761.

HSL color Cylindrical-coordinate representation of color #21464E: hue angle of 190.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21464E is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB337078-
CMYK0.580.1000.69
HSL190.67º40.54%21.76%-
HSV(B)190.67º57.69%30.59%-
XYZ4.195.258-
YUV59.85138.24108.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=18.23%
G=38.67%
B=43.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3370780.580.1000.69190.6740.5421.76
Hex21464E3AA045bf2916
Octal41106116721201052775126
Binary100001100011010011101110101010010001011011111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21464E; }

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

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

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

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

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

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

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

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