#32494F

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

Shades of Teal Blue #32494F

Tints of Teal Blue #32494F

Color information

#32494F (or 0x32494F) is unknown color: approx Teal Blue. HEX triplet: 32, 49 and 4F. RGB value is (50,73,79). Sum of RGB (Red+Green+Blue) = 50+73+79=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 79 - color contains mainly: blue. Hex color #32494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32494F is #CDB6B0. Grayscale: #424242. Windows color (decimal): -13481649 or 5196082. OLE color: 5196082.

HSL color Cylindrical-coordinate representation of color #32494F: hue angle of 192.41º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32494F is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB507379-
CMYK0.370.0800.69
HSL192.41º22.48%25.29%-
HSV(B)192.41º36.71%30.98%-
XYZ5.116.018.29-
YUV66.81134.88116.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=24.75%
G=36.14%
B=39.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5073790.370.0800.69192.4122.4825.29
Hex32494F258045c01619
Octal62111117451001053002631
Binary11001010010011001111100101100001000101110000001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,73,79); }

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

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

 a { background-color: rgb(50,73,79); }

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

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

 span { border-color: rgb(50,73,79); }

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