#21474F

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

Shades of Teal Blue #21474F

Tints of Teal Blue #21474F

Color information

#21474F (or 0x21474F) is unknown color: approx Teal Blue. HEX triplet: 21, 47 and 4F. RGB value is (33,71,79). Sum of RGB (Red+Green+Blue) = 33+71+79=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #21474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21474F is #DEB8B0. Grayscale: #3C3C3C. Windows color (decimal): -14596273 or 5195553. OLE color: 5195553.

HSL color Cylindrical-coordinate representation of color #21474F: hue angle of 190.43º 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 #21474F is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB337179-
CMYK0.580.1000.69
HSL190.43º41.07%21.96%-
HSV(B)190.43º58.23%30.98%-
XYZ4.295.398.21-
YUV60.55138.41108.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=18.03%
G=38.80%
B=43.17%

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
Decimal3371790.580.1000.69190.4341.0721.96
Hex21474F3AA045be2916
Octal41107117721201052765126
Binary100001100011110011111110101010010001011011111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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