Shades of Teal Blue #244C55
Tints of Teal Blue #244C55
RGB
CMYK
RGB Variations
Color information
#244C55 (or 0x244C55) is known color: Teal Blue. HEX triplet: 24, 4C and 55. RGB value is (36,76,85). Sum of RGB (Red+Green+Blue) = 36+76+85=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #244C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C55 is #DBB3AA. Grayscale: #404040. Windows color (decimal): -14398379 or 5590052. OLE color: 5590052.
HSL color Cylindrical-coordinate representation of color #244C55: hue angle of 191.02º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244C55 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 76 | 85 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.67 |
| HSL | 191.02º | 0.4% | 0.24% | - |
| HSV(B) | 191.02º | 0.58% | 0.33% | - |
| XYZ | 4.95 | 6.2 | 9.53 | - |
| YUV | 65.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 85 | 0.58 | 0.11 | 0 | 0.67 | 191.02 | 0.4 | 0.24 |
| Hex | 24 | 4C | 55 | 3A | B | 0 | 43 | BF | 28 | 18 |
| Octal | 44 | 114 | 125 | 72 | 13 | 0 | 103 | 277 | 50 | 30 |
| Binary | 100100 | 1001100 | 1010101 | 111010 | 1011 | 0 | 1000011 | 10111111 | 101000 | 11000 |
Color Harmonies of #244C55
Complementary color
Monochromatic Colors of #244C55
Black with #244C55
Text Example
Text Example
White with #244C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C55; }
p { color: rgb(36,76,85); }
H1.HeaderClassName
{
color: #244C55;
}
.AnyTagClassName
{
color: #244C55;
}
</style>
background-color css
<style>
a { background-color: #244C55; }
a { background-color: rgb(36,76,85); }
div.DivClassName
{
background-color: #244C55;
}
.BgClassName
{
background-color: #244C55;
}
</style>
border-color css
<style>
span { border-color: #244C55; }
span { border-color: rgb(36,76,85); }
td.TdClassName
{
border-color: #244C55;
}
.TagClassName
{
border-color: #244C55;
}
</style>