Shades of Teal Blue #2D474D
Tints of Teal Blue #2D474D
RGB
CMYK
RGB Variations
Color information
#2D474D (or 0x2D474D) is known color: Teal Blue. HEX triplet: 2D, 47 and 4D. RGB value is (45,71,77). Sum of RGB (Red+Green+Blue) = 45+71+77=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D474D is #D2B8B2. Grayscale: #3F3F3F. Windows color (decimal): -13809843 or 5064493. OLE color: 5064493.
HSL color Cylindrical-coordinate representation of color #2D474D: hue angle of 191.25º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D474D is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 71 | 77 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.70 |
| HSL | 191.25º | 0.26% | 0.24% | - |
| HSV(B) | 191.25º | 0.42% | 0.3% | - |
| XYZ | 4.67 | 5.6 | 7.86 | - |
| YUV | 63.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 77 | 0.42 | 0.08 | 0 | 0.70 | 191.25 | 0.26 | 0.24 |
| Hex | 2D | 47 | 4D | 2A | 8 | 0 | 46 | BF | 1A | 18 |
| Octal | 55 | 107 | 115 | 52 | 10 | 0 | 106 | 277 | 32 | 30 |
| Binary | 101101 | 1000111 | 1001101 | 101010 | 1000 | 0 | 1000110 | 10111111 | 11010 | 11000 |
Color Harmonies of #2D474D
Complementary color
Monochromatic Colors of #2D474D
Black with #2D474D
Text Example
Text Example
White with #2D474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D474D; }
p { color: rgb(45,71,77); }
H1.HeaderClassName
{
color: #2D474D;
}
.AnyTagClassName
{
color: #2D474D;
}
</style>
background-color css
<style>
a { background-color: #2D474D; }
a { background-color: rgb(45,71,77); }
div.DivClassName
{
background-color: #2D474D;
}
.BgClassName
{
background-color: #2D474D;
}
</style>
border-color css
<style>
span { border-color: #2D474D; }
span { border-color: rgb(45,71,77); }
td.TdClassName
{
border-color: #2D474D;
}
.TagClassName
{
border-color: #2D474D;
}
</style>