#324B52

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

Shades of Teal Blue #324B52

Tints of Teal Blue #324B52

Color information

#324B52 (or 0x324B52) is unknown color: approx Teal Blue. HEX triplet: 32, 4B and 52. RGB value is (50,75,82). Sum of RGB (Red+Green+Blue) = 50+75+82=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 82 - color contains mainly: blue. Hex color #324B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B52 is #CDB4AD. Grayscale: #444444. Windows color (decimal): -13481134 or 5393202. OLE color: 5393202.

HSL color Cylindrical-coordinate representation of color #324B52: hue angle of 193.12º 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 #324B52 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB507582-
CMYK0.390.0900.68
HSL193.12º24.24%25.88%-
HSV(B)193.12º39.02%32.16%-
XYZ5.356.328.92-
YUV68.32135.72114.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=24.15%
G=36.23%
B=39.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5075820.390.0900.68193.1224.2425.88
Hex324B52279044c1181a
Octal62113122471101043013032
Binary11001010010111010010100111100101000100110000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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