Shades of Teal Blue #314851
Tints of Teal Blue #314851
RGB
CMYK
RGB Variations
Color information
#314851 (or 0x314851) is known color: Teal Blue. HEX triplet: 31, 48 and 51. RGB value is (49,72,81). Sum of RGB (Red+Green+Blue) = 49+72+81=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #314851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314851 is #CEB7AE. Grayscale: #424242. Windows color (decimal): -13547439 or 5326897. OLE color: 5326897.
HSL color Cylindrical-coordinate representation of color #314851: hue angle of 196.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314851 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 72 | 81 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.68 |
| HSL | 196.88º | 0.25% | 0.25% | - |
| HSV(B) | 196.88º | 0.4% | 0.32% | - |
| XYZ | 5.07 | 5.88 | 8.65 | - |
| YUV | 66.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 81 | 0.40 | 0.11 | 0 | 0.68 | 196.88 | 0.25 | 0.25 |
| Hex | 31 | 48 | 51 | 28 | B | 0 | 44 | C5 | 19 | 19 |
| Octal | 61 | 110 | 121 | 50 | 13 | 0 | 104 | 305 | 31 | 31 |
| Binary | 110001 | 1001000 | 1010001 | 101000 | 1011 | 0 | 1000100 | 11000101 | 11001 | 11001 |
Color Harmonies of #314851
Complementary color
Monochromatic Colors of #314851
Black with #314851
Text Example
Text Example
White with #314851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314851; }
p { color: rgb(49,72,81); }
H1.HeaderClassName
{
color: #314851;
}
.AnyTagClassName
{
color: #314851;
}
</style>
background-color css
<style>
a { background-color: #314851; }
a { background-color: rgb(49,72,81); }
div.DivClassName
{
background-color: #314851;
}
.BgClassName
{
background-color: #314851;
}
</style>
border-color css
<style>
span { border-color: #314851; }
span { border-color: rgb(49,72,81); }
td.TdClassName
{
border-color: #314851;
}
.TagClassName
{
border-color: #314851;
}
</style>