Shades of Teal Blue #314E55
Tints of Teal Blue #314E55
RGB
CMYK
RGB Variations
Color information
#314E55 (or 0x314E55) is known color: Teal Blue. HEX triplet: 31, 4E and 55. RGB value is (49,78,85). Sum of RGB (Red+Green+Blue) = 49+78+85=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 78 (30.86% from 255 or 36.79% 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 #314E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E55 is #CEB1AA. Grayscale: #464646. Windows color (decimal): -13545899 or 5590577. OLE color: 5590577.
HSL color Cylindrical-coordinate representation of color #314E55: hue angle of 191.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314E55 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 78 | 85 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.67 |
| HSL | 191.67º | 0.27% | 0.26% | - |
| HSV(B) | 191.67º | 0.42% | 0.33% | - |
| XYZ | 5.63 | 6.76 | 9.6 | - |
| YUV | 70.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 85 | 0.42 | 0.08 | 0 | 0.67 | 191.67 | 0.27 | 0.26 |
| Hex | 31 | 4E | 55 | 2A | 8 | 0 | 43 | C0 | 1B | 1A |
| Octal | 61 | 116 | 125 | 52 | 10 | 0 | 103 | 300 | 33 | 32 |
| Binary | 110001 | 1001110 | 1010101 | 101010 | 1000 | 0 | 1000011 | 11000000 | 11011 | 11010 |
Color Harmonies of #314E55
Complementary color
Monochromatic Colors of #314E55
Black with #314E55
Text Example
Text Example
White with #314E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E55; }
p { color: rgb(49,78,85); }
H1.HeaderClassName
{
color: #314E55;
}
.AnyTagClassName
{
color: #314E55;
}
</style>
background-color css
<style>
a { background-color: #314E55; }
a { background-color: rgb(49,78,85); }
div.DivClassName
{
background-color: #314E55;
}
.BgClassName
{
background-color: #314E55;
}
</style>
border-color css
<style>
span { border-color: #314E55; }
span { border-color: rgb(49,78,85); }
td.TdClassName
{
border-color: #314E55;
}
.TagClassName
{
border-color: #314E55;
}
</style>