Shades of Teal Blue #2E4855
Tints of Teal Blue #2E4855
RGB
CMYK
RGB Variations
Color information
#2E4855 (or 0x2E4855) is known color: Teal Blue. HEX triplet: 2E, 48 and 55. RGB value is (46,72,85). Sum of RGB (Red+Green+Blue) = 46+72+85=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4855 is #D1B7AA. Grayscale: #414141. Windows color (decimal): -13744043 or 5589038. OLE color: 5589038.
HSL color Cylindrical-coordinate representation of color #2E4855: hue angle of 200º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E4855 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 72 | 85 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.67 |
| HSL | 200º | 0.3% | 0.26% | - |
| HSV(B) | 200º | 0.46% | 0.33% | - |
| XYZ | 5.08 | 5.87 | 9.46 | - |
| YUV | 65.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 85 | 0.46 | 0.15 | 0 | 0.67 | 200 | 0.3 | 0.26 |
| Hex | 2E | 48 | 55 | 2E | F | 0 | 43 | C8 | 1E | 1A |
| Octal | 56 | 110 | 125 | 56 | 17 | 0 | 103 | 310 | 36 | 32 |
| Binary | 101110 | 1001000 | 1010101 | 101110 | 1111 | 0 | 1000011 | 11001000 | 11110 | 11010 |
Color Harmonies of #2E4855
Complementary color
Monochromatic Colors of #2E4855
Black with #2E4855
Text Example
Text Example
White with #2E4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4855; }
p { color: rgb(46,72,85); }
H1.HeaderClassName
{
color: #2E4855;
}
.AnyTagClassName
{
color: #2E4855;
}
</style>
background-color css
<style>
a { background-color: #2E4855; }
a { background-color: rgb(46,72,85); }
div.DivClassName
{
background-color: #2E4855;
}
.BgClassName
{
background-color: #2E4855;
}
</style>
border-color css
<style>
span { border-color: #2E4855; }
span { border-color: rgb(46,72,85); }
td.TdClassName
{
border-color: #2E4855;
}
.TagClassName
{
border-color: #2E4855;
}
</style>