Shades of Teal Blue #2B4D53
Tints of Teal Blue #2B4D53
RGB
CMYK
RGB Variations
Color information
#2B4D53 (or 0x2B4D53) is known color: Teal Blue. HEX triplet: 2B, 4D and 53. RGB value is (43,77,83). Sum of RGB (Red+Green+Blue) = 43+77+83=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B4D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4D53 is #D4B2AC. Grayscale: #434343. Windows color (decimal): -13939373 or 5459243. OLE color: 5459243.
HSL color Cylindrical-coordinate representation of color #2B4D53: hue angle of 189º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B4D53 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 77 | 83 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.67 |
| HSL | 189º | 0.32% | 0.25% | - |
| HSV(B) | 189º | 0.48% | 0.33% | - |
| XYZ | 5.21 | 6.45 | 9.15 | - |
| YUV | 67.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 83 | 0.48 | 0.07 | 0 | 0.67 | 189 | 0.32 | 0.25 |
| Hex | 2B | 4D | 53 | 30 | 7 | 0 | 43 | BD | 20 | 19 |
| Octal | 53 | 115 | 123 | 60 | 7 | 0 | 103 | 275 | 40 | 31 |
| Binary | 101011 | 1001101 | 1010011 | 110000 | 111 | 0 | 1000011 | 10111101 | 100000 | 11001 |
Color Harmonies of #2B4D53
Complementary color
Monochromatic Colors of #2B4D53
Black with #2B4D53
Text Example
Text Example
White with #2B4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D53; }
p { color: rgb(43,77,83); }
H1.HeaderClassName
{
color: #2B4D53;
}
.AnyTagClassName
{
color: #2B4D53;
}
</style>
background-color css
<style>
a { background-color: #2B4D53; }
a { background-color: rgb(43,77,83); }
div.DivClassName
{
background-color: #2B4D53;
}
.BgClassName
{
background-color: #2B4D53;
}
</style>
border-color css
<style>
span { border-color: #2B4D53; }
span { border-color: rgb(43,77,83); }
td.TdClassName
{
border-color: #2B4D53;
}
.TagClassName
{
border-color: #2B4D53;
}
</style>