#324A50

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

Shades of Teal Blue #324A50

Tints of Teal Blue #324A50

Color information

#324A50 (or 0x324A50) is unknown color: approx Teal Blue. HEX triplet: 32, 4A and 50. RGB value is (50,74,80). Sum of RGB (Red+Green+Blue) = 50+74+80=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #324A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A50 is #CDB5AF. Grayscale: #434343. Windows color (decimal): -13481392 or 5261874. OLE color: 5261874.

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

Color convert

RGB507480-
CMYK0.370.0800.69
HSL192º23.08%25.49%-
HSV(B)192º37.5%31.37%-
XYZ5.216.158.5-
YUV67.51135.05115.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=24.51%
G=36.27%
B=39.22%

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
Decimal5074800.370.0800.6919223.0825.49
Hex324A50258045c01719
Octal62112120451001053002731
Binary11001010010101010000100101100001000101110000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324A50; }

 p { color: rgb(50,74,80); }

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

<style>
 a { background-color: #324A50; }

 a { background-color: rgb(50,74,80); }

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

<style>
 span { border-color: #324A50; }

 span { border-color: rgb(50,74,80); }

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