Shades of Teal Blue #294857
Tints of Teal Blue #294857
RGB
CMYK
RGB Variations
Color information
#294857 (or 0x294857) is known color: Teal Blue. HEX triplet: 29, 48 and 57. RGB value is (41,72,87). Sum of RGB (Red+Green+Blue) = 41+72+87=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #294857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294857 is #D6B7A8. Grayscale: #404040. Windows color (decimal): -14071721 or 5720105. OLE color: 5720105.
HSL color Cylindrical-coordinate representation of color #294857: hue angle of 199.57º 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 #294857 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 72 | 87 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.66 |
| HSL | 199.57º | 0.36% | 0.25% | - |
| HSV(B) | 199.57º | 0.53% | 0.34% | - |
| XYZ | 4.95 | 5.79 | 9.87 | - |
| YUV | 64.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 87 | 0.53 | 0.17 | 0 | 0.66 | 199.57 | 0.36 | 0.25 |
| Hex | 29 | 48 | 57 | 35 | 11 | 0 | 42 | C8 | 24 | 19 |
| Octal | 51 | 110 | 127 | 65 | 21 | 0 | 102 | 310 | 44 | 31 |
| Binary | 101001 | 1001000 | 1010111 | 110101 | 10001 | 0 | 1000010 | 11001000 | 100100 | 11001 |
Color Harmonies of #294857
Complementary color
Monochromatic Colors of #294857
Black with #294857
Text Example
Text Example
White with #294857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294857; }
p { color: rgb(41,72,87); }
H1.HeaderClassName
{
color: #294857;
}
.AnyTagClassName
{
color: #294857;
}
</style>
background-color css
<style>
a { background-color: #294857; }
a { background-color: rgb(41,72,87); }
div.DivClassName
{
background-color: #294857;
}
.BgClassName
{
background-color: #294857;
}
</style>
border-color css
<style>
span { border-color: #294857; }
span { border-color: rgb(41,72,87); }
td.TdClassName
{
border-color: #294857;
}
.TagClassName
{
border-color: #294857;
}
</style>