Shades of Teal Blue #2D4F58
Tints of Teal Blue #2D4F58
RGB
CMYK
RGB Variations
Color information
#2D4F58 (or 0x2D4F58) is known color: Teal Blue. HEX triplet: 2D, 4F and 58. RGB value is (45,79,88). Sum of RGB (Red+Green+Blue) = 45+79+88=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D4F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4F58 is #D2B0A7. Grayscale: #454545. Windows color (decimal): -13807784 or 5787437. OLE color: 5787437.
HSL color Cylindrical-coordinate representation of color #2D4F58: hue angle of 192.56º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D4F58 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 79 | 88 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.65 |
| HSL | 192.56º | 0.32% | 0.26% | - |
| HSV(B) | 192.56º | 0.49% | 0.35% | - |
| XYZ | 5.64 | 6.85 | 10.26 | - |
| YUV | 69.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 88 | 0.49 | 0.10 | 0 | 0.65 | 192.56 | 0.32 | 0.26 |
| Hex | 2D | 4F | 58 | 31 | A | 0 | 41 | C1 | 20 | 1A |
| Octal | 55 | 117 | 130 | 61 | 12 | 0 | 101 | 301 | 40 | 32 |
| Binary | 101101 | 1001111 | 1011000 | 110001 | 1010 | 0 | 1000001 | 11000001 | 100000 | 11010 |
Color Harmonies of #2D4F58
Complementary color
Monochromatic Colors of #2D4F58
Black with #2D4F58
Text Example
Text Example
White with #2D4F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F58; }
p { color: rgb(45,79,88); }
H1.HeaderClassName
{
color: #2D4F58;
}
.AnyTagClassName
{
color: #2D4F58;
}
</style>
background-color css
<style>
a { background-color: #2D4F58; }
a { background-color: rgb(45,79,88); }
div.DivClassName
{
background-color: #2D4F58;
}
.BgClassName
{
background-color: #2D4F58;
}
</style>
border-color css
<style>
span { border-color: #2D4F58; }
span { border-color: rgb(45,79,88); }
td.TdClassName
{
border-color: #2D4F58;
}
.TagClassName
{
border-color: #2D4F58;
}
</style>