#2E4950

Color #2E4950 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #2E4950

Tints of Teal Blue #2E4950

Color information

#2E4950 (or 0x2E4950) is unknown color: approx Teal Blue. HEX triplet: 2E, 49 and 50. RGB value is (46,73,80). Sum of RGB (Red+Green+Blue) = 46+73+80=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4950 is #D1B6AF. Grayscale: #414141. Windows color (decimal): -13743792 or 5261614. OLE color: 5261614.

HSL color Cylindrical-coordinate representation of color #2E4950: hue angle of 192.35º 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 #2E4950 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB467380-
CMYK0.420.0900.69
HSL192.35º26.98%24.71%-
HSV(B)192.35º42.5%31.37%-
XYZ4.965.938.47-
YUV65.72136.05113.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=23.12%
G=36.68%
B=40.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4673800.420.0900.69192.3526.9824.71
Hex2E49502A9045c01b19
Octal56111120521101053003331
Binary10111010010011010000101010100101000101110000001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E4950; }

 p { color: rgb(46,73,80); }

 H1.HeaderClassName
 {
   color: #2E4950;
 }
 .AnyTagClassName
 {
   color: #2E4950;
 }
</style>
background-color css

<style>
 a { background-color: #2E4950; }

 a { background-color: rgb(46,73,80); }

 div.DivClassName
 {
   background-color: #2E4950;
 }
 .BgClassName
 {
   background-color: #2E4950;
 }
</style>
border-color css

<style>
 span { border-color: #2E4950; }

 span { border-color: rgb(46,73,80); }

 td.TdClassName
 {
   border-color: #2E4950;
 }
 .TagClassName
 {
   border-color: #2E4950;
 }
</style>