Shades of Teal Blue #2B464D
Tints of Teal Blue #2B464D
RGB
CMYK
RGB Variations
Color information
#2B464D (or 0x2B464D) is known color: Teal Blue. HEX triplet: 2B, 46 and 4D. RGB value is (43,70,77). Sum of RGB (Red+Green+Blue) = 43+70+77=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B464D is #D4B9B2. Grayscale: #3E3E3E. Windows color (decimal): -13941171 or 5064235. OLE color: 5064235.
HSL color Cylindrical-coordinate representation of color #2B464D: hue angle of 192.35º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B464D is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 70 | 77 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.70 |
| HSL | 192.35º | 0.28% | 0.24% | - |
| HSV(B) | 192.35º | 0.44% | 0.3% | - |
| XYZ | 4.53 | 5.43 | 7.83 | - |
| YUV | 62.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 77 | 0.44 | 0.09 | 0 | 0.70 | 192.35 | 0.28 | 0.24 |
| Hex | 2B | 46 | 4D | 2C | 9 | 0 | 46 | C0 | 1C | 18 |
| Octal | 53 | 106 | 115 | 54 | 11 | 0 | 106 | 300 | 34 | 30 |
| Binary | 101011 | 1000110 | 1001101 | 101100 | 1001 | 0 | 1000110 | 11000000 | 11100 | 11000 |
Color Harmonies of #2B464D
Complementary color
Monochromatic Colors of #2B464D
Black with #2B464D
Text Example
Text Example
White with #2B464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B464D; }
p { color: rgb(43,70,77); }
H1.HeaderClassName
{
color: #2B464D;
}
.AnyTagClassName
{
color: #2B464D;
}
</style>
background-color css
<style>
a { background-color: #2B464D; }
a { background-color: rgb(43,70,77); }
div.DivClassName
{
background-color: #2B464D;
}
.BgClassName
{
background-color: #2B464D;
}
</style>
border-color css
<style>
span { border-color: #2B464D; }
span { border-color: rgb(43,70,77); }
td.TdClassName
{
border-color: #2B464D;
}
.TagClassName
{
border-color: #2B464D;
}
</style>