Shades of Teal Blue #224858
Tints of Teal Blue #224858
RGB
CMYK
RGB Variations
Color information
#224858 (or 0x224858) is known color: Teal Blue. HEX triplet: 22, 48 and 58. RGB value is (34,72,88). Sum of RGB (Red+Green+Blue) = 34+72+88=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #224858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224858 is #DDB7A7. Grayscale: #3E3E3E. Windows color (decimal): -14530472 or 5785634. OLE color: 5785634.
HSL color Cylindrical-coordinate representation of color #224858: hue angle of 197.78º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224858 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 72 | 88 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.65 |
| HSL | 197.78º | 0.44% | 0.24% | - |
| HSV(B) | 197.78º | 0.61% | 0.35% | - |
| XYZ | 4.74 | 5.68 | 10.08 | - |
| YUV | 62.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 72 | 88 | 0.61 | 0.18 | 0 | 0.65 | 197.78 | 0.44 | 0.24 |
| Hex | 22 | 48 | 58 | 3D | 12 | 0 | 41 | C6 | 2C | 18 |
| Octal | 42 | 110 | 130 | 75 | 22 | 0 | 101 | 306 | 54 | 30 |
| Binary | 100010 | 1001000 | 1011000 | 111101 | 10010 | 0 | 1000001 | 11000110 | 101100 | 11000 |
Color Harmonies of #224858
Complementary color
Monochromatic Colors of #224858
Black with #224858
Text Example
Text Example
White with #224858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224858; }
p { color: rgb(34,72,88); }
H1.HeaderClassName
{
color: #224858;
}
.AnyTagClassName
{
color: #224858;
}
</style>
background-color css
<style>
a { background-color: #224858; }
a { background-color: rgb(34,72,88); }
div.DivClassName
{
background-color: #224858;
}
.BgClassName
{
background-color: #224858;
}
</style>
border-color css
<style>
span { border-color: #224858; }
span { border-color: rgb(34,72,88); }
td.TdClassName
{
border-color: #224858;
}
.TagClassName
{
border-color: #224858;
}
</style>