Shades of Teal Blue #2B464F
Tints of Teal Blue #2B464F
RGB
CMYK
RGB Variations
Color information
#2B464F (or 0x2B464F) is known color: Teal Blue. HEX triplet: 2B, 46 and 4F. RGB value is (43,70,79). Sum of RGB (Red+Green+Blue) = 43+70+79=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B464F is #D4B9B0. Grayscale: #3E3E3E. Windows color (decimal): -13941169 or 5195307. OLE color: 5195307.
HSL color Cylindrical-coordinate representation of color #2B464F: hue angle of 195º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B464F is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 70 | 79 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.69 |
| HSL | 195º | 0.3% | 0.24% | - |
| HSV(B) | 195º | 0.46% | 0.31% | - |
| XYZ | 4.6 | 5.46 | 8.21 | - |
| YUV | 62.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 79 | 0.46 | 0.11 | 0 | 0.69 | 195 | 0.3 | 0.24 |
| Hex | 2B | 46 | 4F | 2E | B | 0 | 45 | C3 | 1E | 18 |
| Octal | 53 | 106 | 117 | 56 | 13 | 0 | 105 | 303 | 36 | 30 |
| Binary | 101011 | 1000110 | 1001111 | 101110 | 1011 | 0 | 1000101 | 11000011 | 11110 | 11000 |
Color Harmonies of #2B464F
Complementary color
Monochromatic Colors of #2B464F
Black with #2B464F
Text Example
Text Example
White with #2B464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B464F; }
p { color: rgb(43,70,79); }
H1.HeaderClassName
{
color: #2B464F;
}
.AnyTagClassName
{
color: #2B464F;
}
</style>
background-color css
<style>
a { background-color: #2B464F; }
a { background-color: rgb(43,70,79); }
div.DivClassName
{
background-color: #2B464F;
}
.BgClassName
{
background-color: #2B464F;
}
</style>
border-color css
<style>
span { border-color: #2B464F; }
span { border-color: rgb(43,70,79); }
td.TdClassName
{
border-color: #2B464F;
}
.TagClassName
{
border-color: #2B464F;
}
</style>