Html Css Color HEX #324C52 Teal Blue

📋 copy color: '#324C52'

red 50 ◦ green 76 ◦ blue 82

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

Shades of Teal Blue #324C52

Tints of Teal Blue #324C52

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 value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 50 76 82 -
CMYK 0.39 0.07 0 0.68
HSL 191.25º 0.24% 0.26% -
HSV(B) 191.25º 0.39% 0.32% -
XYZ 5.42 6.46 8.94 -
YUV 68.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 50 76 82 0.39 0.07 0 0.68 191.25 0.24 0.26
Hex 32 4C 52 27 7 0 44 BF 18 1A
Octal 62 114 122 47 7 0 104 277 30 32
Binary 110010 1001100 1010010 100111 111 0 1000100 10111111 11000 11010

Color Harmonies of #324C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C52

Black with #324C52

Text Example


Text Example

White with #324C52

Text Example


Text Example

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