Shades of Teal Blue #2B545D
Tints of Teal Blue #2B545D
RGB
CMYK
RGB Variations
Color information
#2B545D (or 0x2B545D) is known color: Teal Blue. HEX triplet: 2B, 54 and 5D. RGB value is (43,84,93). Sum of RGB (Red+Green+Blue) = 43+84+93=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B545D is #D4ABA2. Grayscale: #484848. Windows color (decimal): -13937571 or 6116395. OLE color: 6116395.
HSL color Cylindrical-coordinate representation of color #2B545D: hue angle of 190.8º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B545D is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 84 | 93 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.64 |
| HSL | 190.8º | 0.37% | 0.27% | - |
| HSV(B) | 190.8º | 0.54% | 0.36% | - |
| XYZ | 6.14 | 7.64 | 11.51 | - |
| YUV | 72.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 93 | 0.54 | 0.10 | 0 | 0.64 | 190.8 | 0.37 | 0.27 |
| Hex | 2B | 54 | 5D | 36 | A | 0 | 40 | BF | 25 | 1B |
| Octal | 53 | 124 | 135 | 66 | 12 | 0 | 100 | 277 | 45 | 33 |
| Binary | 101011 | 1010100 | 1011101 | 110110 | 1010 | 0 | 1000000 | 10111111 | 100101 | 11011 |
Color Harmonies of #2B545D
Complementary color
Monochromatic Colors of #2B545D
Black with #2B545D
Text Example
Text Example
White with #2B545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B545D; }
p { color: rgb(43,84,93); }
H1.HeaderClassName
{
color: #2B545D;
}
.AnyTagClassName
{
color: #2B545D;
}
</style>
background-color css
<style>
a { background-color: #2B545D; }
a { background-color: rgb(43,84,93); }
div.DivClassName
{
background-color: #2B545D;
}
.BgClassName
{
background-color: #2B545D;
}
</style>
border-color css
<style>
span { border-color: #2B545D; }
span { border-color: rgb(43,84,93); }
td.TdClassName
{
border-color: #2B545D;
}
.TagClassName
{
border-color: #2B545D;
}
</style>