Shades of Teal Blue #224B54
Tints of Teal Blue #224B54
RGB
CMYK
RGB Variations
Color information
#224B54 (or 0x224B54) is known color: Teal Blue. HEX triplet: 22, 4B and 54. RGB value is (34,75,84). Sum of RGB (Red+Green+Blue) = 34+75+84=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #224B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B54 is #DDB4AB. Grayscale: #3F3F3F. Windows color (decimal): -14529708 or 5524258. OLE color: 5524258.
HSL color Cylindrical-coordinate representation of color #224B54: hue angle of 190.8º 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 #224B54 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 75 | 84 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.67 |
| HSL | 190.8º | 0.42% | 0.23% | - |
| HSV(B) | 190.8º | 0.6% | 0.33% | - |
| XYZ | 4.78 | 6.01 | 9.3 | - |
| YUV | 63.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 84 | 0.60 | 0.11 | 0 | 0.67 | 190.8 | 0.42 | 0.23 |
| Hex | 22 | 4B | 54 | 3C | B | 0 | 43 | BF | 2A | 17 |
| Octal | 42 | 113 | 124 | 74 | 13 | 0 | 103 | 277 | 52 | 27 |
| Binary | 100010 | 1001011 | 1010100 | 111100 | 1011 | 0 | 1000011 | 10111111 | 101010 | 10111 |
Color Harmonies of #224B54
Complementary color
Monochromatic Colors of #224B54
Black with #224B54
Text Example
Text Example
White with #224B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B54; }
p { color: rgb(34,75,84); }
H1.HeaderClassName
{
color: #224B54;
}
.AnyTagClassName
{
color: #224B54;
}
</style>
background-color css
<style>
a { background-color: #224B54; }
a { background-color: rgb(34,75,84); }
div.DivClassName
{
background-color: #224B54;
}
.BgClassName
{
background-color: #224B54;
}
</style>
border-color css
<style>
span { border-color: #224B54; }
span { border-color: rgb(34,75,84); }
td.TdClassName
{
border-color: #224B54;
}
.TagClassName
{
border-color: #224B54;
}
</style>