Shades of Teal Blue #2B4550
Tints of Teal Blue #2B4550
RGB
CMYK
RGB Variations
Color information
#2B4550 (or 0x2B4550) is known color: Teal Blue. HEX triplet: 2B, 45 and 50. RGB value is (43,69,80). Sum of RGB (Red+Green+Blue) = 43+69+80=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B4550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4550 is #D4BAAF. Grayscale: #3E3E3E. Windows color (decimal): -13941424 or 5260587. OLE color: 5260587.
HSL color Cylindrical-coordinate representation of color #2B4550: hue angle of 197.84º 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 #2B4550 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 69 | 80 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.69 |
| HSL | 197.84º | 0.3% | 0.24% | - |
| HSV(B) | 197.84º | 0.46% | 0.31% | - |
| XYZ | 4.57 | 5.35 | 8.38 | - |
| YUV | 62.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 80 | 0.46 | 0.14 | 0 | 0.69 | 197.84 | 0.3 | 0.24 |
| Hex | 2B | 45 | 50 | 2E | E | 0 | 45 | C6 | 1E | 18 |
| Octal | 53 | 105 | 120 | 56 | 16 | 0 | 105 | 306 | 36 | 30 |
| Binary | 101011 | 1000101 | 1010000 | 101110 | 1110 | 0 | 1000101 | 11000110 | 11110 | 11000 |
Color Harmonies of #2B4550
Complementary color
Monochromatic Colors of #2B4550
Black with #2B4550
Text Example
Text Example
White with #2B4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4550; }
p { color: rgb(43,69,80); }
H1.HeaderClassName
{
color: #2B4550;
}
.AnyTagClassName
{
color: #2B4550;
}
</style>
background-color css
<style>
a { background-color: #2B4550; }
a { background-color: rgb(43,69,80); }
div.DivClassName
{
background-color: #2B4550;
}
.BgClassName
{
background-color: #2B4550;
}
</style>
border-color css
<style>
span { border-color: #2B4550; }
span { border-color: rgb(43,69,80); }
td.TdClassName
{
border-color: #2B4550;
}
.TagClassName
{
border-color: #2B4550;
}
</style>