Shades of Teal Blue #294553
Tints of Teal Blue #294553
RGB
CMYK
RGB Variations
Color information
#294553 (or 0x294553) is known color: Teal Blue. HEX triplet: 29, 45 and 53. RGB value is (41,69,83). Sum of RGB (Red+Green+Blue) = 41+69+83=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #294553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294553 is #D6BAAC. Grayscale: #3E3E3E. Windows color (decimal): -14072493 or 5457193. OLE color: 5457193.
HSL color Cylindrical-coordinate representation of color #294553: hue angle of 200º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294553 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 69 | 83 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.67 |
| HSL | 200º | 0.34% | 0.24% | - |
| HSV(B) | 200º | 0.51% | 0.33% | - |
| XYZ | 4.6 | 5.35 | 8.97 | - |
| YUV | 62.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 83 | 0.51 | 0.17 | 0 | 0.67 | 200 | 0.34 | 0.24 |
| Hex | 29 | 45 | 53 | 33 | 11 | 0 | 43 | C8 | 22 | 18 |
| Octal | 51 | 105 | 123 | 63 | 21 | 0 | 103 | 310 | 42 | 30 |
| Binary | 101001 | 1000101 | 1010011 | 110011 | 10001 | 0 | 1000011 | 11001000 | 100010 | 11000 |
Color Harmonies of #294553
Complementary color
Monochromatic Colors of #294553
Black with #294553
Text Example
Text Example
White with #294553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294553; }
p { color: rgb(41,69,83); }
H1.HeaderClassName
{
color: #294553;
}
.AnyTagClassName
{
color: #294553;
}
</style>
background-color css
<style>
a { background-color: #294553; }
a { background-color: rgb(41,69,83); }
div.DivClassName
{
background-color: #294553;
}
.BgClassName
{
background-color: #294553;
}
</style>
border-color css
<style>
span { border-color: #294553; }
span { border-color: rgb(41,69,83); }
td.TdClassName
{
border-color: #294553;
}
.TagClassName
{
border-color: #294553;
}
</style>