Shades of Teal Blue #2E484E
Tints of Teal Blue #2E484E
RGB
CMYK
RGB Variations
Color information
#2E484E (or 0x2E484E) is known color: Teal Blue. HEX triplet: 2E, 48 and 4E. RGB value is (46,72,78). Sum of RGB (Red+Green+Blue) = 46+72+78=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E484E is #D1B7B1. Grayscale: #404040. Windows color (decimal): -13744050 or 5130286. OLE color: 5130286.
HSL color Cylindrical-coordinate representation of color #2E484E: hue angle of 191.25º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E484E is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 72 | 78 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.69 |
| HSL | 191.25º | 0.26% | 0.24% | - |
| HSV(B) | 191.25º | 0.41% | 0.31% | - |
| XYZ | 4.82 | 5.77 | 8.07 | - |
| YUV | 64.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 78 | 0.41 | 0.08 | 0 | 0.69 | 191.25 | 0.26 | 0.24 |
| Hex | 2E | 48 | 4E | 29 | 8 | 0 | 45 | BF | 1A | 18 |
| Octal | 56 | 110 | 116 | 51 | 10 | 0 | 105 | 277 | 32 | 30 |
| Binary | 101110 | 1001000 | 1001110 | 101001 | 1000 | 0 | 1000101 | 10111111 | 11010 | 11000 |
Color Harmonies of #2E484E
Complementary color
Monochromatic Colors of #2E484E
Black with #2E484E
Text Example
Text Example
White with #2E484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E484E; }
p { color: rgb(46,72,78); }
H1.HeaderClassName
{
color: #2E484E;
}
.AnyTagClassName
{
color: #2E484E;
}
</style>
background-color css
<style>
a { background-color: #2E484E; }
a { background-color: rgb(46,72,78); }
div.DivClassName
{
background-color: #2E484E;
}
.BgClassName
{
background-color: #2E484E;
}
</style>
border-color css
<style>
span { border-color: #2E484E; }
span { border-color: rgb(46,72,78); }
td.TdClassName
{
border-color: #2E484E;
}
.TagClassName
{
border-color: #2E484E;
}
</style>