Shades of Teal Blue #314D56
Tints of Teal Blue #314D56
RGB
CMYK
RGB Variations
Color information
#314D56 (or 0x314D56) is known color: Teal Blue. HEX triplet: 31, 4D and 56. RGB value is (49,77,86). Sum of RGB (Red+Green+Blue) = 49+77+86=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 86 - color contains mainly: blue. Hex color #314D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D56 is #CEB2A9. Grayscale: #454545. Windows color (decimal): -13546154 or 5655857. OLE color: 5655857.
HSL color Cylindrical-coordinate representation of color #314D56: hue angle of 194.59º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #314D56 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 77 | 86 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.66 |
| HSL | 194.59º | 0.27% | 0.26% | - |
| HSV(B) | 194.59º | 0.43% | 0.34% | - |
| XYZ | 5.6 | 6.63 | 9.79 | - |
| YUV | 69.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 86 | 0.43 | 0.10 | 0 | 0.66 | 194.59 | 0.27 | 0.26 |
| Hex | 31 | 4D | 56 | 2B | A | 0 | 42 | C3 | 1B | 1A |
| Octal | 61 | 115 | 126 | 53 | 12 | 0 | 102 | 303 | 33 | 32 |
| Binary | 110001 | 1001101 | 1010110 | 101011 | 1010 | 0 | 1000010 | 11000011 | 11011 | 11010 |
Color Harmonies of #314D56
Complementary color
Monochromatic Colors of #314D56
Black with #314D56
Text Example
Text Example
White with #314D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D56; }
p { color: rgb(49,77,86); }
H1.HeaderClassName
{
color: #314D56;
}
.AnyTagClassName
{
color: #314D56;
}
</style>
background-color css
<style>
a { background-color: #314D56; }
a { background-color: rgb(49,77,86); }
div.DivClassName
{
background-color: #314D56;
}
.BgClassName
{
background-color: #314D56;
}
</style>
border-color css
<style>
span { border-color: #314D56; }
span { border-color: rgb(49,77,86); }
td.TdClassName
{
border-color: #314D56;
}
.TagClassName
{
border-color: #314D56;
}
</style>