Shades of Teal Blue #244A56
Tints of Teal Blue #244A56
RGB
CMYK
RGB Variations
Color information
#244A56 (or 0x244A56) is known color: Teal Blue. HEX triplet: 24, 4A and 56. RGB value is (36,74,86). Sum of RGB (Red+Green+Blue) = 36+74+86=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #244A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A56 is #DBB5A9. Grayscale: #3F3F3F. Windows color (decimal): -14398890 or 5655076. OLE color: 5655076.
HSL color Cylindrical-coordinate representation of color #244A56: hue angle of 194.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244A56 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 74 | 86 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.66 |
| HSL | 194.4º | 0.41% | 0.24% | - |
| HSV(B) | 194.4º | 0.58% | 0.34% | - |
| XYZ | 4.86 | 5.94 | 9.7 | - |
| YUV | 64.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 86 | 0.58 | 0.14 | 0 | 0.66 | 194.4 | 0.41 | 0.24 |
| Hex | 24 | 4A | 56 | 3A | E | 0 | 42 | C2 | 29 | 18 |
| Octal | 44 | 112 | 126 | 72 | 16 | 0 | 102 | 302 | 51 | 30 |
| Binary | 100100 | 1001010 | 1010110 | 111010 | 1110 | 0 | 1000010 | 11000010 | 101001 | 11000 |
Color Harmonies of #244A56
Complementary color
Monochromatic Colors of #244A56
Black with #244A56
Text Example
Text Example
White with #244A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A56; }
p { color: rgb(36,74,86); }
H1.HeaderClassName
{
color: #244A56;
}
.AnyTagClassName
{
color: #244A56;
}
</style>
background-color css
<style>
a { background-color: #244A56; }
a { background-color: rgb(36,74,86); }
div.DivClassName
{
background-color: #244A56;
}
.BgClassName
{
background-color: #244A56;
}
</style>
border-color css
<style>
span { border-color: #244A56; }
span { border-color: rgb(36,74,86); }
td.TdClassName
{
border-color: #244A56;
}
.TagClassName
{
border-color: #244A56;
}
</style>