Html Css Color HEX #324A50 Teal Blue

📋 copy color: '#324A50'

red 50 ◦ green 74 ◦ blue 80

#324A50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #324A50

Tints of Teal Blue #324A50

RGB

 RED value IS 50 (19.92% from 255) = 24.51%

 GREEN value IS 74 (29.3% 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 value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#324A50 (or 0x324A50) is known color: 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

RGB 50 74 80 -
CMYK 0.37 0.08 0 0.69
HSL 192º 0.23% 0.25% -
HSV(B) 192º 0.38% 0.31% -
XYZ 5.21 6.15 8.5 -
YUV 67.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 50 74 80 0.37 0.08 0 0.69 192 0.23 0.25
Hex 32 4A 50 25 8 0 45 C0 17 19
Octal 62 112 120 45 10 0 105 300 27 31
Binary 110010 1001010 1010000 100101 1000 0 1000101 11000000 10111 11001

Color Harmonies of #324A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A50

Black with #324A50

Text Example


Text Example

White with #324A50

Text Example


Text Example

HTML Codes & Css Web 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>