Shades of Teal Blue #224E5B
Tints of Teal Blue #224E5B
RGB
CMYK
RGB Variations
Color information
#224E5B (or 0x224E5B) is known color: Teal Blue. HEX triplet: 22, 4E and 5B. RGB value is (34,78,91). Sum of RGB (Red+Green+Blue) = 34+78+91=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #224E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E5B is #DDB1A4. Grayscale: #424242. Windows color (decimal): -14528933 or 5983778. OLE color: 5983778.
HSL color Cylindrical-coordinate representation of color #224E5B: hue angle of 193.68º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #224E5B is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 78 | 91 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.64 |
| HSL | 193.68º | 0.46% | 0.25% | - |
| HSV(B) | 193.68º | 0.63% | 0.36% | - |
| XYZ | 5.27 | 6.54 | 10.88 | - |
| YUV | 66.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 91 | 0.63 | 0.14 | 0 | 0.64 | 193.68 | 0.46 | 0.25 |
| Hex | 22 | 4E | 5B | 3F | E | 0 | 40 | C2 | 2E | 19 |
| Octal | 42 | 116 | 133 | 77 | 16 | 0 | 100 | 302 | 56 | 31 |
| Binary | 100010 | 1001110 | 1011011 | 111111 | 1110 | 0 | 1000000 | 11000010 | 101110 | 11001 |
Color Harmonies of #224E5B
Complementary color
Monochromatic Colors of #224E5B
Black with #224E5B
Text Example
Text Example
White with #224E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E5B; }
p { color: rgb(34,78,91); }
H1.HeaderClassName
{
color: #224E5B;
}
.AnyTagClassName
{
color: #224E5B;
}
</style>
background-color css
<style>
a { background-color: #224E5B; }
a { background-color: rgb(34,78,91); }
div.DivClassName
{
background-color: #224E5B;
}
.BgClassName
{
background-color: #224E5B;
}
</style>
border-color css
<style>
span { border-color: #224E5B; }
span { border-color: rgb(34,78,91); }
td.TdClassName
{
border-color: #224E5B;
}
.TagClassName
{
border-color: #224E5B;
}
</style>