Shades of Teal Blue #314A52
Tints of Teal Blue #314A52
RGB
CMYK
RGB Variations
Color information
#314A52 (or 0x314A52) is known color: Teal Blue. HEX triplet: 31, 4A and 52. RGB value is (49,74,82). Sum of RGB (Red+Green+Blue) = 49+74+82=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #314A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A52 is #CEB5AD. Grayscale: #434343. Windows color (decimal): -13546926 or 5392945. OLE color: 5392945.
HSL color Cylindrical-coordinate representation of color #314A52: hue angle of 194.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314A52 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 74 | 82 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.68 |
| HSL | 194.55º | 0.25% | 0.26% | - |
| HSV(B) | 194.55º | 0.4% | 0.32% | - |
| XYZ | 5.24 | 6.16 | 8.9 | - |
| YUV | 67.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 82 | 0.40 | 0.10 | 0 | 0.68 | 194.55 | 0.25 | 0.26 |
| Hex | 31 | 4A | 52 | 28 | A | 0 | 44 | C3 | 19 | 1A |
| Octal | 61 | 112 | 122 | 50 | 12 | 0 | 104 | 303 | 31 | 32 |
| Binary | 110001 | 1001010 | 1010010 | 101000 | 1010 | 0 | 1000100 | 11000011 | 11001 | 11010 |
Color Harmonies of #314A52
Complementary color
Monochromatic Colors of #314A52
Black with #314A52
Text Example
Text Example
White with #314A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A52; }
p { color: rgb(49,74,82); }
H1.HeaderClassName
{
color: #314A52;
}
.AnyTagClassName
{
color: #314A52;
}
</style>
background-color css
<style>
a { background-color: #314A52; }
a { background-color: rgb(49,74,82); }
div.DivClassName
{
background-color: #314A52;
}
.BgClassName
{
background-color: #314A52;
}
</style>
border-color css
<style>
span { border-color: #314A52; }
span { border-color: rgb(49,74,82); }
td.TdClassName
{
border-color: #314A52;
}
.TagClassName
{
border-color: #314A52;
}
</style>