Shades of Teal Blue #294552
Tints of Teal Blue #294552
RGB
CMYK
RGB Variations
Color information
#294552 (or 0x294552) is known color: Teal Blue. HEX triplet: 29, 45 and 52. RGB value is (41,69,82). Sum of RGB (Red+Green+Blue) = 41+69+82=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #294552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294552 is #D6BAAD. Grayscale: #3E3E3E. Windows color (decimal): -14072494 or 5391657. OLE color: 5391657.
HSL color Cylindrical-coordinate representation of color #294552: hue angle of 199.02º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294552 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 69 | 82 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.68 |
| HSL | 199.02º | 0.33% | 0.24% | - |
| HSV(B) | 199.02º | 0.5% | 0.32% | - |
| XYZ | 4.57 | 5.34 | 8.77 | - |
| YUV | 62.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 82 | 0.50 | 0.16 | 0 | 0.68 | 199.02 | 0.33 | 0.24 |
| Hex | 29 | 45 | 52 | 32 | 10 | 0 | 44 | C7 | 21 | 18 |
| Octal | 51 | 105 | 122 | 62 | 20 | 0 | 104 | 307 | 41 | 30 |
| Binary | 101001 | 1000101 | 1010010 | 110010 | 10000 | 0 | 1000100 | 11000111 | 100001 | 11000 |
Color Harmonies of #294552
Complementary color
Monochromatic Colors of #294552
Black with #294552
Text Example
Text Example
White with #294552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294552; }
p { color: rgb(41,69,82); }
H1.HeaderClassName
{
color: #294552;
}
.AnyTagClassName
{
color: #294552;
}
</style>
background-color css
<style>
a { background-color: #294552; }
a { background-color: rgb(41,69,82); }
div.DivClassName
{
background-color: #294552;
}
.BgClassName
{
background-color: #294552;
}
</style>
border-color css
<style>
span { border-color: #294552; }
span { border-color: rgb(41,69,82); }
td.TdClassName
{
border-color: #294552;
}
.TagClassName
{
border-color: #294552;
}
</style>