Shades of Teal Blue #244E5B
Tints of Teal Blue #244E5B
RGB
CMYK
RGB Variations
Color information
#244E5B (or 0x244E5B) is known color: Teal Blue. HEX triplet: 24, 4E and 5B. RGB value is (36,78,91). Sum of RGB (Red+Green+Blue) = 36+78+91=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #244E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E5B is #DBB1A4. Grayscale: #424242. Windows color (decimal): -14397861 or 5983780. OLE color: 5983780.
HSL color Cylindrical-coordinate representation of color #244E5B: hue angle of 194.18º 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 #244E5B is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 78 | 91 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.64 |
| HSL | 194.18º | 0.43% | 0.25% | - |
| HSV(B) | 194.18º | 0.6% | 0.36% | - |
| XYZ | 5.34 | 6.58 | 10.89 | - |
| YUV | 66.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 91 | 0.60 | 0.14 | 0 | 0.64 | 194.18 | 0.43 | 0.25 |
| Hex | 24 | 4E | 5B | 3C | E | 0 | 40 | C2 | 2B | 19 |
| Octal | 44 | 116 | 133 | 74 | 16 | 0 | 100 | 302 | 53 | 31 |
| Binary | 100100 | 1001110 | 1011011 | 111100 | 1110 | 0 | 1000000 | 11000010 | 101011 | 11001 |
Color Harmonies of #244E5B
Complementary color
Monochromatic Colors of #244E5B
Black with #244E5B
Text Example
Text Example
White with #244E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244E5B; }
p { color: rgb(36,78,91); }
H1.HeaderClassName
{
color: #244E5B;
}
.AnyTagClassName
{
color: #244E5B;
}
</style>
background-color css
<style>
a { background-color: #244E5B; }
a { background-color: rgb(36,78,91); }
div.DivClassName
{
background-color: #244E5B;
}
.BgClassName
{
background-color: #244E5B;
}
</style>
border-color css
<style>
span { border-color: #244E5B; }
span { border-color: rgb(36,78,91); }
td.TdClassName
{
border-color: #244E5B;
}
.TagClassName
{
border-color: #244E5B;
}
</style>