Shades of Teal Blue #324D55
Tints of Teal Blue #324D55
RGB
CMYK
RGB Variations
Color information
#324D55 (or 0x324D55) is known color: Teal Blue. HEX triplet: 32, 4D and 55. RGB value is (50,77,85). Sum of RGB (Red+Green+Blue) = 50+77+85=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #324D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D55 is #CDB2AA. Grayscale: #454545. Windows color (decimal): -13480619 or 5590322. OLE color: 5590322.
HSL color Cylindrical-coordinate representation of color #324D55: hue angle of 193.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #324D55 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 77 | 85 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.67 |
| HSL | 193.71º | 0.26% | 0.26% | - |
| HSV(B) | 193.71º | 0.41% | 0.33% | - |
| XYZ | 5.61 | 6.64 | 9.58 | - |
| YUV | 69.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 85 | 0.41 | 0.09 | 0 | 0.67 | 193.71 | 0.26 | 0.26 |
| Hex | 32 | 4D | 55 | 29 | 9 | 0 | 43 | C2 | 1A | 1A |
| Octal | 62 | 115 | 125 | 51 | 11 | 0 | 103 | 302 | 32 | 32 |
| Binary | 110010 | 1001101 | 1010101 | 101001 | 1001 | 0 | 1000011 | 11000010 | 11010 | 11010 |
Color Harmonies of #324D55
Complementary color
Monochromatic Colors of #324D55
Black with #324D55
Text Example
Text Example
White with #324D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324D55; }
p { color: rgb(50,77,85); }
H1.HeaderClassName
{
color: #324D55;
}
.AnyTagClassName
{
color: #324D55;
}
</style>
background-color css
<style>
a { background-color: #324D55; }
a { background-color: rgb(50,77,85); }
div.DivClassName
{
background-color: #324D55;
}
.BgClassName
{
background-color: #324D55;
}
</style>
border-color css
<style>
span { border-color: #324D55; }
span { border-color: rgb(50,77,85); }
td.TdClassName
{
border-color: #324D55;
}
.TagClassName
{
border-color: #324D55;
}
</style>