Shades of Teal Blue #2B545C
Tints of Teal Blue #2B545C
RGB
CMYK
RGB Variations
Color information
#2B545C (or 0x2B545C) is known color: Teal Blue. HEX triplet: 2B, 54 and 5C. RGB value is (43,84,92). Sum of RGB (Red+Green+Blue) = 43+84+92=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B545C is #D4ABA3. Grayscale: #484848. Windows color (decimal): -13937572 or 6050859. OLE color: 6050859.
HSL color Cylindrical-coordinate representation of color #2B545C: hue angle of 189.8º 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 #2B545C is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 84 | 92 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.64 |
| HSL | 189.8º | 0.36% | 0.26% | - |
| HSV(B) | 189.8º | 0.53% | 0.36% | - |
| XYZ | 6.1 | 7.63 | 11.28 | - |
| YUV | 72.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 92 | 0.53 | 0.09 | 0 | 0.64 | 189.8 | 0.36 | 0.26 |
| Hex | 2B | 54 | 5C | 35 | 9 | 0 | 40 | BE | 24 | 1A |
| Octal | 53 | 124 | 134 | 65 | 11 | 0 | 100 | 276 | 44 | 32 |
| Binary | 101011 | 1010100 | 1011100 | 110101 | 1001 | 0 | 1000000 | 10111110 | 100100 | 11010 |
Color Harmonies of #2B545C
Complementary color
Monochromatic Colors of #2B545C
Black with #2B545C
Text Example
Text Example
White with #2B545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B545C; }
p { color: rgb(43,84,92); }
H1.HeaderClassName
{
color: #2B545C;
}
.AnyTagClassName
{
color: #2B545C;
}
</style>
background-color css
<style>
a { background-color: #2B545C; }
a { background-color: rgb(43,84,92); }
div.DivClassName
{
background-color: #2B545C;
}
.BgClassName
{
background-color: #2B545C;
}
</style>
border-color css
<style>
span { border-color: #2B545C; }
span { border-color: rgb(43,84,92); }
td.TdClassName
{
border-color: #2B545C;
}
.TagClassName
{
border-color: #2B545C;
}
</style>