Shades of Teal Blue #2B515B
Tints of Teal Blue #2B515B
RGB
CMYK
RGB Variations
Color information
#2B515B (or 0x2B515B) is known color: Teal Blue. HEX triplet: 2B, 51 and 5B. RGB value is (43,81,91). Sum of RGB (Red+Green+Blue) = 43+81+91=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B515B is #D4AEA4. Grayscale: #464646. Windows color (decimal): -13938341 or 5984555. OLE color: 5984555.
HSL color Cylindrical-coordinate representation of color #2B515B: hue angle of 192.5º 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 #2B515B is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 81 | 91 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.64 |
| HSL | 192.5º | 0.36% | 0.26% | - |
| HSV(B) | 192.5º | 0.53% | 0.36% | - |
| XYZ | 5.83 | 7.15 | 10.97 | - |
| YUV | 70.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 91 | 0.53 | 0.11 | 0 | 0.64 | 192.5 | 0.36 | 0.26 |
| Hex | 2B | 51 | 5B | 35 | B | 0 | 40 | C0 | 24 | 1A |
| Octal | 53 | 121 | 133 | 65 | 13 | 0 | 100 | 300 | 44 | 32 |
| Binary | 101011 | 1010001 | 1011011 | 110101 | 1011 | 0 | 1000000 | 11000000 | 100100 | 11010 |
Color Harmonies of #2B515B
Complementary color
Monochromatic Colors of #2B515B
Black with #2B515B
Text Example
Text Example
White with #2B515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B515B; }
p { color: rgb(43,81,91); }
H1.HeaderClassName
{
color: #2B515B;
}
.AnyTagClassName
{
color: #2B515B;
}
</style>
background-color css
<style>
a { background-color: #2B515B; }
a { background-color: rgb(43,81,91); }
div.DivClassName
{
background-color: #2B515B;
}
.BgClassName
{
background-color: #2B515B;
}
</style>
border-color css
<style>
span { border-color: #2B515B; }
span { border-color: rgb(43,81,91); }
td.TdClassName
{
border-color: #2B515B;
}
.TagClassName
{
border-color: #2B515B;
}
</style>