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