#324C52

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

Shades of Teal Blue #324C52

Tints of Teal Blue #324C52

Color information

#324C52 (or 0x324C52) is unknown color: approx Teal Blue. HEX triplet: 32, 4C and 52. RGB value is (50,76,82). Sum of RGB (Red+Green+Blue) = 50+76+82=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 82 - color contains mainly: blue. Hex color #324C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C52 is #CDB3AD. Grayscale: #444444. Windows color (decimal): -13480878 or 5393458. OLE color: 5393458.

HSL color Cylindrical-coordinate representation of color #324C52: hue angle of 191.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324C52 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB507682-
CMYK0.390.0700.68
HSL191.25º24.24%25.88%-
HSV(B)191.25º39.02%32.16%-
XYZ5.426.468.94-
YUV68.91135.39114.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 82 (32.42% from 255) = 39.42%
R=24.04%
G=36.54%
B=39.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5076820.390.0700.68191.2524.2425.88
Hex324C52277044bf181a
Octal6211412247701042773032
Binary1100101001100101001010011111101000100101111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,76,82); }

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

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

 a { background-color: rgb(50,76,82); }

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

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

 span { border-color: rgb(50,76,82); }

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