Shades of Teal Blue #2D474C
Tints of Teal Blue #2D474C
RGB
CMYK
RGB Variations
Color information
#2D474C (or 0x2D474C) is known color: Teal Blue. HEX triplet: 2D, 47 and 4C. RGB value is (45,71,76). Sum of RGB (Red+Green+Blue) = 45+71+76=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D474C is #D2B8B3. Grayscale: #3F3F3F. Windows color (decimal): -13809844 or 4998957. OLE color: 4998957.
HSL color Cylindrical-coordinate representation of color #2D474C: hue angle of 189.68º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2D474C is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 71 | 76 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.70 |
| HSL | 189.68º | 0.26% | 0.24% | - |
| HSV(B) | 189.68º | 0.41% | 0.3% | - |
| XYZ | 4.64 | 5.59 | 7.67 | - |
| YUV | 63.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 76 | 0.41 | 0.07 | 0 | 0.70 | 189.68 | 0.26 | 0.24 |
| Hex | 2D | 47 | 4C | 29 | 7 | 0 | 46 | BE | 1A | 18 |
| Octal | 55 | 107 | 114 | 51 | 7 | 0 | 106 | 276 | 32 | 30 |
| Binary | 101101 | 1000111 | 1001100 | 101001 | 111 | 0 | 1000110 | 10111110 | 11010 | 11000 |
Color Harmonies of #2D474C
Complementary color
Monochromatic Colors of #2D474C
Black with #2D474C
Text Example
Text Example
White with #2D474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D474C; }
p { color: rgb(45,71,76); }
H1.HeaderClassName
{
color: #2D474C;
}
.AnyTagClassName
{
color: #2D474C;
}
</style>
background-color css
<style>
a { background-color: #2D474C; }
a { background-color: rgb(45,71,76); }
div.DivClassName
{
background-color: #2D474C;
}
.BgClassName
{
background-color: #2D474C;
}
</style>
border-color css
<style>
span { border-color: #2D474C; }
span { border-color: rgb(45,71,76); }
td.TdClassName
{
border-color: #2D474C;
}
.TagClassName
{
border-color: #2D474C;
}
</style>