Shades of Teal Blue #224B57
Tints of Teal Blue #224B57
RGB
CMYK
RGB Variations
Color information
#224B57 (or 0x224B57) is known color: Teal Blue. HEX triplet: 22, 4B and 57. RGB value is (34,75,87). Sum of RGB (Red+Green+Blue) = 34+75+87=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #224B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B57 is #DDB4A8. Grayscale: #404040. Windows color (decimal): -14529705 or 5720866. OLE color: 5720866.
HSL color Cylindrical-coordinate representation of color #224B57: hue angle of 193.58º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224B57 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 75 | 87 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.66 |
| HSL | 193.58º | 0.44% | 0.24% | - |
| HSV(B) | 193.58º | 0.61% | 0.34% | - |
| XYZ | 4.9 | 6.06 | 9.93 | - |
| YUV | 64.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 87 | 0.61 | 0.14 | 0 | 0.66 | 193.58 | 0.44 | 0.24 |
| Hex | 22 | 4B | 57 | 3D | E | 0 | 42 | C2 | 2C | 18 |
| Octal | 42 | 113 | 127 | 75 | 16 | 0 | 102 | 302 | 54 | 30 |
| Binary | 100010 | 1001011 | 1010111 | 111101 | 1110 | 0 | 1000010 | 11000010 | 101100 | 11000 |
Color Harmonies of #224B57
Complementary color
Monochromatic Colors of #224B57
Black with #224B57
Text Example
Text Example
White with #224B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B57; }
p { color: rgb(34,75,87); }
H1.HeaderClassName
{
color: #224B57;
}
.AnyTagClassName
{
color: #224B57;
}
</style>
background-color css
<style>
a { background-color: #224B57; }
a { background-color: rgb(34,75,87); }
div.DivClassName
{
background-color: #224B57;
}
.BgClassName
{
background-color: #224B57;
}
</style>
border-color css
<style>
span { border-color: #224B57; }
span { border-color: rgb(34,75,87); }
td.TdClassName
{
border-color: #224B57;
}
.TagClassName
{
border-color: #224B57;
}
</style>