Html Css Color HEX #324A51 Teal Blue

📋 copy color: '#324A51'

red 50 ◦ green 74 ◦ blue 81

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

Shades of Teal Blue #324A51

Tints of Teal Blue #324A51

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.1%

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 24.39%
G = 36.1%
B = 39.51%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#324A51 (or 0x324A51) is known color: Teal Blue. HEX triplet: 32, 4A and 51. RGB value is (50,74,81). Sum of RGB (Red+Green+Blue) = 50+74+81=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #324A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A51 is #CDB5AE. Grayscale: #434343. Windows color (decimal): -13481391 or 5327410. OLE color: 5327410.

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

Color convert

RGB 50 74 81 -
CMYK 0.38 0.09 0 0.68
HSL 193.55º 0.24% 0.26% -
HSV(B) 193.55º 0.38% 0.32% -
XYZ 5.25 6.17 8.7 -
YUV 67.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 50 74 81 0.38 0.09 0 0.68 193.55 0.24 0.26
Hex 32 4A 51 26 9 0 44 C2 18 1A
Octal 62 112 121 46 11 0 104 302 30 32
Binary 110010 1001010 1010001 100110 1001 0 1000100 11000010 11000 11010

Color Harmonies of #324A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A51

Black with #324A51

Text Example


Text Example

White with #324A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #324A51;
 }
 .AnyTagClassName
 {
   color: #324A51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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