Shades of Teal Blue #244A52
Tints of Teal Blue #244A52
RGB
CMYK
RGB Variations
Color information
#244A52 (or 0x244A52) is known color: Teal Blue. HEX triplet: 24, 4A and 52. RGB value is (36,74,82). Sum of RGB (Red+Green+Blue) = 36+74+82=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 74 (29.30% from 255 or 38.54% 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 #244A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A52 is #DBB5AD. Grayscale: #3F3F3F. Windows color (decimal): -14398894 or 5392932. OLE color: 5392932.
HSL color Cylindrical-coordinate representation of color #244A52: hue angle of 190.43º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #244A52 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 74 | 82 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.68 |
| HSL | 190.43º | 0.39% | 0.23% | - |
| HSV(B) | 190.43º | 0.56% | 0.32% | - |
| XYZ | 4.7 | 5.88 | 8.87 | - |
| YUV | 63.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 82 | 0.56 | 0.10 | 0 | 0.68 | 190.43 | 0.39 | 0.23 |
| Hex | 24 | 4A | 52 | 38 | A | 0 | 44 | BE | 27 | 17 |
| Octal | 44 | 112 | 122 | 70 | 12 | 0 | 104 | 276 | 47 | 27 |
| Binary | 100100 | 1001010 | 1010010 | 111000 | 1010 | 0 | 1000100 | 10111110 | 100111 | 10111 |
Color Harmonies of #244A52
Complementary color
Monochromatic Colors of #244A52
Black with #244A52
Text Example
Text Example
White with #244A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A52; }
p { color: rgb(36,74,82); }
H1.HeaderClassName
{
color: #244A52;
}
.AnyTagClassName
{
color: #244A52;
}
</style>
background-color css
<style>
a { background-color: #244A52; }
a { background-color: rgb(36,74,82); }
div.DivClassName
{
background-color: #244A52;
}
.BgClassName
{
background-color: #244A52;
}
</style>
border-color css
<style>
span { border-color: #244A52; }
span { border-color: rgb(36,74,82); }
td.TdClassName
{
border-color: #244A52;
}
.TagClassName
{
border-color: #244A52;
}
</style>