Shades of Teal Blue #314C56
Tints of Teal Blue #314C56
RGB
CMYK
RGB Variations
Color information
#314C56 (or 0x314C56) is known color: Teal Blue. HEX triplet: 31, 4C and 56. RGB value is (49,76,86). Sum of RGB (Red+Green+Blue) = 49+76+86=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #314C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C56 is #CEB3A9. Grayscale: #454545. Windows color (decimal): -13546410 or 5655601. OLE color: 5655601.
HSL color Cylindrical-coordinate representation of color #314C56: hue angle of 196.22º 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 #314C56 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 76 | 86 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.66 |
| HSL | 196.22º | 0.27% | 0.26% | - |
| HSV(B) | 196.22º | 0.43% | 0.34% | - |
| XYZ | 5.53 | 6.49 | 9.77 | - |
| YUV | 69.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 86 | 0.43 | 0.12 | 0 | 0.66 | 196.22 | 0.27 | 0.26 |
| Hex | 31 | 4C | 56 | 2B | C | 0 | 42 | C4 | 1B | 1A |
| Octal | 61 | 114 | 126 | 53 | 14 | 0 | 102 | 304 | 33 | 32 |
| Binary | 110001 | 1001100 | 1010110 | 101011 | 1100 | 0 | 1000010 | 11000100 | 11011 | 11010 |
Color Harmonies of #314C56
Complementary color
Monochromatic Colors of #314C56
Black with #314C56
Text Example
Text Example
White with #314C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C56; }
p { color: rgb(49,76,86); }
H1.HeaderClassName
{
color: #314C56;
}
.AnyTagClassName
{
color: #314C56;
}
</style>
background-color css
<style>
a { background-color: #314C56; }
a { background-color: rgb(49,76,86); }
div.DivClassName
{
background-color: #314C56;
}
.BgClassName
{
background-color: #314C56;
}
</style>
border-color css
<style>
span { border-color: #314C56; }
span { border-color: rgb(49,76,86); }
td.TdClassName
{
border-color: #314C56;
}
.TagClassName
{
border-color: #314C56;
}
</style>