Shades of Teal Blue #314B53
Tints of Teal Blue #314B53
RGB
CMYK
RGB Variations
Color information
#314B53 (or 0x314B53) is known color: Teal Blue. HEX triplet: 31, 4B and 53. RGB value is (49,75,83). Sum of RGB (Red+Green+Blue) = 49+75+83=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #314B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B53 is #CEB4AC. Grayscale: #444444. Windows color (decimal): -13546669 or 5458737. OLE color: 5458737.
HSL color Cylindrical-coordinate representation of color #314B53: hue angle of 194.12º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #314B53 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 75 | 83 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.67 |
| HSL | 194.12º | 0.26% | 0.26% | - |
| HSV(B) | 194.12º | 0.41% | 0.33% | - |
| XYZ | 5.34 | 6.31 | 9.12 | - |
| YUV | 68.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 83 | 0.41 | 0.10 | 0 | 0.67 | 194.12 | 0.26 | 0.26 |
| Hex | 31 | 4B | 53 | 29 | A | 0 | 43 | C2 | 1A | 1A |
| Octal | 61 | 113 | 123 | 51 | 12 | 0 | 103 | 302 | 32 | 32 |
| Binary | 110001 | 1001011 | 1010011 | 101001 | 1010 | 0 | 1000011 | 11000010 | 11010 | 11010 |
Color Harmonies of #314B53
Complementary color
Monochromatic Colors of #314B53
Black with #314B53
Text Example
Text Example
White with #314B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B53; }
p { color: rgb(49,75,83); }
H1.HeaderClassName
{
color: #314B53;
}
.AnyTagClassName
{
color: #314B53;
}
</style>
background-color css
<style>
a { background-color: #314B53; }
a { background-color: rgb(49,75,83); }
div.DivClassName
{
background-color: #314B53;
}
.BgClassName
{
background-color: #314B53;
}
</style>
border-color css
<style>
span { border-color: #314B53; }
span { border-color: rgb(49,75,83); }
td.TdClassName
{
border-color: #314B53;
}
.TagClassName
{
border-color: #314B53;
}
</style>