Shades of Teal Blue #294655
Tints of Teal Blue #294655
RGB
CMYK
RGB Variations
Color information
#294655 (or 0x294655) is known color: Teal Blue. HEX triplet: 29, 46 and 55. RGB value is (41,70,85). Sum of RGB (Red+Green+Blue) = 41+70+85=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #294655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294655 is #D6B9AA. Grayscale: #3E3E3E. Windows color (decimal): -14072235 or 5588521. OLE color: 5588521.
HSL color Cylindrical-coordinate representation of color #294655: hue angle of 200.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294655 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 70 | 85 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.67 |
| HSL | 200.45º | 0.35% | 0.25% | - |
| HSV(B) | 200.45º | 0.52% | 0.33% | - |
| XYZ | 4.74 | 5.51 | 9.41 | - |
| YUV | 63.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 85 | 0.52 | 0.18 | 0 | 0.67 | 200.45 | 0.35 | 0.25 |
| Hex | 29 | 46 | 55 | 34 | 12 | 0 | 43 | C8 | 23 | 19 |
| Octal | 51 | 106 | 125 | 64 | 22 | 0 | 103 | 310 | 43 | 31 |
| Binary | 101001 | 1000110 | 1010101 | 110100 | 10010 | 0 | 1000011 | 11001000 | 100011 | 11001 |
Color Harmonies of #294655
Complementary color
Monochromatic Colors of #294655
Black with #294655
Text Example
Text Example
White with #294655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294655; }
p { color: rgb(41,70,85); }
H1.HeaderClassName
{
color: #294655;
}
.AnyTagClassName
{
color: #294655;
}
</style>
background-color css
<style>
a { background-color: #294655; }
a { background-color: rgb(41,70,85); }
div.DivClassName
{
background-color: #294655;
}
.BgClassName
{
background-color: #294655;
}
</style>
border-color css
<style>
span { border-color: #294655; }
span { border-color: rgb(41,70,85); }
td.TdClassName
{
border-color: #294655;
}
.TagClassName
{
border-color: #294655;
}
</style>