Shades of Teal Blue #244F5B
Tints of Teal Blue #244F5B
RGB
CMYK
RGB Variations
Color information
#244F5B (or 0x244F5B) is known color: Teal Blue. HEX triplet: 24, 4F and 5B. RGB value is (36,79,91). Sum of RGB (Red+Green+Blue) = 36+79+91=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #244F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F5B is #DBB0A4. Grayscale: #434343. Windows color (decimal): -14397605 or 5984036. OLE color: 5984036.
HSL color Cylindrical-coordinate representation of color #244F5B: hue angle of 193.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #244F5B is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 79 | 91 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.64 |
| HSL | 193.09º | 0.43% | 0.25% | - |
| HSV(B) | 193.09º | 0.6% | 0.36% | - |
| XYZ | 5.41 | 6.72 | 10.91 | - |
| YUV | 67.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 79 | 91 | 0.60 | 0.13 | 0 | 0.64 | 193.09 | 0.43 | 0.25 |
| Hex | 24 | 4F | 5B | 3C | D | 0 | 40 | C1 | 2B | 19 |
| Octal | 44 | 117 | 133 | 74 | 15 | 0 | 100 | 301 | 53 | 31 |
| Binary | 100100 | 1001111 | 1011011 | 111100 | 1101 | 0 | 1000000 | 11000001 | 101011 | 11001 |
Color Harmonies of #244F5B
Complementary color
Monochromatic Colors of #244F5B
Black with #244F5B
Text Example
Text Example
White with #244F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244F5B; }
p { color: rgb(36,79,91); }
H1.HeaderClassName
{
color: #244F5B;
}
.AnyTagClassName
{
color: #244F5B;
}
</style>
background-color css
<style>
a { background-color: #244F5B; }
a { background-color: rgb(36,79,91); }
div.DivClassName
{
background-color: #244F5B;
}
.BgClassName
{
background-color: #244F5B;
}
</style>
border-color css
<style>
span { border-color: #244F5B; }
span { border-color: rgb(36,79,91); }
td.TdClassName
{
border-color: #244F5B;
}
.TagClassName
{
border-color: #244F5B;
}
</style>