#21474D

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

Shades of Teal Blue #21474D

Tints of Teal Blue #21474D

Color information

#21474D (or 0x21474D) is unknown color: approx Teal Blue. HEX triplet: 21, 47 and 4D. RGB value is (33,71,77). Sum of RGB (Red+Green+Blue) = 33+71+77=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #21474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21474D is #DEB8B2. Grayscale: #3C3C3C. Windows color (decimal): -14596275 or 5064481. OLE color: 5064481.

HSL color Cylindrical-coordinate representation of color #21474D: hue angle of 188.18º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21474D is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB337177-
CMYK0.570.0800.70
HSL188.18º40%21.57%-
HSV(B)188.18º57.14%30.2%-
XYZ4.225.377.83-
YUV60.32137.41108.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=18.23%
G=39.23%
B=42.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3371770.570.0800.70188.184021.57
Hex21474D398046bc2816
Octal41107115711001062745026
Binary100001100011110011011110011000010001101011110010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21474D; }

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

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

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

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

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

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

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

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