Shades of Teal Blue #2B525C
Tints of Teal Blue #2B525C
RGB
CMYK
RGB Variations
Color information
#2B525C (or 0x2B525C) is known color: Teal Blue. HEX triplet: 2B, 52 and 5C. RGB value is (43,82,92). Sum of RGB (Red+Green+Blue) = 43+82+92=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B525C is #D4ADA3. Grayscale: #474747. Windows color (decimal): -13938084 or 6050347. OLE color: 6050347.
HSL color Cylindrical-coordinate representation of color #2B525C: hue angle of 192.24º 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 #2B525C is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 82 | 92 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.64 |
| HSL | 192.24º | 0.36% | 0.26% | - |
| HSV(B) | 192.24º | 0.53% | 0.36% | - |
| XYZ | 5.95 | 7.32 | 11.22 | - |
| YUV | 71.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 82 | 92 | 0.53 | 0.11 | 0 | 0.64 | 192.24 | 0.36 | 0.26 |
| Hex | 2B | 52 | 5C | 35 | B | 0 | 40 | C0 | 24 | 1A |
| Octal | 53 | 122 | 134 | 65 | 13 | 0 | 100 | 300 | 44 | 32 |
| Binary | 101011 | 1010010 | 1011100 | 110101 | 1011 | 0 | 1000000 | 11000000 | 100100 | 11010 |
Color Harmonies of #2B525C
Complementary color
Monochromatic Colors of #2B525C
Black with #2B525C
Text Example
Text Example
White with #2B525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B525C; }
p { color: rgb(43,82,92); }
H1.HeaderClassName
{
color: #2B525C;
}
.AnyTagClassName
{
color: #2B525C;
}
</style>
background-color css
<style>
a { background-color: #2B525C; }
a { background-color: rgb(43,82,92); }
div.DivClassName
{
background-color: #2B525C;
}
.BgClassName
{
background-color: #2B525C;
}
</style>
border-color css
<style>
span { border-color: #2B525C; }
span { border-color: rgb(43,82,92); }
td.TdClassName
{
border-color: #2B525C;
}
.TagClassName
{
border-color: #2B525C;
}
</style>