Shades of Teal Blue #324C52
Tints of Teal Blue #324C52
RGB
CMYK
RGB Variations
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
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>