Shades of Teal Blue #244C5A
Tints of Teal Blue #244C5A
RGB
CMYK
RGB Variations
Color information
#244C5A (or 0x244C5A) is known color: Teal Blue. HEX triplet: 24, 4C and 5A. RGB value is (36,76,90). Sum of RGB (Red+Green+Blue) = 36+76+90=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #244C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C5A is #DBB3A5. Grayscale: #414141. Windows color (decimal): -14398374 or 5917732. OLE color: 5917732.
HSL color Cylindrical-coordinate representation of color #244C5A: hue angle of 195.56º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #244C5A is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 76 | 90 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.65 |
| HSL | 195.56º | 0.43% | 0.25% | - |
| HSV(B) | 195.56º | 0.6% | 0.35% | - |
| XYZ | 5.16 | 6.28 | 10.61 | - |
| YUV | 65.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 90 | 0.60 | 0.16 | 0 | 0.65 | 195.56 | 0.43 | 0.25 |
| Hex | 24 | 4C | 5A | 3C | 10 | 0 | 41 | C4 | 2B | 19 |
| Octal | 44 | 114 | 132 | 74 | 20 | 0 | 101 | 304 | 53 | 31 |
| Binary | 100100 | 1001100 | 1011010 | 111100 | 10000 | 0 | 1000001 | 11000100 | 101011 | 11001 |
Color Harmonies of #244C5A
Complementary color
Monochromatic Colors of #244C5A
Black with #244C5A
Text Example
Text Example
White with #244C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C5A; }
p { color: rgb(36,76,90); }
H1.HeaderClassName
{
color: #244C5A;
}
.AnyTagClassName
{
color: #244C5A;
}
</style>
background-color css
<style>
a { background-color: #244C5A; }
a { background-color: rgb(36,76,90); }
div.DivClassName
{
background-color: #244C5A;
}
.BgClassName
{
background-color: #244C5A;
}
</style>
border-color css
<style>
span { border-color: #244C5A; }
span { border-color: rgb(36,76,90); }
td.TdClassName
{
border-color: #244C5A;
}
.TagClassName
{
border-color: #244C5A;
}
</style>