Shades of Teal Blue #294A57
Tints of Teal Blue #294A57
RGB
CMYK
RGB Variations
Color information
#294A57 (or 0x294A57) is known color: Teal Blue. HEX triplet: 29, 4A and 57. RGB value is (41,74,87). Sum of RGB (Red+Green+Blue) = 41+74+87=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #294A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A57 is #D6B5A8. Grayscale: #414141. Windows color (decimal): -14071209 or 5720617. OLE color: 5720617.
HSL color Cylindrical-coordinate representation of color #294A57: hue angle of 196.96º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294A57 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 74 | 87 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.66 |
| HSL | 196.96º | 0.36% | 0.25% | - |
| HSV(B) | 196.96º | 0.53% | 0.34% | - |
| XYZ | 5.08 | 6.06 | 9.92 | - |
| YUV | 65.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 87 | 0.53 | 0.15 | 0 | 0.66 | 196.96 | 0.36 | 0.25 |
| Hex | 29 | 4A | 57 | 35 | F | 0 | 42 | C5 | 24 | 19 |
| Octal | 51 | 112 | 127 | 65 | 17 | 0 | 102 | 305 | 44 | 31 |
| Binary | 101001 | 1001010 | 1010111 | 110101 | 1111 | 0 | 1000010 | 11000101 | 100100 | 11001 |
Color Harmonies of #294A57
Complementary color
Monochromatic Colors of #294A57
Black with #294A57
Text Example
Text Example
White with #294A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A57; }
p { color: rgb(41,74,87); }
H1.HeaderClassName
{
color: #294A57;
}
.AnyTagClassName
{
color: #294A57;
}
</style>
background-color css
<style>
a { background-color: #294A57; }
a { background-color: rgb(41,74,87); }
div.DivClassName
{
background-color: #294A57;
}
.BgClassName
{
background-color: #294A57;
}
</style>
border-color css
<style>
span { border-color: #294A57; }
span { border-color: rgb(41,74,87); }
td.TdClassName
{
border-color: #294A57;
}
.TagClassName
{
border-color: #294A57;
}
</style>