Shades of Teal Blue #244A5A
Tints of Teal Blue #244A5A
RGB
CMYK
RGB Variations
Color information
#244A5A (or 0x244A5A) is known color: Teal Blue. HEX triplet: 24, 4A and 5A. RGB value is (36,74,90). Sum of RGB (Red+Green+Blue) = 36+74+90=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #244A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A5A is #DBB5A5. Grayscale: #404040. Windows color (decimal): -14398886 or 5917220. OLE color: 5917220.
HSL color Cylindrical-coordinate representation of color #244A5A: hue angle of 197.78º 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 #244A5A is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 74 | 90 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.65 |
| HSL | 197.78º | 0.43% | 0.25% | - |
| HSV(B) | 197.78º | 0.6% | 0.35% | - |
| XYZ | 5.02 | 6.01 | 10.57 | - |
| YUV | 64.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 90 | 0.60 | 0.18 | 0 | 0.65 | 197.78 | 0.43 | 0.25 |
| Hex | 24 | 4A | 5A | 3C | 12 | 0 | 41 | C6 | 2B | 19 |
| Octal | 44 | 112 | 132 | 74 | 22 | 0 | 101 | 306 | 53 | 31 |
| Binary | 100100 | 1001010 | 1011010 | 111100 | 10010 | 0 | 1000001 | 11000110 | 101011 | 11001 |
Color Harmonies of #244A5A
Complementary color
Monochromatic Colors of #244A5A
Black with #244A5A
Text Example
Text Example
White with #244A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A5A; }
p { color: rgb(36,74,90); }
H1.HeaderClassName
{
color: #244A5A;
}
.AnyTagClassName
{
color: #244A5A;
}
</style>
background-color css
<style>
a { background-color: #244A5A; }
a { background-color: rgb(36,74,90); }
div.DivClassName
{
background-color: #244A5A;
}
.BgClassName
{
background-color: #244A5A;
}
</style>
border-color css
<style>
span { border-color: #244A5A; }
span { border-color: rgb(36,74,90); }
td.TdClassName
{
border-color: #244A5A;
}
.TagClassName
{
border-color: #244A5A;
}
</style>