Shades of Teal Blue #244F5C
Tints of Teal Blue #244F5C
RGB
CMYK
RGB Variations
Color information
#244F5C (or 0x244F5C) is known color: Teal Blue. HEX triplet: 24, 4F and 5C. RGB value is (36,79,92). Sum of RGB (Red+Green+Blue) = 36+79+92=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #244F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F5C is #DBB0A3. Grayscale: #434343. Windows color (decimal): -14397604 or 6049572. OLE color: 6049572.
HSL color Cylindrical-coordinate representation of color #244F5C: hue angle of 193.93º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #244F5C is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 79 | 92 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.64 |
| HSL | 193.93º | 0.44% | 0.25% | - |
| HSV(B) | 193.93º | 0.61% | 0.36% | - |
| XYZ | 5.46 | 6.74 | 11.14 | - |
| YUV | 67.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 79 | 92 | 0.61 | 0.14 | 0 | 0.64 | 193.93 | 0.44 | 0.25 |
| Hex | 24 | 4F | 5C | 3D | E | 0 | 40 | C2 | 2C | 19 |
| Octal | 44 | 117 | 134 | 75 | 16 | 0 | 100 | 302 | 54 | 31 |
| Binary | 100100 | 1001111 | 1011100 | 111101 | 1110 | 0 | 1000000 | 11000010 | 101100 | 11001 |
Color Harmonies of #244F5C
Complementary color
Monochromatic Colors of #244F5C
Black with #244F5C
Text Example
Text Example
White with #244F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244F5C; }
p { color: rgb(36,79,92); }
H1.HeaderClassName
{
color: #244F5C;
}
.AnyTagClassName
{
color: #244F5C;
}
</style>
background-color css
<style>
a { background-color: #244F5C; }
a { background-color: rgb(36,79,92); }
div.DivClassName
{
background-color: #244F5C;
}
.BgClassName
{
background-color: #244F5C;
}
</style>
border-color css
<style>
span { border-color: #244F5C; }
span { border-color: rgb(36,79,92); }
td.TdClassName
{
border-color: #244F5C;
}
.TagClassName
{
border-color: #244F5C;
}
</style>