Shades of Teal Blue #2E4A50
Tints of Teal Blue #2E4A50
RGB
CMYK
RGB Variations
Color information
#2E4A50 (or 0x2E4A50) is known color: Teal Blue. HEX triplet: 2E, 4A and 50. RGB value is (46,74,80). Sum of RGB (Red+Green+Blue) = 46+74+80=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4A50 is #D1B5AF. Grayscale: #424242. Windows color (decimal): -13743536 or 5261870. OLE color: 5261870.
HSL color Cylindrical-coordinate representation of color #2E4A50: hue angle of 190.59º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4A50 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 74 | 80 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.69 |
| HSL | 190.59º | 0.27% | 0.25% | - |
| HSV(B) | 190.59º | 0.43% | 0.31% | - |
| XYZ | 5.02 | 6.06 | 8.49 | - |
| YUV | 66.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 80 | 0.42 | 0.08 | 0 | 0.69 | 190.59 | 0.27 | 0.25 |
| Hex | 2E | 4A | 50 | 2A | 8 | 0 | 45 | BF | 1B | 19 |
| Octal | 56 | 112 | 120 | 52 | 10 | 0 | 105 | 277 | 33 | 31 |
| Binary | 101110 | 1001010 | 1010000 | 101010 | 1000 | 0 | 1000101 | 10111111 | 11011 | 11001 |
Color Harmonies of #2E4A50
Complementary color
Monochromatic Colors of #2E4A50
Black with #2E4A50
Text Example
Text Example
White with #2E4A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A50; }
p { color: rgb(46,74,80); }
H1.HeaderClassName
{
color: #2E4A50;
}
.AnyTagClassName
{
color: #2E4A50;
}
</style>
background-color css
<style>
a { background-color: #2E4A50; }
a { background-color: rgb(46,74,80); }
div.DivClassName
{
background-color: #2E4A50;
}
.BgClassName
{
background-color: #2E4A50;
}
</style>
border-color css
<style>
span { border-color: #2E4A50; }
span { border-color: rgb(46,74,80); }
td.TdClassName
{
border-color: #2E4A50;
}
.TagClassName
{
border-color: #2E4A50;
}
</style>