Shades of Teal Blue #2E535B
Tints of Teal Blue #2E535B
RGB
CMYK
RGB Variations
Color information
#2E535B (or 0x2E535B) is known color: Teal Blue. HEX triplet: 2E, 53 and 5B. RGB value is (46,83,91). Sum of RGB (Red+Green+Blue) = 46+83+91=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E535B is #D1ACA4. Grayscale: #484848. Windows color (decimal): -13741221 or 5985070. OLE color: 5985070.
HSL color Cylindrical-coordinate representation of color #2E535B: hue angle of 190.67º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E535B is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 83 | 91 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.64 |
| HSL | 190.67º | 0.33% | 0.27% | - |
| HSV(B) | 190.67º | 0.49% | 0.36% | - |
| XYZ | 6.11 | 7.52 | 11.03 | - |
| YUV | 72.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 91 | 0.49 | 0.09 | 0 | 0.64 | 190.67 | 0.33 | 0.27 |
| Hex | 2E | 53 | 5B | 31 | 9 | 0 | 40 | BF | 21 | 1B |
| Octal | 56 | 123 | 133 | 61 | 11 | 0 | 100 | 277 | 41 | 33 |
| Binary | 101110 | 1010011 | 1011011 | 110001 | 1001 | 0 | 1000000 | 10111111 | 100001 | 11011 |
Color Harmonies of #2E535B
Complementary color
Monochromatic Colors of #2E535B
Black with #2E535B
Text Example
Text Example
White with #2E535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E535B; }
p { color: rgb(46,83,91); }
H1.HeaderClassName
{
color: #2E535B;
}
.AnyTagClassName
{
color: #2E535B;
}
</style>
background-color css
<style>
a { background-color: #2E535B; }
a { background-color: rgb(46,83,91); }
div.DivClassName
{
background-color: #2E535B;
}
.BgClassName
{
background-color: #2E535B;
}
</style>
border-color css
<style>
span { border-color: #2E535B; }
span { border-color: rgb(46,83,91); }
td.TdClassName
{
border-color: #2E535B;
}
.TagClassName
{
border-color: #2E535B;
}
</style>