Shades of Teal Blue #2E4E56
Tints of Teal Blue #2E4E56
RGB
CMYK
RGB Variations
Color information
#2E4E56 (or 0x2E4E56) is known color: Teal Blue. HEX triplet: 2E, 4E and 56. RGB value is (46,78,86). Sum of RGB (Red+Green+Blue) = 46+78+86=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E4E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4E56 is #D1B1A9. Grayscale: #454545. Windows color (decimal): -13742506 or 5656110. OLE color: 5656110.
HSL color Cylindrical-coordinate representation of color #2E4E56: hue angle of 192º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E4E56 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 78 | 86 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.66 |
| HSL | 192º | 0.3% | 0.26% | - |
| HSV(B) | 192º | 0.47% | 0.34% | - |
| XYZ | 5.53 | 6.7 | 9.81 | - |
| YUV | 69.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 86 | 0.47 | 0.09 | 0 | 0.66 | 192 | 0.3 | 0.26 |
| Hex | 2E | 4E | 56 | 2F | 9 | 0 | 42 | C0 | 1E | 1A |
| Octal | 56 | 116 | 126 | 57 | 11 | 0 | 102 | 300 | 36 | 32 |
| Binary | 101110 | 1001110 | 1010110 | 101111 | 1001 | 0 | 1000010 | 11000000 | 11110 | 11010 |
Color Harmonies of #2E4E56
Complementary color
Monochromatic Colors of #2E4E56
Black with #2E4E56
Text Example
Text Example
White with #2E4E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E56; }
p { color: rgb(46,78,86); }
H1.HeaderClassName
{
color: #2E4E56;
}
.AnyTagClassName
{
color: #2E4E56;
}
</style>
background-color css
<style>
a { background-color: #2E4E56; }
a { background-color: rgb(46,78,86); }
div.DivClassName
{
background-color: #2E4E56;
}
.BgClassName
{
background-color: #2E4E56;
}
</style>
border-color css
<style>
span { border-color: #2E4E56; }
span { border-color: rgb(46,78,86); }
td.TdClassName
{
border-color: #2E4E56;
}
.TagClassName
{
border-color: #2E4E56;
}
</style>