#324C53

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

Shades of Teal Blue #324C53

Tints of Teal Blue #324C53

Color information

#324C53 (or 0x324C53) is unknown color: approx Teal Blue. HEX triplet: 32, 4C and 53. RGB value is (50,76,83). Sum of RGB (Red+Green+Blue) = 50+76+83=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #324C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C53 is #CDB3AC. Grayscale: #444444. Windows color (decimal): -13480877 or 5458994. OLE color: 5458994.

HSL color Cylindrical-coordinate representation of color #324C53: hue angle of 192.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #324C53 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB507683-
CMYK0.400.0800.67
HSL192.73º24.81%26.08%-
HSV(B)192.73º39.76%32.55%-
XYZ5.466.479.14-
YUV69.02135.89114.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=23.92%
G=36.36%
B=39.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5076830.400.0800.67192.7324.8126.08
Hex324C53288043c1191a
Octal62114123501001033013132
Binary11001010011001010011101000100001000011110000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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