Shades of Teal Blue #224B55
Tints of Teal Blue #224B55
RGB
CMYK
RGB Variations
Color information
#224B55 (or 0x224B55) is known color: Teal Blue. HEX triplet: 22, 4B and 55. RGB value is (34,75,85). Sum of RGB (Red+Green+Blue) = 34+75+85=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #224B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B55 is #DDB4AA. Grayscale: #3F3F3F. Windows color (decimal): -14529707 or 5589794. OLE color: 5589794.
HSL color Cylindrical-coordinate representation of color #224B55: hue angle of 191.76º degrees, saturation: 0.43, 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 #224B55 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 75 | 85 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.67 |
| HSL | 191.76º | 0.43% | 0.23% | - |
| HSV(B) | 191.76º | 0.6% | 0.33% | - |
| XYZ | 4.82 | 6.03 | 9.5 | - |
| YUV | 63.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 85 | 0.60 | 0.12 | 0 | 0.67 | 191.76 | 0.43 | 0.23 |
| Hex | 22 | 4B | 55 | 3C | C | 0 | 43 | C0 | 2B | 17 |
| Octal | 42 | 113 | 125 | 74 | 14 | 0 | 103 | 300 | 53 | 27 |
| Binary | 100010 | 1001011 | 1010101 | 111100 | 1100 | 0 | 1000011 | 11000000 | 101011 | 10111 |
Color Harmonies of #224B55
Complementary color
Monochromatic Colors of #224B55
Black with #224B55
Text Example
Text Example
White with #224B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B55; }
p { color: rgb(34,75,85); }
H1.HeaderClassName
{
color: #224B55;
}
.AnyTagClassName
{
color: #224B55;
}
</style>
background-color css
<style>
a { background-color: #224B55; }
a { background-color: rgb(34,75,85); }
div.DivClassName
{
background-color: #224B55;
}
.BgClassName
{
background-color: #224B55;
}
</style>
border-color css
<style>
span { border-color: #224B55; }
span { border-color: rgb(34,75,85); }
td.TdClassName
{
border-color: #224B55;
}
.TagClassName
{
border-color: #224B55;
}
</style>