Shades of Teal Blue #2D4D58
Tints of Teal Blue #2D4D58
RGB
CMYK
RGB Variations
Color information
#2D4D58 (or 0x2D4D58) is known color: Teal Blue. HEX triplet: 2D, 4D and 58. RGB value is (45,77,88). Sum of RGB (Red+Green+Blue) = 45+77+88=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D4D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4D58 is #D2B2A7. Grayscale: #444444. Windows color (decimal): -13808296 or 5786925. OLE color: 5786925.
HSL color Cylindrical-coordinate representation of color #2D4D58: hue angle of 195.35º 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 #2D4D58 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 77 | 88 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.65 |
| HSL | 195.35º | 0.32% | 0.26% | - |
| HSV(B) | 195.35º | 0.49% | 0.35% | - |
| XYZ | 5.5 | 6.57 | 10.21 | - |
| YUV | 68.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 77 | 88 | 0.49 | 0.12 | 0 | 0.65 | 195.35 | 0.32 | 0.26 |
| Hex | 2D | 4D | 58 | 31 | C | 0 | 41 | C3 | 20 | 1A |
| Octal | 55 | 115 | 130 | 61 | 14 | 0 | 101 | 303 | 40 | 32 |
| Binary | 101101 | 1001101 | 1011000 | 110001 | 1100 | 0 | 1000001 | 11000011 | 100000 | 11010 |
Color Harmonies of #2D4D58
Complementary color
Monochromatic Colors of #2D4D58
Black with #2D4D58
Text Example
Text Example
White with #2D4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4D58; }
p { color: rgb(45,77,88); }
H1.HeaderClassName
{
color: #2D4D58;
}
.AnyTagClassName
{
color: #2D4D58;
}
</style>
background-color css
<style>
a { background-color: #2D4D58; }
a { background-color: rgb(45,77,88); }
div.DivClassName
{
background-color: #2D4D58;
}
.BgClassName
{
background-color: #2D4D58;
}
</style>
border-color css
<style>
span { border-color: #2D4D58; }
span { border-color: rgb(45,77,88); }
td.TdClassName
{
border-color: #2D4D58;
}
.TagClassName
{
border-color: #2D4D58;
}
</style>