Shades of Teal Blue #224554
Tints of Teal Blue #224554
RGB
CMYK
RGB Variations
Color information
#224554 (or 0x224554) is known color: Teal Blue. HEX triplet: 22, 45 and 54. RGB value is (34,69,84). Sum of RGB (Red+Green+Blue) = 34+69+84=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #224554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224554 is #DDBAAB. Grayscale: #3C3C3C. Windows color (decimal): -14531244 or 5522722. OLE color: 5522722.
HSL color Cylindrical-coordinate representation of color #224554: hue angle of 198º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224554 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 69 | 84 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.67 |
| HSL | 198º | 0.42% | 0.23% | - |
| HSV(B) | 198º | 0.6% | 0.33% | - |
| XYZ | 4.39 | 5.24 | 9.17 | - |
| YUV | 60.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 84 | 0.60 | 0.18 | 0 | 0.67 | 198 | 0.42 | 0.23 |
| Hex | 22 | 45 | 54 | 3C | 12 | 0 | 43 | C6 | 2A | 17 |
| Octal | 42 | 105 | 124 | 74 | 22 | 0 | 103 | 306 | 52 | 27 |
| Binary | 100010 | 1000101 | 1010100 | 111100 | 10010 | 0 | 1000011 | 11000110 | 101010 | 10111 |
Color Harmonies of #224554
Complementary color
Monochromatic Colors of #224554
Black with #224554
Text Example
Text Example
White with #224554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224554; }
p { color: rgb(34,69,84); }
H1.HeaderClassName
{
color: #224554;
}
.AnyTagClassName
{
color: #224554;
}
</style>
background-color css
<style>
a { background-color: #224554; }
a { background-color: rgb(34,69,84); }
div.DivClassName
{
background-color: #224554;
}
.BgClassName
{
background-color: #224554;
}
</style>
border-color css
<style>
span { border-color: #224554; }
span { border-color: rgb(34,69,84); }
td.TdClassName
{
border-color: #224554;
}
.TagClassName
{
border-color: #224554;
}
</style>