#21464D

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

Shades of Teal Blue #21464D

Tints of Teal Blue #21464D

Color information

#21464D (or 0x21464D) is unknown color: approx Teal Blue. HEX triplet: 21, 46 and 4D. RGB value is (33,70,77). Sum of RGB (Red+Green+Blue) = 33+70+77=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #21464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21464D is #DEB9B2. Grayscale: #3B3B3B. Windows color (decimal): -14596531 or 5064225. OLE color: 5064225.

HSL color Cylindrical-coordinate representation of color #21464D: hue angle of 189.55º 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 #21464D is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB337077-
CMYK0.570.0900.70
HSL189.55º40%21.57%-
HSV(B)189.55º57.14%30.2%-
XYZ4.165.247.81-
YUV59.73137.74108.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 77 (30.47% from 255) = 42.78%
R=18.33%
G=38.89%
B=42.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3370770.570.0900.70189.554021.57
Hex21464D399046be2816
Octal41106115711101062765026
Binary100001100011010011011110011001010001101011111010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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