Shades of Teal Blue #2B575F
Tints of Teal Blue #2B575F
RGB
CMYK
RGB Variations
Color information
#2B575F (or 0x2B575F) is known color: Teal Blue. HEX triplet: 2B, 57 and 5F. RGB value is (43,87,95). Sum of RGB (Red+Green+Blue) = 43+87+95=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B575F is #D4A8A0. Grayscale: #4A4A4A. Windows color (decimal): -13936801 or 6248235. OLE color: 6248235.
HSL color Cylindrical-coordinate representation of color #2B575F: hue angle of 189.23º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B575F is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 87 | 95 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.63 |
| HSL | 189.23º | 0.38% | 0.27% | - |
| HSV(B) | 189.23º | 0.55% | 0.37% | - |
| XYZ | 6.47 | 8.16 | 12.06 | - |
| YUV | 74.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 87 | 95 | 0.55 | 0.08 | 0 | 0.63 | 189.23 | 0.38 | 0.27 |
| Hex | 2B | 57 | 5F | 37 | 8 | 0 | 3F | BD | 26 | 1B |
| Octal | 53 | 127 | 137 | 67 | 10 | 0 | 77 | 275 | 46 | 33 |
| Binary | 101011 | 1010111 | 1011111 | 110111 | 1000 | 0 | 111111 | 10111101 | 100110 | 11011 |
Color Harmonies of #2B575F
Complementary color
Monochromatic Colors of #2B575F
Black with #2B575F
Text Example
Text Example
White with #2B575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B575F; }
p { color: rgb(43,87,95); }
H1.HeaderClassName
{
color: #2B575F;
}
.AnyTagClassName
{
color: #2B575F;
}
</style>
background-color css
<style>
a { background-color: #2B575F; }
a { background-color: rgb(43,87,95); }
div.DivClassName
{
background-color: #2B575F;
}
.BgClassName
{
background-color: #2B575F;
}
</style>
border-color css
<style>
span { border-color: #2B575F; }
span { border-color: rgb(43,87,95); }
td.TdClassName
{
border-color: #2B575F;
}
.TagClassName
{
border-color: #2B575F;
}
</style>