Shades of Teal Blue #314C57
Tints of Teal Blue #314C57
RGB
CMYK
RGB Variations
Color information
#314C57 (or 0x314C57) is known color: Teal Blue. HEX triplet: 31, 4C and 57. RGB value is (49,76,87). Sum of RGB (Red+Green+Blue) = 49+76+87=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #314C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C57 is #CEB3A8. Grayscale: #454545. Windows color (decimal): -13546409 or 5721137. OLE color: 5721137.
HSL color Cylindrical-coordinate representation of color #314C57: hue angle of 197.37º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314C57 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 76 | 87 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.66 |
| HSL | 197.37º | 0.28% | 0.27% | - |
| HSV(B) | 197.37º | 0.44% | 0.34% | - |
| XYZ | 5.57 | 6.51 | 9.98 | - |
| YUV | 69.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 87 | 0.44 | 0.13 | 0 | 0.66 | 197.37 | 0.28 | 0.27 |
| Hex | 31 | 4C | 57 | 2C | D | 0 | 42 | C5 | 1C | 1B |
| Octal | 61 | 114 | 127 | 54 | 15 | 0 | 102 | 305 | 34 | 33 |
| Binary | 110001 | 1001100 | 1010111 | 101100 | 1101 | 0 | 1000010 | 11000101 | 11100 | 11011 |
Color Harmonies of #314C57
Complementary color
Monochromatic Colors of #314C57
Black with #314C57
Text Example
Text Example
White with #314C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C57; }
p { color: rgb(49,76,87); }
H1.HeaderClassName
{
color: #314C57;
}
.AnyTagClassName
{
color: #314C57;
}
</style>
background-color css
<style>
a { background-color: #314C57; }
a { background-color: rgb(49,76,87); }
div.DivClassName
{
background-color: #314C57;
}
.BgClassName
{
background-color: #314C57;
}
</style>
border-color css
<style>
span { border-color: #314C57; }
span { border-color: rgb(49,76,87); }
td.TdClassName
{
border-color: #314C57;
}
.TagClassName
{
border-color: #314C57;
}
</style>