Shades of Teal Blue #314D55
Tints of Teal Blue #314D55
RGB
CMYK
RGB Variations
Color information
#314D55 (or 0x314D55) is known color: Teal Blue. HEX triplet: 31, 4D and 55. RGB value is (49,77,85). Sum of RGB (Red+Green+Blue) = 49+77+85=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #314D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D55 is #CEB2AA. Grayscale: #454545. Windows color (decimal): -13546155 or 5590321. OLE color: 5590321.
HSL color Cylindrical-coordinate representation of color #314D55: hue angle of 193.33º 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 #314D55 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 77 | 85 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.67 |
| HSL | 193.33º | 0.27% | 0.26% | - |
| HSV(B) | 193.33º | 0.42% | 0.33% | - |
| XYZ | 5.56 | 6.62 | 9.58 | - |
| YUV | 69.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 85 | 0.42 | 0.09 | 0 | 0.67 | 193.33 | 0.27 | 0.26 |
| Hex | 31 | 4D | 55 | 2A | 9 | 0 | 43 | C1 | 1B | 1A |
| Octal | 61 | 115 | 125 | 52 | 11 | 0 | 103 | 301 | 33 | 32 |
| Binary | 110001 | 1001101 | 1010101 | 101010 | 1001 | 0 | 1000011 | 11000001 | 11011 | 11010 |
Color Harmonies of #314D55
Complementary color
Monochromatic Colors of #314D55
Black with #314D55
Text Example
Text Example
White with #314D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D55; }
p { color: rgb(49,77,85); }
H1.HeaderClassName
{
color: #314D55;
}
.AnyTagClassName
{
color: #314D55;
}
</style>
background-color css
<style>
a { background-color: #314D55; }
a { background-color: rgb(49,77,85); }
div.DivClassName
{
background-color: #314D55;
}
.BgClassName
{
background-color: #314D55;
}
</style>
border-color css
<style>
span { border-color: #314D55; }
span { border-color: rgb(49,77,85); }
td.TdClassName
{
border-color: #314D55;
}
.TagClassName
{
border-color: #314D55;
}
</style>