Shades of Teal Blue #2B505B
Tints of Teal Blue #2B505B
RGB
CMYK
RGB Variations
Color information
#2B505B (or 0x2B505B) is known color: Teal Blue. HEX triplet: 2B, 50 and 5B. RGB value is (43,80,91). Sum of RGB (Red+Green+Blue) = 43+80+91=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B505B is #D4AFA4. Grayscale: #464646. Windows color (decimal): -13938597 or 5984299. OLE color: 5984299.
HSL color Cylindrical-coordinate representation of color #2B505B: hue angle of 193.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B505B is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 80 | 91 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.64 |
| HSL | 193.75º | 0.36% | 0.26% | - |
| HSV(B) | 193.75º | 0.53% | 0.36% | - |
| XYZ | 5.75 | 7.01 | 10.95 | - |
| YUV | 70.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 91 | 0.53 | 0.12 | 0 | 0.64 | 193.75 | 0.36 | 0.26 |
| Hex | 2B | 50 | 5B | 35 | C | 0 | 40 | C2 | 24 | 1A |
| Octal | 53 | 120 | 133 | 65 | 14 | 0 | 100 | 302 | 44 | 32 |
| Binary | 101011 | 1010000 | 1011011 | 110101 | 1100 | 0 | 1000000 | 11000010 | 100100 | 11010 |
Color Harmonies of #2B505B
Complementary color
Monochromatic Colors of #2B505B
Black with #2B505B
Text Example
Text Example
White with #2B505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B505B; }
p { color: rgb(43,80,91); }
H1.HeaderClassName
{
color: #2B505B;
}
.AnyTagClassName
{
color: #2B505B;
}
</style>
background-color css
<style>
a { background-color: #2B505B; }
a { background-color: rgb(43,80,91); }
div.DivClassName
{
background-color: #2B505B;
}
.BgClassName
{
background-color: #2B505B;
}
</style>
border-color css
<style>
span { border-color: #2B505B; }
span { border-color: rgb(43,80,91); }
td.TdClassName
{
border-color: #2B505B;
}
.TagClassName
{
border-color: #2B505B;
}
</style>