Shades of Teal Blue #2B4956
Tints of Teal Blue #2B4956
RGB
CMYK
RGB Variations
Color information
#2B4956 (or 0x2B4956) is known color: Teal Blue. HEX triplet: 2B, 49 and 56. RGB value is (43,73,86). Sum of RGB (Red+Green+Blue) = 43+73+86=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B4956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4956 is #D4B6A9. Grayscale: #414141. Windows color (decimal): -13940394 or 5654827. OLE color: 5654827.
HSL color Cylindrical-coordinate representation of color #2B4956: hue angle of 198.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B4956 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 73 | 86 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.66 |
| HSL | 198.14º | 0.33% | 0.25% | - |
| HSV(B) | 198.14º | 0.5% | 0.34% | - |
| XYZ | 5.06 | 5.95 | 9.69 | - |
| YUV | 65.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 86 | 0.50 | 0.15 | 0 | 0.66 | 198.14 | 0.33 | 0.25 |
| Hex | 2B | 49 | 56 | 32 | F | 0 | 42 | C6 | 21 | 19 |
| Octal | 53 | 111 | 126 | 62 | 17 | 0 | 102 | 306 | 41 | 31 |
| Binary | 101011 | 1001001 | 1010110 | 110010 | 1111 | 0 | 1000010 | 11000110 | 100001 | 11001 |
Color Harmonies of #2B4956
Complementary color
Monochromatic Colors of #2B4956
Black with #2B4956
Text Example
Text Example
White with #2B4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4956; }
p { color: rgb(43,73,86); }
H1.HeaderClassName
{
color: #2B4956;
}
.AnyTagClassName
{
color: #2B4956;
}
</style>
background-color css
<style>
a { background-color: #2B4956; }
a { background-color: rgb(43,73,86); }
div.DivClassName
{
background-color: #2B4956;
}
.BgClassName
{
background-color: #2B4956;
}
</style>
border-color css
<style>
span { border-color: #2B4956; }
span { border-color: rgb(43,73,86); }
td.TdClassName
{
border-color: #2B4956;
}
.TagClassName
{
border-color: #2B4956;
}
</style>